@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 1.25 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-BElKp6Sn.js";
import React from "react";
import { jsx } from "react/jsx-runtime";
//#region virtual:IbmTurbonomic.js
const IbmTurbonomic = /* @__PURE__ */ React.forwardRef(function IbmTurbonomic({ 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: "M30,16c0,7.73-6.27,14-14,14S2,23.73,2,16C2,9.3,6.71,3.7,13,2.32v2.06c-5.18,1.33-9,6.03-9,11.62,0,6.63,5.37,12,12,12s12-5.37,12-12c0-5.59-3.82-10.29-9-11.62v-2.06c6.29,1.38,11,6.98,11,13.68ZM19,16c0,1.66-1.34,3-3,3s-3-1.34-3-3c0-1.31.83-2.42,2-2.82V2h2v11.18c1.17.4,2,1.51,2,2.82ZM17,16c0-.55-.45-1-1-1s-1,.45-1,1,.45,1,1,1,1-.45,1-1Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmTurbonomic.propTypes = iconPropTypes;
//#endregion
export { IbmTurbonomic as default };