A collection of SVG icons for use in Hikasami web application development.
The icon library uses the Hikasami icon set v1.0 as a baseline.
The Hikasami Icon Library is available as an NPM package.
// npm
npm install @hikasami/icons
// bun
bun install @hikasami/icons
import { IconLike } from '@hikasami/icons'
// <IconLike size={16} />
The size
prop sets the width
and height
attribute values of the wrapped SVG.
The Hikasami Development is licensed under the Apache License 2.0.