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