@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 419 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiHarveyBall100IconConfig = {
name: 'RhUiHarveyBall100Icon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M31 16c0 8.271-6.729 15-15 15S1 24.271 1 16 7.729 1 16 1s15 6.729 15 15Z"},
rhUiIcon: null,
};
export const RhUiHarveyBall100Icon = createIconBase(RhUiHarveyBall100IconConfig);
export default RhUiHarveyBall100Icon;