Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: static icon components generation (#47)
* feat: rework dynamic icons component * fix: added icon/[iconSymbol] page to make sure that icons loaded separately * fix: added page to test single icon * fix: change icon size * fix: used <GithubSVGIcon /> in <StaticIcon />. Get rid of useEffect * fix: refactor components generation flow * feat: added script to generate components * fix: use generated components in docs * fix: removed 'use client' directive * fix: moved helper functions out for capitalize.ts * fix: transform all numbers to words * fix: added icons in tsup configuration * fix: get rid of react-inlinesvg * feat: added tailwind support * fix: shared symbolToComponentName function between main package and web3-icons * fix: update documentation * fix: minify index.css using nanocss * fix: aliases generation (#49) * fix: pool symbols for `updateAliasesWithAddressBook` --------- Co-authored-by: Aleksei <al.gorbunov@slotegrator.space> Co-authored-by: Oleksandr <argeares97@gmail.com>
- Loading branch information