@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
29 lines (27 loc) • 1.35 kB
JavaScript
/**
* 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:BpmnEscalationOutline.js
const BpmnEscalationOutline = React.forwardRef(function BpmnEscalationOutline({ 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: "M26.9999,27.9998c-.1396,0-.2812-.0294-.4141-.09l-10.5858-4.8204-10.5863,4.8204c-.3862.1761-.8398.0891-1.1338-.2162-.2939-.3063-.3638-.7641-.1743-1.1437L15.1055,4.5092c.3389-.679,1.4492-.679,1.7891,0l10.9999,22.0406c.1895.3796.1191.8374-.1748,1.1437-.1924.1996-.4541.3063-.7197.3063h0ZM16,20.9869c.1416,0,.2822.0304.4141.09l8.4286,3.8382L16,7.1973,7.1578,24.915l8.4286-3.8382c.1313-.0597.2725-.09.4136-.09Z" }), children);
});
if (process.env.NODE_ENV !== "production") BpmnEscalationOutline.propTypes = iconPropTypes;
//#endregion
export { BpmnEscalationOutline as default };