@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
44 lines (41 loc) • 1.87 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;
const IbmUnstructuredDataProcessor = /*#__PURE__*/React.forwardRef(function IbmUnstructuredDataProcessor({
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: "M22,10c-2.2061,0-4-1.7944-4-4s1.7939-4,4-4,4,1.7944,4,4-1.7939,4-4,4ZM22,4c-1.1025,0-2,.897-2,2s.8975,2,2,2,2-.897,2-2-.8975-2-2-2Z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M21,19h-7v-7h7v7ZM16,17h3v-3h-3v3Z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M12.6182,12H3.3818L8,2.7642l4.6182,9.2358ZM6.6182,10h2.7637l-1.3818-2.7642-1.3818,2.7642Z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M20,30h-8c-1.103,0-2-.8975-2-2v-4.4648l-5.1094-3.4062c-.5576-.3721-.8906-.9941-.8906-1.6641v-4.4648h2v4.4648l5.1094,3.4062c.5576.3721.8906.9941.8906,1.6641v4.4648h8v-4.4648c0-.6699.333-1.292.8906-1.6641l5.1094-3.4062v-6.4648h2v6.4648c0,.6699-.333,1.292-.8906,1.6641l-5.1094,3.4062v4.4648c0,1.1025-.8975,2-2,2Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmUnstructuredDataProcessor.propTypes = iconPropTypes;
}
export { IbmUnstructuredDataProcessor as default };