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