UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

33 lines (30 loc) 2.65 kB
/** * 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 { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js'; import React from 'react'; import Icon from '../Icon.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path; const ChartPredictiveAnalyticsLine = /*#__PURE__*/React.forwardRef(function ChartPredictiveAnalyticsLine({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref: ref }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M31,31.36H1\tc-0.199,0-0.36-0.161-0.36-0.36V1h0.72v14.64h5.329c0.158-0.576,0.686-1,1.312-1c0.75,0,1.36,0.61,1.36,1.36\tc0,0.273-0.081,0.529-0.221,0.742l6.258,7.039C15.579,23.69,15.784,23.64,16,23.64c0.75,0,1.36,0.61,1.36,1.36s-0.61,1.36-1.36,1.36\ts-1.36-0.61-1.36-1.36c0-0.272,0.081-0.527,0.22-0.74l-6.259-7.04C8.419,17.31,8.215,17.36,8,17.36c-0.625,0-1.153-0.425-1.312-1\tH1.36v14.28H31V31.36z M16,24.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,24.36,16,24.36z M8,15.36c-0.353,0-0.64,0.287-0.64,0.64S7.647,16.64,8,16.64c0.353,0,0.64-0.287,0.64-0.64S8.353,15.36,8,15.36z M25,9.36\tc-0.75,0-1.36-0.61-1.36-1.36S24.25,6.64,25,6.64S26.36,7.25,26.36,8S25.75,9.36,25,9.36z M25,7.36c-0.353,0-0.64,0.287-0.64,0.64\tS24.647,8.64,25,8.64S25.64,8.353,25.64,8S25.353,7.36,25,7.36z M30.6,8.36h-0.72V7.64h0.72V8.36z M29.16,8.36h-0.72V7.64h0.72V8.36\tz M27.72,8.36H27V7.64h0.72V8.36z M16.786,24.284l-0.637-0.336l0.125-0.237l0.637,0.336L16.786,24.284z M17.248,23.41l-0.636-0.336\tl0.336-0.637l0.637,0.336L17.248,23.41z M17.922,22.138l-0.637-0.336l0.337-0.637l0.637,0.336L17.922,22.138z M18.595,20.864\tl-0.637-0.336l0.337-0.637l0.637,0.336L18.595,20.864z M19.269,19.592l-0.637-0.336l0.337-0.637l0.637,0.336L19.269,19.592z M19.941,18.319l-0.637-0.338l0.337-0.636l0.637,0.338L19.941,18.319z M20.615,17.046l-0.637-0.336l0.337-0.637l0.637,0.337\tL20.615,17.046z M21.288,15.773l-0.637-0.337l0.337-0.637l0.637,0.337L21.288,15.773z M21.962,14.5l-0.637-0.337l0.337-0.636\tl0.637,0.337L21.962,14.5z M22.635,13.228l-0.637-0.337l0.337-0.636l0.637,0.337L22.635,13.228z M23.309,11.955l-0.637-0.337\tl0.337-0.636l0.637,0.337L23.309,11.955z M23.981,10.682l-0.637-0.337l0.337-0.636l0.637,0.337L23.981,10.682z" })), children); }); export { ChartPredictiveAnalyticsLine as default };