1.0.21 • Published 22 days ago

@stash-ui/regular-icons v1.0.21

Weekly downloads
-
License
MIT
Repository
-
Last release
22 days ago

Install

Install the set of regular icons from your command line.

With yarn

yarn add @stash-ui/regular-icons

With npm

npm install @stash-ui/regular-icons

Getting started

Add the SVG icon to your application. Include color where needed.

import { AngleDownIcon, AngleUpIcon } from '@stash-ui/regular-icons';

const App = () => {
  return (
    <AngleDownIcon />
    <AngleUpIcon color="#000"  />
  );
};

Authors

License

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

See LICENSE for more information.

1.0.19

22 days ago

1.0.18

22 days ago

1.0.21

22 days ago

1.0.20

22 days ago

1.0.17

1 month ago

1.0.16

1 month ago

1.0.11

1 month ago

1.0.15

1 month ago

1.0.14

1 month ago

1.0.13

1 month ago

1.0.12

1 month ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.10

4 months ago

1.0.7

5 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago