@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
31 lines (29 loc) • 2.06 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.
*/
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/StatusPartialFail.js
const StatusPartialFail = react.default.forwardRef(function StatusPartialFail({ 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: "M25.1407,23.7642l1.5315,1.2851a13.976,13.976,0,0,0,2.4408-4.1821l-1.8776-.6836A11.9729,11.9729,0,0,1,25.1407,23.7642Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,27.81l.4128,1.9677A13.8888,13.8888,0,0,0,22.9543,28.14L22,26.4087A12.52,12.52,0,0,1,18,27.81Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,26.4087,9,28.14a14.14,14.14,0,0,0,4.5872,1.6382l.3469-1.9677A12.1519,12.1519,0,0,1,10,26.4087Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.7646,20.1836l-1.8776.6836a13.976,13.976,0,0,0,2.4408,4.1821l1.5315-1.2851A11.9729,11.9729,0,0,1,4.7646,20.1836Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,16,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 8H17V19H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,16H28A12,12,0,0,0,4,16H2a14,14,0,0,1,28,0Z" }), children);
});
if (process.env.NODE_ENV !== "production") StatusPartialFail.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = StatusPartialFail;