@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
50 lines (46 loc) • 2.71 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.
*/
'use strict';
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, _circle, _path3, _path4;
const Db2DeveloperExtension = /*#__PURE__*/React.forwardRef(function Db2DeveloperExtension({
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: "M27.5,17c-.936,0-1.8157.3647-2.4773,1.0273l1.4155,1.4131c.2834-.2842.6606-.4404,1.0618-.4404.8271,0,1.5.6729,1.5,1.5,0,.4006-.156.7773-.4392,1.0605l-4.9998,5c-.2834.2832-.6602.4395-1.061.4395-.8271,0-1.5-.6729-1.5-1.5,0-.4006.156-.7773.439-1.0605l-1.4146-1.4136c-.6606.6606-1.0244,1.5396-1.0244,2.4741,0,1.9299,1.5701,3.5,3.5,3.5.9353,0,1.8145-.3643,2.4753-1.0254l4.9998-4.9998c.6609-.6611,1.0249-1.54,1.0249-2.4749,0-1.9299-1.5701-3.5-3.5-3.5h0Z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M16.5,28c-.8271,0-1.5-.6729-1.5-1.5,0-.4006.156-.7773.4392-1.0605l4.9998-5c.2834-.2832.6602-.4395,1.061-.4395.8271,0,1.5.6729,1.5,1.5,0,.4006-.156.7773-.439,1.0605l1.4146,1.4136c.6606-.6606,1.0244-1.5396,1.0244-2.4741,0-1.9299-1.5701-3.5-3.5-3.5-.9353,0-1.8145.3643-2.4753,1.0254l-4.9998,4.9998c-.6609.6611-1.0249,1.54-1.0249,2.4749,0,1.9299,1.5701,3.5,3.5,3.5.936,0,1.8157-.3647,2.4773-1.0273l-1.4155-1.4131c-.2834.2842-.6606.4404-1.0618.4404h0Z"
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
cx: "7",
cy: "6",
r: "1"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M5.3433,23.1714l1.8286,1.8286h-3.1694l-.0024-1.75v-11.25h-2v11.2051h0v1.7949h.0002c.0012,1.1028.8992,2,2.0022,2h3.1694l-1.8286,1.8286,1.4141,1.4141,4.2427-4.2427-4.2427-4.2427-1.4141,1.4141Z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M4,10h16c1.1045,0,2-.8955,2-2v-1h3.9976l.0024,5h0v3h2v-6.4053h0v-1.5923c0-1.104-.8984-2.0024-2.0024-2.0024h-3.9976v-1c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2v4c0,1.1045.8955,2,2,2ZM4,4h16v4H4v-4Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Db2DeveloperExtension.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = Db2DeveloperExtension;