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