UNPKG

@carbon/icons-react

Version:

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

29 lines (27 loc) 1.42 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. */ import Icon from "./Icon.js"; import { t as iconPropTypes } from "./iconPropTypes-B1cP964Y.js"; import React from "react"; import { jsx } from "react/jsx-runtime"; //#region virtual:BpmnCompensationFill.js const BpmnCompensationFill = React.forwardRef(function BpmnCompensationFill({ children, size = 16, ...rest }, ref) { return React.createElement(Icon, { width: size, height: size, ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, /* @__PURE__ */ jsx("path", { d: "M16,8v16c0,.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.8818ZM29.4717,7.1182c-.3242-.1743-.7207-.1548-1.0264.0498l-12,8c-.2783.1855-.4453.4976-.4453.832,0,.334.167.6465.4453.832l12,8c.167.1113.3604.168.5547.168.1621,0,.3242-.0391.4717-.1182.3252-.1738.5283-.5127.5283-.8818V8c0-.3687-.2031-.7075-.5283-.8818Z" }), children); }); if (process.env.NODE_ENV !== "production") BpmnCompensationFill.propTypes = iconPropTypes; //#endregion export { BpmnCompensationFill as default };