@kwacha-kulture/savanna-icons
v0.1.1
Published
Savanna Icons — Adinkra, Ndebele & UI glyphs as React components and raw SVG, with a registry.
Maintainers
Readme
@kwacha/savanna-icons
Proudly-African icons — Adinkra, Ndebele and clean UI glyphs — as tree-shakeable React components and raw SVG, with a typed registry.
import { Icon, IconSankofa, svgString } from '@kwacha/savanna-icons';
<Icon name="sankofa" size={24} /> // by name
<IconSankofa size={24} /> // named component
svgString('sankofa', 24); // raw SVG string — usable in any frameworkBrowse and filter every glyph in the registry:
import { iconRegistry, ICON_CATEGORIES, ICON_COUNT } from '@kwacha/savanna-icons/registry';Part of the Savanna design suite by Kwacha Kulture. MIT licensed.
Pairs with @kwacha-kulture/savanna-tokens, @kwacha-kulture/savanna-css and @kwacha/ui.
