gitfoss-fork | 97f0d26a609dfc0d235c1c22aeeb54346f5a3d62 | app/components/icons/types.ts ∙ GitFOSS
William Nemenchainitial commit
86fb32e9/11/2022, 1:13:39 AM
.ts
TypeScript
(application/typescript)
export interface IconProps {
  size?: number;
  color?: string;
}