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