package.dist.js.icons.flipboard-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.FlipboardIconConfig = {
name: 'FlipboardIcon',
height: 512,
width: 448,
svgPath: 'M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z',
yOffset: 0,
xOffset: 0,
};
exports.FlipboardIcon = require('../createIcon').createIcon(exports.FlipboardIconConfig);
exports["default"] = exports.FlipboardIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy