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