@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
50 lines (46 loc) • 2.09 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, _path2, _path3, _path4, _path5, _path6;
const EdgeEnhancement_02 = /*#__PURE__*/React.forwardRef(function EdgeEnhancement_02({
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: "M28,30H22V26a2.002,2.002,0,0,1,2-2h2V22H22V20h4a2.0023,2.0023,0,0,1,2,2v2a2.0023,2.0023,0,0,1-2,2H24v2h4Z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M28,16h2A14,14,0,0,0,16,2V4A12,12,0,0,1,28,16Z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M26,16A10,10,0,0,0,16,6V16Z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M16,28A11.96,11.96,0,0,1,5.416,21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207,13.1207,0,0,1,4.19,18l-1.9677.4131A13.9173,13.9173,0,0,0,2.7,20.2993l-.0251.0083A13.9615,13.9615,0,0,0,16,30Z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M5.5913,10,3.86,9a14.14,14.14,0,0,0-1.6382,4.5872l1.9677.3469A12.1519,12.1519,0,0,1,5.5913,10Z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M11.8164,4.7646,11.1328,2.887A13.976,13.976,0,0,0,6.9507,5.3278L8.2358,6.8593A11.9729,11.9729,0,0,1,11.8164,4.7646Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
EdgeEnhancement_02.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = EdgeEnhancement_02;