1.0.6 • Published 9 months ago

much-icons v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Much Icons for React

Install

yarn add much-icons

Basic Usage

You can import it directly or destructure from much-icons when tree-shaking enabled.

import SmileOutlined from 'much-icons/SmileOutlined';
import { SmileOutlined } from 'much-icons';

import SmileFilled from 'much-icons/SmileFilled';
import SmileTwoTone from 'much-icons/SmileTwoTone';
import { SmileFilled, SmileTwoTone } from 'much-icons';

Component Interface

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

Release

npm run generate
npm run compile
npm publish
1.0.6

9 months ago

1.0.5

10 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

12 months ago

5.3.7

1 year ago