@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
29 lines (27 loc) • 1.74 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:watson-health/EdgeEnhancement_01.js
const EdgeEnhancement_01 = React.forwardRef(function EdgeEnhancement_01({ 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 28 26 20 24 20 24 21 22 21 22 23 24 23 24 28 22 28 22 30 28 30 28 28 26 28z" }), /* @__PURE__ */ jsx("path", { d: "M28,16h2A14,14,0,0,0,16,2V4A12,12,0,0,1,28,16Z" }), /* @__PURE__ */ jsx("path", { d: "M26,16A10,10,0,0,0,16,6V16Z" }), /* @__PURE__ */ jsx("path", { d: "M16,28A11.96,11.96,0,0,1,5.416,21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207,13.1207,0,0,1,4.19,18l-1.9677.4131A13.9173,13.9173,0,0,0,2.7,20.2993l-.0251.0083A13.9615,13.9615,0,0,0,16,30Z" }), /* @__PURE__ */ jsx("path", { d: "M5.5913,10,3.86,9a14.14,14.14,0,0,0-1.6382,4.5872l1.9677.3469A12.1519,12.1519,0,0,1,5.5913,10Z" }), /* @__PURE__ */ jsx("path", { d: "M11.8164,4.7646,11.1328,2.887A13.976,13.976,0,0,0,6.9507,5.3278L8.2358,6.8593A11.9729,11.9729,0,0,1,11.8164,4.7646Z" }), children);
});
if (process.env.NODE_ENV !== "production") EdgeEnhancement_01.propTypes = iconPropTypes;
//#endregion
export { EdgeEnhancement_01 as default };