@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
48 lines (44 loc) • 1.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.
*/
;
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;
const ZoomPan = /*#__PURE__*/React.forwardRef(function ZoomPan({
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.01 12 25.6 13.41 28.18 16 25.59 18.59 27.01 20 31.01 16 27.01 12z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M6.41 13.42 5 12 1 16 5 20 6.42 18.59 3.83 16 6.41 13.42z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M16 28.17 13.41 25.58 12 27 16 31 20 27 18.59 25.59 16 28.17z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M16 3.83 18.58 6.41 20 5 16 1 12 5 13.41 6.42 16 3.83z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M22,16a6,6,0,1,0-2.53,4.89l3.82,3.82,1.42-1.42-3.82-3.82A6,6,0,0,0,22,16Zm-6,4a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
ZoomPan.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = ZoomPan;