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