ui/components/Icons/ts/CornerLeftDown.d.ts

4 lines
177 B
TypeScript

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