1.2.0 • Published 6 years ago
tsdev-icon v1.2.0
tsdev-icon
v1.2.x
Installation
npm install --save tsdev-iconCSS
add index.css from dist folder to your project
import './../node_modules/tsdev-icon/dist/index.css';Import & Usage
import {
Icon
} from 'tsdev-icon';
...
<Icon size={18} color="#00ff00"/>Storybook
http://www.schlender-entwicklung.com/storybook/tsdev-icon
Important
You can include all components as a base component in your implementation. No properties are required as needed. So you can get a better overview, without provoking mistakes immediately.
Icon Types
| Icon Type | introduced | updated |
|---|---|---|
| arrow-down | v1.0.0 | v1.0.0 |
| arrow-left-double | v1.1.0 | v1.1.0 |
| arrow-left | v1.0.0 | v1.0.0 |
| arrow-right | v1.0.0 | v1.0.0 |
| arrow-right-double | v1.1.0 | v1.1.0 |
| arrow-up | v1.0.0 | v1.0.0 |
| calendar | v1.0.0 | v1.0.0 |
| calendar | v1.0.0 | v1.0.0 |
| check | v1.0.0 | v1.0.0 |
| close | v1.0.0 | v1.0.0 |
| dot | v1.0.0 | v1.0.0 |
| emergency | v1.0.0 | v1.0.0 |
| error | v1.0.0 | v1.0.0 |
| exclamination | v1.0.0 | v1.0.0 |
| fatal | v1.0.0 | v1.0.0 |
| file | v1.1.0 | v1.1.0 |
| folder | v1.1.0 | v1.1.0 |
| folder-open | v1.1.0 | v1.1.0 |
| heart | v1.0.0 | v1.0.0 |
| info | v1.0.0 | v1.0.0 |
| v1.0.0 | v1.0.0 | |
| map-marker | v1.0.0 | v1.0.0 |
| minus | v1.0.0 | v1.0.0 |
| pen | v1.0.0 | v1.0.0 |
| plus | v1.0.0 | v1.0.0 |
| reset | v1.1.0 | v1.1.0 |
| save | v1.1.0 | v1.1.0 |
| search | v1.0.0 | v1.0.0 |
| trash | v1.0.0 | v1.0.0 |
| user | v1.0.0 | v1.0.0 |
| warning | v1.0.0 | v1.0.0 |