UNPKG

@charan379/react-svg-icons

Version:

This is a component library package for react based applications.

9 lines (8 loc) 199 B
export * from "./SocialMedia"; export * from "./Communication"; export interface SvgProps { size?: number; } export type FixedLengthArray<T, N extends number> = [T, ...T[]] & { length: N; };