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