@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.72 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.
*/
;
var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const ChartErrorBar = /*#__PURE__*/React.forwardRef(function ChartErrorBar({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._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.36H1c-0.199,0-0.36-0.161-0.36-0.36V1h0.72v29.64h2.28V24c0-0.199,0.161-0.36,0.36-0.36\th2.64v-2.28H4v-0.72h6v0.721H7.36v2.279H10c0.199,0,0.36,0.161,0.36,0.36v6.64h2.28V18c0-0.199,0.161-0.36,0.36-0.36h2.64v-3.28H13\tv-0.72h6v0.72h-2.64v3.28H19c0.199,0,0.36,0.161,0.36,0.36v12.64h2.279V12c0-0.199,0.161-0.36,0.36-0.36h2.64V7.36H22V6.64h6v0.72\th-2.64v4.28H28c0.199,0,0.36,0.161,0.36,0.36v18.64H31V31.36z M22.36,30.64h5.279V17.36H22.36V30.64z M13.36,30.64h5.28v-8.28h-5.28\tC13.36,22.36,13.36,30.64,13.36,30.64z M4.36,30.64h5.28v-3.28H4.36V30.64z M7.36,26.64h2.28v-2.28H7.36V26.64z M4.36,26.64h2.28\tv-2.28H4.36V26.64z M16.36,21.64h2.28v-3.28h-2.28V21.64z M13.36,21.64h2.28v-3.28h-2.28V21.64z M25.36,16.64h2.279v-4.28H25.36\tV16.64z M22.36,16.64h2.279v-4.28H22.36V16.64z"
})), children);
});
module.exports = ChartErrorBar;