1.0.4 • Published 1 year ago

@stash-ui/editor-icons v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

License

Licensed under the MIT License, Copyright © 2022-present Pingback LLC.

See LICENSE for more information.