@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.65 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;
const CarbonForCloud = /*#__PURE__*/React.forwardRef(function CarbonForCloud({
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: "M23.5,31.36c-0.062,0-0.124-0.017-0.181-0.049\tl-7.5-4.336c-0.111-0.064-0.18-0.183-0.18-0.312v-8.672c0-0.129,0.068-0.247,0.18-0.312l7.5-4.336c0.113-0.064,0.248-0.064,0.361,0\tl7.5,4.336c0.11,0.064,0.18,0.183,0.18,0.312v8.672c0,0.129-0.069,0.247-0.18,0.312l-7.5,4.336\tC23.624,31.344,23.562,31.36,23.5,31.36z M16.36,26.456l7.14,4.128l7.14-4.128V18.2l-7.14-4.128L16.36,18.2V26.456z M13,25.36H9\tc-4.61,0-8.36-3.751-8.36-8.36c0-3.818,2.544-7.105,6.217-8.074C7.835,4.111,12.064,0.64,17,0.64c5.713,0,10.36,4.647,10.36,10.36\th-0.72c0-5.315-4.324-9.64-9.64-9.64c-4.666,0-8.651,3.332-9.478,7.923C7.497,9.424,7.39,9.537,7.25,9.57\tC3.782,10.384,1.36,13.44,1.36,17c0,4.213,3.427,7.64,7.64,7.64h4V25.36z"
})), children);
});
module.exports = CarbonForCloud;