1.0.33 • Published 10 months ago

@stash-ui/editor-icons v1.0.33

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months 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.

1.0.33

10 months ago

1.0.6

10 months ago

1.0.2

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago