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