# react-systemuicons A react library for https://systemuicons.com/ ### Usage Install ```bash npm install react-systemuicons ``` Import ```js import { AlarmClock } from "react-systemuicons" // 21px by default // custom size & color ```