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