gitfoss-fork | 2eba8a0a986b2811af4cee51f1e79eafb8e5afe5 | 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;
}