UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

73 lines (69 loc) 3.19 kB
/** * 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, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14; 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 2H17V5H15z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M27 15H30V17H27z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M15 27H17V30H15z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M2 15H5V17H2z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "M6.225 5.729H8.228V8.732H6.225z", transform: "rotate(-45 7.227 7.23)" })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { d: "M23.267 6.227H26.267V8.227H23.267z", transform: "rotate(-45 24.767 7.227)" })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", { d: "M23.769 23.269H25.770999999999997V26.270999999999997H23.769z", transform: "rotate(-44.999 24.77 24.77)" })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", { d: "M5.47 25.126 7.591 23 9 24.419 6.884 26.54 5.47 25.126z" })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", { d: "M15 13H17V15H15z" })), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", { d: "M19 13H21V15H19z" })), _path1 || (_path1 = /*#__PURE__*/React.createElement("path", { d: "M17 11H19V13H17z" })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", { d: "M17 15H19V17H17z" })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", { d: "M17 19H19V21H17z" })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", { d: "M15 17H17V19H15z" })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", { d: "M19 17H21V19H19z" })), _path14 || (_path14 = /*#__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;