@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (36 loc) • 2.81 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.
*/
;
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 IbmWebmethodsManagedFileTransfer = /*#__PURE__*/React.forwardRef(function IbmWebmethodsManagedFileTransfer({
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: "M18.0002,9.0026l-4.7348-.0026c-.6978,0-1.2654.5579-1.2654,1.2436v10.5138c0,.6848.5676,1.2426,1.2654,1.2426h7.4653c.6978,0,1.2654-.5579,1.2654-1.2417l.0039-7.76-3.9998-3.9958ZM14,20v-9h2.9931s.0076,3.0041.0076,3.0041h2.9996l-.0058,5.9959h-5.9944ZM25.9741,5.2722c.094-1.049-.353-2.1171-1.2834-2.7515-1.3672-.9323-3.2377-.5786-4.1699.7886-.9324,1.3672-.5786,3.2377.7886,4.17,1.1953.8152,2.7754.6469,3.7769-.3221,4.3311,3.9611,5.2244,10.6123,1.8237,15.5992-.17.2493-.356.4807-.541.713l1.4255,1.4256c.2671-.3244.5266-.658.7678-1.0117,4.0869-5.9932,2.8654-14.0513-2.5881-18.611ZM23.8264,5.5635c-.3107.4556-.9343.5735-1.3899.2629-.4557-.3107-.5736-.9344-.2629-1.39.3107-.4556.9343-.5735,1.39-.2629.4556.3107.5736.9344.2628,1.39ZM5.4291,8.108c-1.057,1.55-1.724,3.2413-2.0836,4.9717-.7174.1605-1.3798.5748-1.8257,1.2286-.9323,1.3672-.5786,3.2377.7886,4.17s3.2378.5786,4.17-.7886c.9323-1.3672.5786-3.2377-.7886-4.17-.1185-.0808-.2449-.1394-.37-.201.3212-1.4211.8916-2.8082,1.7616-4.0839,2.5192-3.6941,6.7516-5.5295,10.9186-5.1864v-1.9999c-4.8071-.3378-9.6655,1.7991-12.5709,6.0595ZM4.8256,16.5626c-.3107.4556-.9344.5735-1.39.2629s-.5735-.9344-.2629-1.39c.3108-.4556.9346-.5735,1.3901-.2628.4556.3107.5735.9344.2628,1.39ZM24.6907,24.5207c-1.3672-.9323-3.2377-.5786-4.1699.7886-.4666.6842-.611,1.4944-.4675,2.2501-3.2477.863-6.8291.3889-9.8184-1.6495-1.8677-1.2736-3.2495-2.9903-4.1278-4.9098h-2.1733c.9833,2.5778,2.7272,4.8934,5.1743,6.5622,3.66,2.4959,8.0802,2.9792,12.0132,1.7589.064.0518.1189.111.1881.1582,1.3672.9323,3.2377.5786,4.1699-.7886.9324-1.3671.5786-3.2377-.7886-4.17ZM23.8264,27.5635c-.3107.4556-.9343.5735-1.3899.2629-.4557-.3107-.5736-.9344-.2629-1.39.3107-.4556.9343-.5735,1.39-.2629.4556.3107.5736.9344.2628,1.39Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmWebmethodsManagedFileTransfer.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = IbmWebmethodsManagedFileTransfer;