@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (33 loc) • 1.91 kB
JavaScript
/**
* Copyright IBM Corp. 2019, 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 _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path, _path2;
const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref: ref
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M25.178,21.369c3.012,0,5.462-2.447,5.462-5.457c0-2.863-2.233-5.259-5.084-5.454c-0.182-0.013-0.325-0.159-0.335-0.341 c-0.197-3.79-3.322-6.758-7.113-6.758c-2.752,0-5.286,1.616-6.457,4.117c-0.082,0.175-0.288,0.254-0.463,0.181 c-0.864-0.355-1.775-0.535-2.707-0.535c-3.927,0-7.122,3.2-7.122,7.133c0,3.576,2.644,6.632,6.149,7.11 c0.197,0.026,0.335,0.208,0.308,0.405s-0.205,0.344-0.406,0.308c-3.86-0.525-6.771-3.889-6.771-7.823 c0-4.33,3.518-7.853,7.841-7.853c0.914,0,1.809,0.157,2.667,0.468c1.346-2.581,4.042-4.23,6.959-4.23 c4.07,0,7.442,3.107,7.81,7.13c3.077,0.368,5.443,3.008,5.443,6.143c0.001,3.405-2.772,6.177-6.181,6.177 c-0.009,0-0.088-0.004-0.097-0.005c-0.195-0.015-0.372-0.183-0.362-0.378c0.009-0.192,0.14-0.345,0.33-0.345 c0.003,0,0.006,0,0.008,0L25.178,21.369z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M16.36 29 15.64 29 15.64 12.869 10.254 18.255 9.746 17.745 16 11.491 22.255 17.745 21.745 18.255 16.36 12.869z"
})), children);
});
module.exports = CloudUpload;