@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (37 loc) • 1.42 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;
const Calls = /*#__PURE__*/React.forwardRef(function Calls({
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: "m26,14c1.1028,0,2,.8972,2,2s-.8972,2-2,2-2-.8972-2-2,.8972-2,2-2m0-2c-2.2091,0-4,1.7909-4,4s1.7909,4,4,4,4-1.7909,4-4-1.7909-4-4-4h0Z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "m15,11l-1.4143,1.4141,2.5859,2.5859H7.8157c-.4141-1.1611-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8389,2.8157-2h8.356l-2.5859,2.5859,1.4143,1.4141,5-5-5-5Zm-10,6c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Calls.propTypes = iconPropTypes;
}
export { Calls as default };