ui/components/Icons/ts/Gitlab.d.ts

4 lines
161 B
TypeScript

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