@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
59 lines (55 loc) • 2 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, _path3, _path4, _path5, _path6, _path7;
const SyncSettings = /*#__PURE__*/React.forwardRef(function SyncSettings({
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", {
strokeWidth: "0",
d: "M15 24 15 22 11.4 22 22 11.4 22 15 24 15 24 8 17 8 17 10 20.6 10 10 20.6 10 17 8 17 8 24 15 24z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "m25,20v2h3c1.1,0,2-.9,2-2v-3h-2v3h-3Z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "M28 10H30V14H28z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "m25,2v2h3v3h2v-3c0-1.1-.9-2-2-2h-3Z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "M18 2H22V4H18z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "m10,4v3h2v-3h3V2h-3c-1.1,0-2,.9-2,2Z"
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
strokeWidth: "0",
d: "m12,10H4c-1.1,0-2,.9-2,2v16c0,1.1.9,2,2,2h16c1.1,0,2-.9,2-2v-8h-2v8H4V12h8v-2Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
SyncSettings.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = SyncSettings;