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