@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 519 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiBanFillIconConfig = {
name: 'RhUiBanFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm6.796 21.795a1.122 1.122 0 0 1-1.592 0l-12-12a1.127 1.127 0 0 1 0-1.591 1.127 1.127 0 0 1 1.592 0l12 12a1.127 1.127 0 0 1 0 1.591Z"},
rhUiIcon: null,
};
export const RhUiBanFillIcon = createIconBase(RhUiBanFillIconConfig);
export default RhUiBanFillIcon;