UNPKG

afro-react-icons

Version:

A professional React icon pack inspired by African culture and design, featuring tribal symbols, kente patterns, drums, masks, and more.

10 lines (6 loc) 183 B
import React from 'react'; export interface IconProps extends React.SVGProps<SVGSVGElement> { size?: number; color?: string; } export type IconComponent = React.FC<IconProps>;