gitfoss-fork-fork | 1e6c35cd52cfa429370bce9fe4b86ac27b6219ba | 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;
}