@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
43 lines (41 loc) • 2.25 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
const require_chunk = require('./chunk-CsKB0u1v.js');
const require_Icon_js = require('./Icon.js');
const require_iconPropTypes = require('./iconPropTypes-U9gLABJo.js');
let react = require("react");
react = require_chunk.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:SoftwareResourceResource.js
const SoftwareResourceResource = react.default.forwardRef(function SoftwareResourceResource({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M6.9 8.3H11.7V10.3H6.9z",
transform: "rotate(-45 9.293 9.293)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.9,19.7l-2.3-2.3C2.2,17,2,16.5,2,16s0.2-1,0.6-1.4l2.3-2.3l1.4,1.4L4,16l2.3,2.3L4.9,19.7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M8.3 20.3H10.3V25.1H8.3z",
transform: "rotate(-45 9.293 22.707)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30c-0.5,0-1-0.2-1.4-0.6l-2.3-2.3l1.4-1.4L16,28l2.3-2.3l1.4,1.4l-2.3,2.3C17,29.8,16.5,30,16,30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M20.3 21.7H25.1V23.7H20.3z",
transform: "rotate(-45 22.707 22.707)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.1,19.7l-1.4-1.4L28,16l-2.3-2.3l1.4-1.4l2.3,2.3C29.8,15,30,15.5,30,16s-0.2,1-0.6,1.4L27.1,19.7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M21.7 6.9H23.7V11.7H21.7z",
transform: "rotate(-45 22.707 9.293)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2c-0.5,0-1,0.2-1.4,0.6l-2.3,2.3l1.4,1.4L16,4l2.3,2.3l1.4-1.4l-2.3-2.3C17,2.2,16.5,2,16,2z" }), children);
});
if (process.env.NODE_ENV !== "production") SoftwareResourceResource.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = SoftwareResourceResource;