@mergestat/icons
v1.2.18
Published
Set of Icon for MergeStat project
Downloads
69
Keywords
Readme
MergeStat UI Icon Library
MergeStat UI Icon is a set of React components and hooks used to build pages MergeStat project.
Setup
Instal the package by run this command:
npm i @mergestat/icons
import css assets into top level of component project.
import '@mergestat/icons/styles/main.css'
import the icon like other common package. example.
import { Github } form '@mergestat/icons'
export const Example = () => (
<div>
<Github />
<div>
)
Available Icons
Check this docs to see the available icons Storybook documentation