import type { SVGProps } from "react"; const SvgInjectionIcon = (props: SVGProps) => ( ); export default SvgInjectionIcon;