ui/components/Icons/ts/Tv.d.ts

4 lines
153 B
TypeScript
Raw Permalink Normal View History

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