ui/components/Icons/ts/MoreVertical.d.ts

4 lines
173 B
TypeScript

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