UNPKG

react-iconslab

Version:

This package contains a set of commonly used SVG icons: **Email**, **User Profile**, and **Delete** as React components.

26 lines (17 loc) 709 B
# Icons SVG Package This package contains a set of commonly used SVG icons: **Email**, **User Profile**, and **Delete** as React components. ## Installation ```bash npm install react-iconslab ``` ### Usage ```tsx import { EmailBlack, User } from 'react-iconslab'; <EmailBlack /> <User /> ``` ## ✨ Icons Preview <div style="display: flex; flex-wrap: wrap; gap: 5px; align-items: center;"> <img src="https://unpkg.com/react-iconslab@3.0.0/src/EmailBlack.svg" width="50px" height="50px" /> <img src="https://unpkg.com/react-iconslab@3.0.0/src/User.svg" width="50px" height="50px" /> <img src="https://unpkg.com/react-iconslab@4.0.2/src/Call.svg" width="50px" height="50px" />