UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

37 lines (35 loc) 2 kB
/** * 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:Unlink.js const Unlink = react.default.forwardRef(function Unlink({ 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: "M5 3.59H7V8.42H5z", transform: "rotate(-45.01 5.996 6.005)" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 23.58H27V28.409999999999997H25z", transform: "rotate(-44.99 25.995 25.999)" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 2H13V6H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11H6V13H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 19H30V21H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 26H21V30H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.58,21.07l-3.71,3.72a4,4,0,1,1-5.66-5.66l3.72-3.72L9.51,14,5.8,17.72a6,6,0,0,0-.06,8.54A6,6,0,0,0,10,28a6.07,6.07,0,0,0,4.32-1.8L18,22.49Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.41,10.93l3.72-3.72a4,4,0,1,1,5.66,5.66l-3.72,3.72L22.49,18l3.71-3.72a6,6,0,0,0,.06-8.54A6,6,0,0,0,22,4a6.07,6.07,0,0,0-4.32,1.8L14,9.51Z" }), children); }); if (process.env.NODE_ENV !== "production") Unlink.propTypes = require_iconPropTypes.iconPropTypes; //#endregion module.exports = Unlink;