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