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