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