package.dist.esm.icons.outlined-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!
import { createIcon } from '../createIcon';
export const OutlinedDotCircleIconConfig = {
name: 'OutlinedDotCircleIcon',
height: 512,
width: 512,
svgPath: 'M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z',
yOffset: 0,
xOffset: 0,
};
export const OutlinedDotCircleIcon = createIcon(OutlinedDotCircleIconConfig);
export default OutlinedDotCircleIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy