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