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