@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 644 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const OutlinedStopCircleIconConfig: {
name: 'OutlinedStopCircleIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm296-80v160c0 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 16z"},
rhUiIcon: null,
};
export declare const OutlinedStopCircleIcon: ComponentClass<SVGIconProps>;
export default OutlinedStopCircleIcon;