UNPKG

@carbon/icons-react

Version:

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

31 lines (29 loc) 1.69 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/ZoomPan.js const ZoomPan = react.default.forwardRef(function ZoomPan({ 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: "M27.01 12 25.6 13.41 28.18 16 25.59 18.59 27.01 20 31.01 16 27.01 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.41 13.42 5 12 1 16 5 20 6.42 18.59 3.83 16 6.41 13.42z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 28.17 13.41 25.58 12 27 16 31 20 27 18.59 25.59 16 28.17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 3.83 18.58 6.41 20 5 16 1 12 5 13.41 6.42 16 3.83z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,16a6,6,0,1,0-2.53,4.89l3.82,3.82,1.42-1.42-3.82-3.82A6,6,0,0,0,22,16Zm-6,4a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z" }), children); }); if (process.env.NODE_ENV !== "production") ZoomPan.propTypes = require_iconPropTypes.iconPropTypes; //#endregion module.exports = ZoomPan;