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