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