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