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