system-uicons/react
Alex Louden b6702363ea
v0.0.6
2020-08-03 13:24:46 +08:00
..
bin Fix replacing all strings 2020-08-03 13:24:20 +08:00
src Fix replacing all strings 2020-08-03 13:24:20 +08:00
.babelrc v0.0.2 2020-08-03 11:58:33 +08:00
.npmignore v0.0.2 2020-08-03 11:58:33 +08:00
.prettierrc v0.0.2 2020-08-03 11:58:33 +08:00
package.json v0.0.6 2020-08-03 13:24:46 +08:00
README.md Simple readme 2020-08-03 12:17:54 +08:00
yarn.lock camelcase svg attributes, fix colours 2020-08-03 13:09:39 +08:00

react-systemuicons

A react library for https://systemuicons.com/

Usage

Install

npm install react-systemuicons

Import

import { AlarmClock } from "react-systemuicons"

// 21px by default
<AlarmClock />

// custom size & color
<AlarmClock size={100} color="red" />