UNPKG

@carbon/icons-react

Version:

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

31 lines (29 loc) 1.85 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:watson-health/CobbAngle.js const CobbAngle = react.default.forwardRef(function CobbAngle({ 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: "M20,17V15a2,2,0,0,0-2-2H10a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h8A2,2,0,0,0,20,17ZM10,15h8v2H10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.42,24.48A2,2,0,0,0,21,23.06l-7.73,2.07a2,2,0,0,0-1.42,2.44h0l.52,1.93A2,2,0,0,0,14.27,31a3,3,0,0,0,.52-.07l7.73-2.07h0a2,2,0,0,0,1.41-2.45ZM14.27,29l-.51-1.94L21.48,25,22,26.92Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.24,6.86,21,8.93h0a2.24,2.24,0,0,0,.51.07,2,2,0,0,0,1.94-1.48L24,5.58a2,2,0,0,0-1.41-2.45L14.79,1.06a2,2,0,0,0-2.45,1.41h0l-.52,1.93a2,2,0,0,0,1.42,2.44Zm1-3.86L22,5.07,21.48,7,13.76,4.93Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 21H16V23H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 9H16V11H14z" }), children); }); if (process.env.NODE_ENV !== "production") CobbAngle.propTypes = require_iconPropTypes.iconPropTypes; //#endregion module.exports = CobbAngle;