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