package.dist.js.icons.square-full-icon.js 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!
"use strict"
exports.__esModule = true;
exports.SquareFullIconConfig = {
name: 'SquareFullIcon',
height: 512,
width: 512,
svgPath: 'M512 512H0V0h512v512z',
yOffset: 0,
xOffset: 0,
};
exports.SquareFullIcon = require('../createIcon').createIcon(exports.SquareFullIconConfig);
exports["default"] = exports.SquareFullIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy