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