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