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