mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
When copying svg from other places e.g. lucide, class names are also copied over. These classes are not defined in our css and thus have no effect whether they are present or not. But if the svg has the class property, unplugin-icon will not override that class property and apply the defaultClass we have defined in astro.config.mjs. We need that class for our icons to look as desired.