UNPKG

react-oddball-icons

Version:
65 lines (51 loc) 1.16 kB
# React Oddball Icons A weird little icon set for React with corporate vibes and oddball charm. For UI's that don’t take themselves too seriously. ## ✨ Features - ⚛️ Easy-to-use React components - 🎯 Fully typed, which gives them great TypeScript support out of the box - 🎨 Scalable SVGs with size and styling flexibility - 🧃 Slightly weird, mildly corporate, always charming ## 🚀 Installation Install via npm: ```bash npm install react-oddball-icons ``` ## 🧰 Usage After the installation, you can quickly get started by importing the icon you want into your project like this: ```jsx import { Avatar } from "react-oddball-icons"; const HelloWorld = () => { return ( <> <Avatar /> </> ); }; export default HelloWorld; ``` ## Available Icon Components - `Arrow` - `Avatar` - `AvatarAlt` - `Bell` - `BellAlt` - `Bookmark` - `BookmarkAlt` - `Calculator` - `Calender` - `Clock` - `ClockAlt` - `Document` - `Envelope` - `Heart` - `Lock` - `LockAlt` - `MagnifyingGlass` - `MagnifyingGlassAlt` - `Presentation` - `SpeechBubble` - `SpeechBubbleAlt` - `StapleDiagram` - `StapleDiagramAlt` - `Suitcase` - `SuitcaseAlt`