0.4.0 • Published 9 months ago
@tealess/icons v0.4.0
@tealess/icons
A crisp set of 15×15 icons.
Documentation
All icons are available as individual React components.
Install Icons from npm:
npm install @tealess/icons
Import the icons into your React project:
import { FaceIcon, ImageIcon, SunIcon } from "@tealess/icons";
function MyComponent() {
return (
<div>
<FaceIcon />
<SunIcon />
<ImageIcon />
</div>
);
}
License
Licensed under the MIT License, Copyright © 2020-present tealess.
See LICENSE for more information.