@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1.21 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardLinkBrokenIconConfig = {
name: 'RhStandardLinkBrokenIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M28.79 14.88c-.59.57.32 1.47.88.89 6-6.44-3-15.48-9.44-9.44l-5.35 5.35a6.69 6.69 0 0 0 0 9.44.63.63 0 0 0 .89-.89 5.42 5.42 0 0 1 0-7.67l5.35-5.35c5.22-4.9 12.58 2.45 7.67 7.67Z"},{"path":"M21.12 14.88a.63.63 0 0 0-.89.89 5.42 5.42 0 0 1 0 7.67l-5.35 5.35c-5.22 4.9-12.58-2.45-7.67-7.67a.63.63 0 0 0-.88-.89c-4.21 4.1-1.09 11.5 4.72 11.39a6.65 6.65 0 0 0 4.72-1.95l5.35-5.35a6.69 6.69 0 0 0 0-9.44ZM8.62 9.5a.62.62 0 0 0 .88-.88L7.44 6.56c-.56-.56-1.44.32-.88.88ZM13 8.54a.63.63 0 0 0 .62-.63V5a.62.62 0 1 0-1.24 0v2.91a.63.63 0 0 0 .62.63Zm-8 5.08h2.91a.62.62 0 0 0 0-1.24H5a.62.62 0 0 0 0 1.24ZM27.38 26.5c-.56-.58-1.46.32-.88.88l2.06 2.06a.62.62 0 0 0 .88-.88Zm-4.38.96a.63.63 0 0 0-.62.63V31a.62.62 0 0 0 1.24 0v-2.91a.63.63 0 0 0-.62-.63Zm8-5.08h-2.91a.62.62 0 0 0 0 1.24H31a.62.62 0 0 0 0-1.24Z"}]},
rhUiIcon: null,
};
export const RhStandardLinkBrokenIcon = createIconBase(RhStandardLinkBrokenIconConfig);
export default RhStandardLinkBrokenIcon;