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