gitfoss-fork-fork | 453ac589a65397704fec35fd64e097cbb9d8482b | 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;
}