css.gg/icons/tsx/ShapeSquare.d.ts

3 lines
164 B
TypeScript

import React from 'react';
export declare const ShapeSquare: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;