package.dist.js.icons.pause-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.PauseIconConfig = {
name: 'PauseIcon',
height: 512,
width: 448,
svgPath: 'M144 479H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48z',
yOffset: 0,
xOffset: 0,
};
exports.PauseIcon = require('../createIcon').createIcon(exports.PauseIconConfig);
exports["default"] = exports.PauseIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy