@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.51 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--parallel/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 ChartParallel = /*#__PURE__*/ React.forwardRef(function ChartParallel({ 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: "M31.36,31h-0.72V18.809l-9.28,8.351V31h-0.72v-3.827l-9.28-7.424V31h-0.72V19.869l-9.28,9.28V31 H0.64V1h0.72v6.468l9.28-3.712V1h0.72v2.756l9.28,3.712V1h0.721v6.417l9.279-4.64V1h0.721L31.36,31L31.36,31z M1.36,18.173v9.958 l9.28-9.28v-8.102L1.36,18.173z M11.36,18.827l9.28,7.424v-6.102l-9.28-9.28V18.827z M21.36,20.14v6.052l9.279-8.352V9.931 L21.36,20.14z M11.36,9.851l9.28,9.28V8.244l-9.28-3.712V9.851z M21.36,8.223v10.846l9.28-10.208V3.583L21.36,8.223z M1.36,8.244 v9.007l9.28-7.424V4.532L1.36,8.244z" }), children]
});
});
//#endregion
export { ChartParallel as default };