UNPKG

@charan379/react-svg-icons

Version:

This is a component library package for react based applications.

10 lines (9 loc) 212 B
export * from "./Email"; export * from "./Github"; export * from "./Instagram"; export * from "./LinkedIn"; export * from "./Twitter"; export * from "./Whatsapp"; export interface IconProps { size: number; }