@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
42 lines (39 loc) • 2.7 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.
*/
import React from 'react';
import Icon from './Icon.js';
import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path, _path2, _path3;
const CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, {
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: "M22.5,30c-1.9299,0-3.5-1.5701-3.5-3.5,0-.9346,.3638-1.8134,1.0244-2.4742l1.4146,1.4138c-.283,.2832-.439,.6598-.439,1.0604,0,.8271,.6729,1.5,1.5,1.5,.4009,0,.7776-.1561,1.061-.4396l4.9998-4.9998c.2832-.2833,.4392-.66,.4392-1.0607,0-.8271-.6729-1.5-1.5-1.5-.4011,0-.7783,.1564-1.0618,.4404l-1.4155-1.4131c.6616-.6625,1.5413-1.0273,2.4773-1.0273,1.9299,0,3.5,1.5701,3.5,3.5,0,.9348-.364,1.8137-1.0249,2.4749l-4.9998,4.9996c-.6609,.6613-1.54,1.0255-2.4753,1.0255Z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M16.5,31c-1.9299,0-3.5-1.5701-3.5-3.5,0-.9348,.364-1.8137,1.0249-2.4749l4.9998-4.9996c.6609-.6613,1.54-1.0255,2.4753-1.0255,1.9299,0,3.5,1.5701,3.5,3.5,0,.9346-.3638,1.8134-1.0244,2.4742l-1.4146-1.4138c.283-.2832,.439-.6598,.439-1.0604,0-.8271-.6729-1.5-1.5-1.5-.4009,0-.7776,.1561-1.061,.4396l-4.9998,4.9998c-.2832,.2833-.4392,.66-.4392,1.0607,0,.8271,.6729,1.5,1.5,1.5,.4011,0,.7783-.1564,1.0618-.4404l1.4155,1.4131c-.6616,.6625-1.5413,1.0273-2.4773,1.0273Z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M16,2c-5.2979,0-11,1.252-11,4V24c0,1.6797,2.134,2.7979,5,3.415v-2.0459c-1.9939-.4727-2.9453-1.1431-3-1.3691v-3.5723c1.4937,.749,3.6738,1.2153,6,1.4302v-1.9976c-3.8779-.3774-5.8774-1.4219-6-1.8604v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723,5.2979,0,11-1.252,11-4V5.9995c-.0007-2.748-5.7024-3.9995-11-3.9995ZM6.9985,6.0151c.1523-.5552,3.1514-2.0151,9.0015-2.0151,5.7976,0,8.7949,1.4341,8.9968,2-.2019,.5659-3.1992,2-8.9968,2-5.8501,0-8.8491-1.46-9.0015-1.9849Zm18.0015,5.9722c-.1606,.5571-3.1587,2.0127-9,2.0127-5.8501,0-8.8491-1.46-9-2v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
CicsDb2Connection.propTypes = iconPropTypes;
}
export { CicsDb2Connection as default };