@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
53 lines (49 loc) • 2.29 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;
const WindowBlackSaturation = /*#__PURE__*/React.forwardRef(function WindowBlackSaturation({
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: "M15 2H17V5H15zM27 15H30V17H27zM15 27H17V30H15zM2 15H5V17H2z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M6.225 5.729H8.228V8.732H6.225z",
transform: "rotate(-45 7.227 7.23)"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M23.267 6.227H26.267V8.227H23.267z",
transform: "rotate(-45 24.767 7.227)"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M23.769 23.269H25.770999999999997V26.270999999999997H23.769z",
transform: "rotate(-44.999 24.77 24.77)"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M5.47 25.126L7.591 23 9 24.419 6.884 26.54 5.47 25.126zM15 13H17V15H15zM19 13H21V15H19zM17 11H19V13H17zM17 15H19V17H17zM17 19H19V21H17zM15 17H17V19H15zM19 17H21V19H19z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M16,7a9,9,0,1,0,9,9A9.01,9.01,0,0,0,16,7ZM9,16a7.004,7.004,0,0,1,6-6.92V11h2V9.08a6.9231,6.9231,0,0,1,2,.605V11h1.89c.0374.0366.074.0732.11.11V13h1.3149a6.931,6.931,0,0,1,.6053,2H21v2h1.92a6.931,6.931,0,0,1-.6053,2H21v1.89c-.0364.0372-.073.0738-.11.11H19v1.3149a6.9231,6.9231,0,0,1-2,.605V21H15v1.92A7.004,7.004,0,0,1,9,16Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
WindowBlackSaturation.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = WindowBlackSaturation;