package.dist.esm.icons.square-full-icon.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const SquareFullIconConfig: {
name: 'SquareFullIcon',
height: 512,
width: 512,
svgPath: 'M512 512H0V0h512v512z',
yOffset: 0,
xOffset: 0,
};
export declare const SquareFullIcon: React.ComponentClass;
export default SquareFullIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy