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