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