Skip to content

Commit d277447

Browse files
[OP-28] Custom Icon Support (#273)
This PR adds support for new icon packs. It adds Phosphor, Tabler, Feather, and Lucide. It also adds documentation on how to utilize them
1 parent ac8740e commit d277447

9 files changed

Lines changed: 5938 additions & 18 deletions

File tree

.storybook/preview.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@import '../src/optics';
22
@import '../src/addons/fonts/material_symbols_outlined_variable';
3+
@import '../src/addons/fonts/phosphor_icons';
4+
@import '../src/addons/fonts/tabler_icons';
5+
@import '../src/addons/fonts/feather_icons';
6+
@import '../src/addons/fonts/lucide_icons';
37

48
@import '../src/recipes/domains-sidebar';
59
@import '../src/recipes/16six-sidebar';

0 commit comments

Comments
 (0)