UNPKG

@carbon/icons-react

Version:

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

29 lines (28 loc) 1.68 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_Icon = require("./Icon-2zUDcllO.js"); const require_iconPropTypes = require("./iconPropTypes-DaTOKOBs.js"); let react = require("react"); react = require_Icon.__toESM(react); let react_jsx_runtime = require("react/jsx-runtime"); //#region virtual:BpmnCompensationOutline.js const BpmnCompensationOutline = /* @__PURE__ */ react.default.forwardRef(function BpmnCompensationOutline({ children, size = 16, ...rest }, ref) { return react.default.createElement(require_Icon.Icon, { 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: "M29,25c-.1943,0-.3877-.0566-.5547-.168l-12-8c-.2783-.1855-.4453-.498-.4453-.832v8c0,.3691-.2031.708-.5283.8818-.3247.1729-.7197.1543-1.0264-.0498L2.4453,16.832c-.2783-.1855-.4453-.498-.4453-.832,0-.3345.167-.6465.4453-.832L14.4453,7.168c.3066-.2041.7017-.2236,1.0264-.0498.3252.1743.5283.5132.5283.8818v8c0-.3345.167-.6465.4453-.832l12-8c.3057-.2046.7021-.2241,1.0264-.0498.3252.1743.5283.5132.5283.8818v16c0,.3691-.2031.708-.5283.8818-.1475.0791-.3096.1182-.4717.1182ZM18.8027,16l9.1973,6.1318v-12.2632l-9.1973,6.1313ZM4.8027,16l9.1973,6.1318v-12.2632l-9.1973,6.1313Z" }), children); }); if (process.env.NODE_ENV !== "production") BpmnCompensationOutline.propTypes = require_iconPropTypes.iconPropTypes; //#endregion module.exports = BpmnCompensationOutline;