@kadena/kode-icons
v0.3.1
Published
Kadena's React icons library
Keywords
Readme
React Icons
Design system icons generated for react using svgr
Getting Started
Icons have been created from the design system repository with the following considerations:
- The default fill color is set to
currentColor. - The dimensions for width and height are established at
1em, while the defaultfontSizeis1.5em. - These icons are compiled into a distinct package, which is designed without
knowledge of the design tokens. This approach ensures that properties such as
fill and fontSize remain generic, eliminating circular dependencies between
the
@kadena/kode-uiand allowing the icons to be universally compatible with any build-system and react styling solutions. - Icons are grouped in different folders and package entries eg
@kadena/kode-icons/system.
Install
pnpm install @kadena/kode-iconsDevelopment
All icons are autogenerated from this file in the design system repo.
pnpm generate:iconsrunscript/generateIcons.tsto generate icon components inside thesrcfolderpnpm buildto build thesrcfolder for publishing
