import React from "react"; import type { SVGProps } from "react"; export function Icon(props: SVGProps) { return ( ); }