ui/components/Icons/ts/Cpu.d.ts

4 lines
155 B
TypeScript

import type { SVGProps } from "react";
declare const Cpu: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
export default Cpu;