{#
When adding a new icon please observe the following steps:
1. Run the svg through this minifier https://jakearchibald.github.io/svgomg/ - make sure it doesn't have "remove
viewbox" preselected
2. Set the `fill` property to `currentColor`, this way, we can then style the svg using css `color` property
#}