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