UNPKG

react-iconslab

Version:

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

9 lines (7 loc) 427 B
import { ReactComponent as EmailIcon } from "./Email.svg"; import { ReactComponent as ProfileIcon } from "./Email.svg"; import { ReactComponent as Email } from "./EmailYellow.svg"; import { ReactComponent as EmailBlack } from "./EmailBlack.svg"; import { ReactComponent as User } from "./User.svg"; import { ReactComponent as Call } from "./call.svg"; export { EmailIcon, ProfileIcon, Email, EmailBlack, User, Call };