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