0.1.1 • Published 3 years ago

cscs-icons v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
3 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

3 years ago

0.1.1

3 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago