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