gitfoss | 19e345f2aad3515b33b9c6eef8d29ba884178fe0 | 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;
}