avoid bundling icons with library

This reduces bloat for consumers of designsystem. The icons were ~22mb and unnecessary to be exposed to consumers.
This commit is contained in:
talksik
2025-07-16 09:40:09 -07:00
parent 3ddad97691
commit c71ba88112
5151 changed files with 13 additions and 1005 deletions
+6
View File
@@ -0,0 +1,6 @@
# Design system
## Adding icons
We have premium anron icons set in the `./icons` folder. You must add individual icons to the `CMakeLists.txt` icon variable to add them to the bundle.
OR, if it's just an icon for your particular app (you are using designsystem via cmake `add_subdirectory(designsystem)`), you should add icons that you want directly to your project's top-level `CMakeLists.txt`.