import * as React from 'react'; export interface Sofa48Props extends React.SVGProps { ariaLabel?: string } export default function Sofa48({ ariaLabel, ...props }: Sofa48Props) { return ( ); }