README
Icons
Library of svg icons exported as React Components
Install
npm i -S @chrisoverstreet/icons
Use
On the Web! 🖥
import { Add } from '@chrisoverstreet/icons/react;
export default () => <Add />;
On mobile! 📱
import { Add } from '@chrisoverstreet/icons/react-native;
export default () => <Add />;
Add props...
<Add className="custom-class" styles={{ height: '1em' }} />
Reference
| Icon | Name |
| :-: | - |
| | Add |
|
| Alert |
|
| Appliances |
|
| ArrowLeft |
|
| ArrowRight |
|
| Assembly |
|
| Attach |
|
| Background |
|
| Camera |
|
| CarrotDown |
|
| CarrotLeft |
|
| CarrotRight |
|
| CarrotUp |
|
| Check |
|
| CheckboxEmpty |
|
| CheckboxHover |
|
| CheckboxIndeterminate |
|
| CheckboxSelected |
|
| Clock |
|
| Close |
|
| Completed |
|
| CreditCard |
|
| Date |
|
| DateRange |
|
| Delete |
|
| DeleteX |
|
| Download |
|
| Edit |
|
| Electric |
|
| Email |
|
| Enroute |
|
| Exterior |
|
| EyeHide |
|
| EyeShow |
|
| Favorite |
|
| Fencing |
|
| Filter |
|
| Flag |
|
| Flooring |
|
| Folder |
|
| Fullscreen |
|
| GarageDoor |
|
| General |
|
| Hauling |
|
| History |
|
| Hvac |
|
| Import |
|
| InProgress |
|
| Info |
|
| InfoOutline |
|
| Inspection |
|
| Installation |
|
| Job |
|
| LawnCare |
|
| Licensed |
|
| Link |
|
| List |
|
| Location |
|
| Lock |
|
| Locksmith |
|
| Map |
|
| Menu |
|
| Message |
|
| Mic |
|
| Money |
|
| MoreActions |
|
| MultiService |
|
| Notification |
|
| NotificationOutline |
|
| Onsite |
|
| Painting |
|
| Paused |
|
| Pdf |
|
| Percent |
|
| PestControl |
|
| Phone |
|
| PinDrop |
|
| Play |
|
| Plumbing |
|
| Pool |
|
| Powerwashing |
|
| Queued |
|
| RadioEmpty |
|
| RadioHover |
|
| RadioSelected |
|
| Receipt |
|
| Remove |
|
| Restoration |
|
| Roofing |
|
| Search |
|
| Settings |
|
| Share |
|
| Shield |
|
| SmartHome |
|
| SmartHomeLights |
|
| SmartHomeLock |
|
| SmartHomePlugs |
|
| SmartHomeSecurity |
|
| SmartHomeSensor |
|
| SmartHomeThermostat |
|
| SnowRemoval |
|
| SortDown |
|
| SortUp |
|
| SortUpDown |
|
| Split |
|
| Star |
|
| Suspend |
|
| Sync |
|
| TrendingDown |
|
| TrendingFlat |
|
| TrendingUp |
|
| User |
|
| Veteran |
|
| Video |
|
| Workbench |
Contributing
Please see documentation for contributing here.