@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (36 loc) • 1.51 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 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 React = require('react');
var Icon_js = require('./Icon.js');
var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const IbmTestAcceleratorForZ = /*#__PURE__*/React.forwardRef(function IbmTestAcceleratorForZ({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M8,6h-2v10h2V6ZM4,22.43v-13.43h-2v14.01c0,.36.19.68.5.86l10.5,6.13,1.01-1.73h0l-10-5.84h-.01ZM26,13h2v-4c0-.36-.19-.68-.5-.86L15.5,1.14c-.16-.09-.33-.14-.5-.14s-.35.05-.5.14l-4,2.33c-.31.18-.5.51-.5.86v8.67h2V4.91l3-1.75,11,6.42v3.43-.01ZM24.03,17.06l1.79,3.13,1.47-1.47-2.41-4.22c-.18-.32-.51-.53-.88-.5-.36,0-.7.21-.87.53l-7,13c-.17.31-.16.68.02.99.18.3.51.49.86.49h13v-2h-11.33l5.35-9.94v-.01ZM24.42,21.58l-1.41,1.41,3,3,5-5-1.41-1.41-3.59,3.59-1.59-1.59Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmTestAcceleratorForZ.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = IbmTestAcceleratorForZ;