UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

42 lines (38 loc) 1.73 kB
/** * 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. */ 'use strict'; 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, _path2; const IbmUnstructuredDataProcessor = /*#__PURE__*/React.forwardRef(function IbmUnstructuredDataProcessor({ 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: "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-2zM21 19h-7v-7h7v7zM16 17h3v-3h-3v3zM12.6182 12H3.3818L8 2.7642l4.6182 9.2358zM6.6182 10h2.7637l-1.3818-2.7642-1.3818 2.7642z" })), _path2 || (_path2 = /*#__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.iconPropTypes; } module.exports = IbmUnstructuredDataProcessor;