@featherk/icons
v0.4.9
Published
Small package providing a set of SVG icons consumable by Kendo UI's `SvgIcon` component.
Maintainers
Readme
@featherk/icons
Small package providing a set of SVG icons consumable by Kendo UI's SvgIcon component.
Usage
Import the helper and pass the returned object to Kendo's SvgIcon:
import { getCustomIcon } from "@featherk/icons";
const icon = getCustomIcon("search");
// render with Kendo's SvgIcon componentIcon gallery
https://github.com/NantHealth/featherk/blob/integration/packages/icons/ICONS.md
