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