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