package.dist.js.icons.stop-circle-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.StopCircleIconConfig = {
name: 'StopCircleIcon',
height: 512,
width: 512,
svgPath: 'M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm96 328c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16v160z',
yOffset: 0,
xOffset: 0,
};
exports.StopCircleIcon = require('../createIcon').createIcon(exports.StopCircleIconConfig);
exports["default"] = exports.StopCircleIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy