@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.31 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 { _ as _extends } from '../_rollupPluginBabelHelpers-fe323da0.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const IbmElmReporting = /*#__PURE__*/React.forwardRef(function IbmElmReporting({
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: "M5.254,29.255l-0.509-0.51l6.385-6.385H7\tv-0.72h5.36V27h-0.72v-4.131L5.254,29.255z M27.36,19c0-0.199-0.161-0.36-0.36-0.36h-5c-0.199,0-0.36,0.161-0.36,0.36v7h0.721v-6.64\th4.279V26h0.721L27.36,19L27.36,19z M20.36,11c0-0.199-0.161-0.36-0.36-0.36h-5c-0.199,0-0.36,0.161-0.36,0.36v15h0.72V11.36h4.28\tV26h0.721V11H20.36z M13.36,3c0-0.199-0.161-0.36-0.36-0.36H8C7.801,2.64,7.64,2.801,7.64,3v16h0.72V3.36h4.28V19h0.72V3z"
})), children);
});
export { IbmElmReporting as default };