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