2d12c8a553
Run ID: 131
4 lines
264 B
Plaintext
4 lines
264 B
Plaintext
import * as React from 'react';
|
|
declare const RectangleStackIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
|
export default RectangleStackIcon;
|