@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.52 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:chart--two-y-axis/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 ChartTwoYAxis = /*#__PURE__*/ React.forwardRef(function ChartTwoYAxis({ 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: "M19,17.64h8v0.721h-7.851l-6.895,6.895 C12.187,25.322,12.096,25.36,12,25.36H5v-0.72h6.851l6.894-6.895C18.812,17.678,18.904,17.64,19,17.64z M5,14.36h7 c0.096,0,0.187-0.038,0.254-0.105l6.895-6.895H27V6.64h-8c-0.096,0-0.188,0.038-0.255,0.105l-6.894,6.895H5V14.36z M31.255,2.746 L29,0.491l-2.255,2.255l0.51,0.509L28.64,1.87v28.77H3.36V1.869l1.386,1.385l0.509-0.509L3,0.491L0.746,2.746l0.509,0.509 L2.64,1.869V31c0,0.199,0.161,0.36,0.36,0.36h26c0.199,0,0.36-0.161,0.36-0.36V1.87l1.385,1.385L31.255,2.746z" }), children]
});
});
//#endregion
export { ChartTwoYAxis as default };