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