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