Files
vkv/resources/icons/types.ts
Zdeněk Burda 41e3ce6f25 Initial commit
2026-01-09 21:26:40 +01:00

6 lines
110 B
TypeScript

import { SVGProps } from "react";
export type IconSvgProps = SVGProps<SVGSVGElement> & {
size?: number;
};