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