@stash-ui/editor-icons
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published
@stash-ui/editor-icons
Editor icons variation.

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @stash-ui/editor-icons

Weekly Downloads

53

Version

1.0.4

License

MIT

Unpacked Size

782 kB

Total Files

58

Last publish

Collaborators

  • pepeladeira