UNPKG

@carbon/icons-react

Version:

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

31 lines (29 loc) 1.94 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/ContourEdit.js const ContourEdit = react.default.forwardRef(function ContourEdit({ 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: "M16,30V28A12.0021,12.0021,0,0,0,19.6924,4.5786l.6152-1.9033A14.0022,14.0022,0,0,1,16,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.7,4.7a14.7029,14.7029,0,0,0-3,3.1L6.3,9A13.2634,13.2634,0,0,1,8.9,6.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.6,12.3l-1.9-.6A12.5111,12.5111,0,0,0,2,16H4A11.4756,11.4756,0,0,1,4.6,12.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.7,2.7l.6,1.9A11.4756,11.4756,0,0,1,16,4V2A12.5111,12.5111,0,0,0,11.7,2.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.4023,24.248a11.9488,11.9488,0,0,0-1.7182-3.3354L15.2974,19.73a13.9486,13.9486,0,0,1,2.0044,3.893Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.02,18.2668a11.9215,11.9215,0,0,0-3.3467-1.6943l.6114-1.9043a13.9242,13.9242,0,0,1,3.9072,1.978Z" }), children); }); if (process.env.NODE_ENV !== "production") ContourEdit.propTypes = require_iconPropTypes.iconPropTypes; //#endregion module.exports = ContourEdit;