@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.73 kB
JavaScript
/**
* Copyright IBM Corp. 2019, 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 React from "react";
import { jsx, jsxs } from "react/jsx-runtime";
//#region virtual:ibm--instana/index.js
/**
* Copyright IBM Corp. 2019, 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 IbmInstana = /*#__PURE__*/ React.forwardRef(function IbmInstana({ children, ...rest }, ref) {
return /* @__PURE__ */ jsxs(Icon, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ jsx("path", { d: "M17.64,8v14h.72v-14h-.72ZM21.64,13v6h.72v-6h-.72ZM9.64,13v6h.72v-6h-.72ZM13.64,10v14h.72v-14h-.72ZM22,2.64c-.62,0-1.15.42-1.3,1h-11.57c-.5,0-.96.27-1.2.71L1.96,15.32c-.23.43-.22.95.04,1.36l3.19,5.5.62-.36-3.2-5.52c-.12-.19-.13-.44-.01-.64l5.96-10.97c.12-.2.33-.33.57-.33h11.57c.15.58.68,1,1.3,1,.75,0,1.36-.61,1.36-1.36s-.61-1.36-1.36-1.36ZM22,4.64c-.35,0-.64-.29-.64-.64s.29-.64.64-.64.64.29.64.64-.29.64-.64.64ZM30,15.32l-3.19-5.5-.62.36,3.2,5.52c.12.19.13.44.02.64l-5.97,10.97c-.12.2-.33.33-.57.33h-11.57c-.15-.58-.68-1-1.3-1-.75,0-1.36.61-1.36,1.36s.61,1.36,1.36,1.36c.62,0,1.15-.42,1.3-1h11.57c.5,0,.96-.27,1.2-.71l5.97-10.97c.23-.43.22-.95-.04-1.36ZM10,28.64c-.35,0-.64-.29-.64-.64s.29-.64.64-.64.64.29.64.64-.29.64-.64.64Z" }), children]
});
});
//#endregion
export { IbmInstana as default };