gitfoss | 8f3bb958c0f0879f8d788c5b3305c76045597ff8 | app/components/icons/types.ts ∙ GitFOSS

k / gitfoss

Files

Forked Fromethicdevs / gitfoss
Fork0
William Nemenchainitial commit
86fb32e9/11/2022, 1:13:39 AM
~app/components/icons/types.ts
.ts
TypeScript
(application/typescript)
export interface IconProps {
  size?: number;
  color?: string;
}