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