@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 859 B
JavaScript
exports.__esModule = true;
exports.RhStandardBoxIconConfig = {
name: 'RhStandardBoxIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M31 6.38H5c-.34 0-.62.28-.62.62v5c0 .34.28.62.62.62h.38V29c0 .34.28.62.62.62h24c.34 0 .62-.28.62-.62V12.62H31c.34 0 .62-.28.62-.62V7c0-.34-.28-.62-.62-.62ZM5.62 7.63h24.75v3.75H5.62V7.63Zm23.75 20.75H6.62V12.63h22.75v15.75Z"},{"path":"M15.65 19.72h4.7c1.25 0 2.28-1.02 2.28-2.27s-1.02-2.28-2.28-2.28h-4.7c-1.25 0-2.28 1.02-2.28 2.28s1.02 2.27 2.28 2.27Zm0-3.3h4.7c.57 0 1.03.46 1.03 1.03s-.46 1.02-1.03 1.02h-4.7c-.57 0-1.03-.46-1.03-1.02s.46-1.03 1.03-1.03Z"}]},
rhUiIcon: null,
};
exports.RhStandardBoxIcon = require('../createIcon').createIconBase(exports.RhStandardBoxIconConfig);
exports["default"] = exports.RhStandardBoxIcon;