@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
52 lines (49 loc) • 2.19 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.
*/
import React from 'react';
import Icon from './Icon.js';
import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8;
const TransformBinary = /*#__PURE__*/React.forwardRef(function TransformBinary({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, {
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: "M23,20h-2c-1.1,0-2-0.9-2-2v-4c0-1.1,0.9-2,2-2h2c1.1,0,2,0.9,2,2v4C25,19.1,24.1,20,23,20z M21,14v4h2v-4H21z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M15 12H17V20H15z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M11,20H9c-1.1,0-2-0.9-2-2v-4c0-1.1,0.9-2,2-2h2c1.1,0,2,0.9,2,2v4C13,19.1,12.1,20,11,20z M9,14v4h2v-4H9z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M16,2v2c6.6,0,12,5.4,12,12s-5.4,12-12,12v2c7.7,0,14-6.3,14-14S23.7,2,16,2z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M8.2,25.1L7,26.7c1.2,1,2.6,1.9,4.2,2.4l0.7-1.9C10.5,26.7,9.3,26,8.2,25.1z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M4.2,18l-2,0.4C2.5,20,3.1,21.6,3.9,23l1.7-1C4.9,20.8,4.4,19.4,4.2,18z"
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
d: "M5.6,10L3.9,9c-0.8,1.4-1.4,3-1.6,4.6l2,0.3C4.4,12.5,4.9,11.2,5.6,10z"
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
d: "M11.8,4.8l-0.7-1.9C9.6,3.5,8.2,4.3,7,5.3l1.3,1.5C9.3,6,10.5,5.3,11.8,4.8z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
TransformBinary.propTypes = iconPropTypes;
}
export { TransformBinary as default };