@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 461 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const Remove2IconConfig = {
name: 'Remove2Icon',
icon: {"width":896,"height":1024,"svgPathData":"M576,128 L576,0 L320,0 L320,128 L0,128 L0,320 L64,256 L832,256 L896,320 L896,128 L576,128 Z M512,128 L384,128 L384,64 L512,64 L512,128 Z M64,320 L128,1024 L731.4,1024 L832,320 L64,320 Z"},
rhUiIcon: null,
};
export const Remove2Icon = createIconBase(Remove2IconConfig);
export default Remove2Icon;