@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.07 kB
JavaScript
exports.__esModule = true;
exports.RhStandardPathIconConfig = {
name: 'RhStandardPathIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M28 24.375a3.624 3.624 0 0 0-3.562 3H10c-2.413 0-4.375-1.963-4.375-4.375S7.587 18.625 10 18.625h16c3.102 0 5.625-2.523 5.625-5.625S29.102 7.375 26 7.375H11.562c-.298-1.7-1.777-3-3.562-3-1.999 0-3.625 1.626-3.625 3.625S6.001 11.625 8 11.625c1.785 0 3.264-1.3 3.562-3H26c2.413 0 4.375 1.963 4.375 4.375S28.413 17.375 26 17.375H10c-3.102 0-5.625 2.523-5.625 5.625S6.898 28.625 10 28.625h14.438c.298 1.7 1.777 3 3.562 3 1.999 0 3.625-1.626 3.625-3.625S29.999 24.375 28 24.375Zm-20-14C6.69 10.375 5.625 9.31 5.625 8S6.69 5.625 8 5.625 10.375 6.69 10.375 8 9.31 10.375 8 10.375Zm20 20c-1.31 0-2.375-1.065-2.375-2.375S26.69 25.625 28 25.625 30.375 26.69 30.375 28 29.31 30.375 28 30.375Z"},
rhUiIcon: null,
};
exports.RhStandardPathIcon = require('../createIcon').createIconBase(exports.RhStandardPathIconConfig);
exports["default"] = exports.RhStandardPathIcon;