@stash-ui/editor-icons
v1.0.33
Published
React Editor Icons Set
Downloads
66
Readme
Install
Install the set of editor icons from your command line.
With yarn
yarn add @stash-ui/editor-icons
With npm
npm install @stash-ui/editor-icons
Getting started
Add the SVG icon to your application. Include color where needed.
import { BoldIcon, ItalicIcon } from '@stash-ui/editor-icons';
const App = () => {
return (
<BoldIcon />
<ItalicIcon color="#000" />
);
};
Authors
- Tiago Gerken (@tgerken) - Pingback
- Pedro Ladeira (@pedrooladeira) - Pingback
License
Licensed under the MIT License, Copyright © 2022-present Pingback LLC.
See LICENSE for more information.