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