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