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