package.dist.js.icons.dot-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.DotCircleIconConfig = {
name: 'DotCircleIcon',
height: 512,
width: 512,
svgPath: 'M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z',
yOffset: 0,
xOffset: 0,
};
exports.DotCircleIcon = require('../createIcon').createIcon(exports.DotCircleIconConfig);
exports["default"] = exports.DotCircleIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy