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