You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.8 KiB

3 years ago
/**
* Copyright IBM Corp. 2016, 2021
*
* 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 iconPropTypes = require('../iconPropTypes-bd86aa8e.js');
var React = require('react');
require('@carbon/icon-helpers');
require('prop-types');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
var _path, _path2, _path3, _path4, _path5, _path6;
var _excluded = ["children", "size"];
var WindowBlackSaturation = /*#__PURE__*/React__default["default"].forwardRef(function WindowBlackSaturation(_ref, ref) {
var children = _ref.children,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 16 : _ref$size,
rest = iconPropTypes._objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.Icon, iconPropTypes._objectSpread2({
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__default["default"].createElement("path", {
d: "M15 2H17V5H15zM27 15H30V17H27zM15 27H17V30H15zM2 15H5V17H2z"
})), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
d: "M6.225 5.729H8.228V8.732H6.225z",
transform: "rotate(-45 7.227 7.23)"
})), _path3 || (_path3 = /*#__PURE__*/React__default["default"].createElement("path", {
d: "M23.267 6.227H26.267V8.227H23.267z",
transform: "rotate(-45 24.767 7.227)"
})), _path4 || (_path4 = /*#__PURE__*/React__default["default"].createElement("path", {
d: "M23.769 23.269H25.770999999999997V26.270999999999997H23.769z",
transform: "rotate(-44.999 24.77 24.77)"
})), _path5 || (_path5 = /*#__PURE__*/React__default["default"].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__default["default"].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;