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