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