ui/components/Icons/ts/XCircle.d.ts

4 lines
163 B
TypeScript

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