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