import * as React from "react"; import { SVGProps } from "react"; const SvgBandage = (props: SVGProps) => ( ); export default SvgBandage;