package.dist.js.icons.dice-one-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.DiceOneIconConfig = {
name: 'DiceOneIcon',
height: 512,
width: 448,
svgPath: 'M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM224 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z',
yOffset: 0,
xOffset: 0,
};
exports.DiceOneIcon = require('../createIcon').createIcon(exports.DiceOneIconConfig);
exports["default"] = exports.DiceOneIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy