0.1.1 • Published 5 years ago

cscs-icons v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Install

yarn add cscs-icons@0.0.5

Basic Usage

import CollapsedOutlined from 'cscs-icons/CollapsedOutlined';
import { CollapsedOutlined } from 'cscs-icons';

Component Interface

interface AntdIconProps {
  className?: string;
  onClick?: React.MouseEventHandler<SVGSVGElement>;
  style?: React.CSSProperties;
}

Release

npm run generate
npm run compile
npm publish
0.1.0

5 years ago

0.1.1

5 years ago

0.0.9

5 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago