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