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