clarity-icons-svg

0.2.0 • Public • Published

Clarity Icons

Raw svg icons from project clarity made by VMware.

List of the icons.

Getting started

Install

$ npm install clarity-icons-svg --save

Usage with CRA

import { ReactComponent as CogIcon } from 'clarity-icons-svg/core/cog-line.svg';

const MyComponent = () => {
  <div style={{ color: 'red', fontSize: 24 }}>
    <CogIcon />
  </div>;
};

Readme

Keywords

Package Sidebar

Install

npm i clarity-icons-svg

Weekly Downloads

4

Version

0.2.0

License

MIT

Unpacked Size

846 kB

Total Files

1024

Last publish

Collaborators

  • renaudtertrais