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

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago