gitfoss | f5f2bf5114a443d2752c13fe2e62d8dc1804e560 | 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;
}