UNPKG

@carbon/icons-react

Version:

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

40 lines (36 loc) 1.44 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; const CobolUpgradeAdvisor = /*#__PURE__*/React.forwardRef(function CobolUpgradeAdvisor({ 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: "M25.57,6.4299l-1.46,1.4602-1.68-2.8901h-12.86l-6.41,11,6.41,11h7.43v2h-8c-.36,0-.68-.1899-.86-.5L1.14,16.5c-.1-.1499-.14-.3301-.14-.5s.04-.3501.14-.5L8.14,3.5c.18-.3101.5-.5.86-.5h14c.36,0,.68.1899.86.5l1.71,2.9299ZM19,11h-10v2h10v-2ZM17,15h-8v2h8v-2ZM15,19h-6v2h6v-2ZM26,11l-5,5,1.41,1.4099,2.59-2.5798v9.1699c0,1.6543-1.3457,3-3,3h-2v2h2c2.7568,0,5-2.2432,5-5v-9.1699l2.59,2.5798,1.41-1.4099-5-5Z" })), children); }); if (process.env.NODE_ENV !== "production") { CobolUpgradeAdvisor.propTypes = iconPropTypes.iconPropTypes; } module.exports = CobolUpgradeAdvisor;