ui/components/Icons/ts/Hexagon.d.ts

4 lines
163 B
TypeScript

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