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