system-uicons/react
2020-08-03 12:49:52 +08:00
..
bin Adapted react-feather's build script 2020-08-03 12:49:52 +08:00
src Adapted react-feather's build script 2020-08-03 12:49:52 +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 Adapted react-feather's build script 2020-08-03 12:49:52 +08:00
README.md Simple readme 2020-08-03 12:17:54 +08:00
yarn.lock Adapted react-feather's build script 2020-08-03 12:49:52 +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" />