Files
bewell-in-ua/components/shared/icons/props.ts
2025-02-05 08:01:14 +02:00

6 lines
99 B
TypeScript

export default interface IconProps {
className?: string
size?: string | number
color?: string
}