@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 849 B
JavaScript
exports.__esModule = true;
exports.RhStandardLinkIconConfig = {
name: 'RhStandardLinkIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M29.67 6.33a6.69 6.69 0 0 0-9.44 0l-5.35 5.35a6.71 6.71 0 0 0 1.85 10.74.63.63 0 0 0 .54-1.13 5.45 5.45 0 0 1-1.5-8.73l5.35-5.35c5.22-4.9 12.58 2.44 7.67 7.67l-3.21 3.21c-.59.57.32 1.47.88.89l3.21-3.21a6.69 6.69 0 0 0 0-9.44Z"},{"path":"M19.27 13.58a.63.63 0 0 0-.54 1.13 5.45 5.45 0 0 1 1.5 8.73l-5.35 5.35a5.42 5.42 0 0 1-7.67-7.67l3.21-3.21c.58-.57-.32-1.47-.88-.89l-3.21 3.21a6.68 6.68 0 0 0 9.44 9.44l5.35-5.35a6.71 6.71 0 0 0-1.85-10.74Z"}]},
rhUiIcon: null,
};
exports.RhStandardLinkIcon = require('../createIcon').createIconBase(exports.RhStandardLinkIconConfig);
exports["default"] = exports.RhStandardLinkIcon;