UNPKG

@carbon/icons-react

Version:

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

40 lines (37 loc) 2.51 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. */ 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; const LogoVmwareAlt = /*#__PURE__*/React.forwardRef(function LogoVmwareAlt({ 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.4131,19.1099l-1.9154-5.5355c-.0401-.1304-.1003-.351-.1003-.5415,0-.5114,.4112-1.0128,1.073-1.0128,.5515,0,.9226,.351,1.083,.8624l1.2034,3.9812,1.2335-3.9711c.1604-.5315,.5716-.8925,1.1432-.8925h.1304c.5716,0,.9828,.371,1.1432,.8925l1.2435,3.9812,1.2335-4.0113c.1504-.4713,.4814-.8524,1.073-.8524,.6117,0,1.0429,.4713,1.0429,1.0229,0,.1504-.0401,.351-.0702,.4513l-2.0056,5.6258c-.2306,.6919-.6919,.9928-1.2335,.9928h-.0702c-.5415,0-.9928-.3109-1.2034-.9527l-1.2435-3.9511-1.2635,3.9511c-.2006,.6418-.6619,.9527-1.2034,.9527h-.0702c-.5315,0-.9928-.3109-1.2234-.9928Z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M2.0939,12.645c-.2469-.5532-.8692-.8001-1.452-.5433-.5828,.2568-.7902,.8989-.5334,1.452l2.4299,5.2846c.3852,.8297,.7902,1.2644,1.5409,1.2644,.81,0,1.1656-.4741,1.5409-1.2644,0,0,2.1237-4.6228,2.1435-4.6722,.0198-.0494,.0889-.1976,.3062-.1976,.1877,0,.3358,.1482,.3358,.3457v4.524c0,.6914,.3852,1.2644,1.1261,1.2644s1.1458-.5729,1.1458-1.2644v-3.6943c0-.7112,.5136-1.1755,1.2051-1.1755s1.1557,.4741,1.1557,1.1755v3.6943c0,.6914,.3852,1.2644,1.1261,1.2644s1.1458-.5729,1.1458-1.2644v-3.6943c0-.7112,.5136-1.1755,1.2051-1.1755s1.1557,.4741,1.1557,1.1755v3.6943c0,.6914,.3852,1.2644,1.1261,1.2644s1.1458-.5729,1.1458-1.2644v-4.2079c0-1.5508-1.2446-2.6275-2.7361-2.6275s-2.4299,1.0372-2.4299,1.0372c-.4939-.6421-1.1853-1.0372-2.341-1.0372-1.2248,0-2.3015,1.0372-2.3015,1.0372-.5038-.6421-1.3434-1.0372-2.0447-1.0372-1.0866,0-1.9459,.4741-2.4694,1.6792l-1.5508,3.6647-1.9756-4.7018" })), children); }); if (process.env.NODE_ENV !== "production") { LogoVmwareAlt.propTypes = iconPropTypes; } export { LogoVmwareAlt as default };