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