@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.56 kB
JavaScript
/**
* Copyright IBM Corp. 2019, 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.
*/
const require_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs");
const require_Icon_js = require("../Icon.js");
let react = require("react");
react = require_rolldown_runtime.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:night--clear/index.js
/**
* Copyright IBM Corp. 2019, 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.
*/
const NightClear = /*#__PURE__*/ react.default.forwardRef(function NightClear({ children, ...rest }, ref) {
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.004,29.36c-7.369,0-13.364-5.995-13.364-13.363C1.64,8.702,7.552,2.71,14.818,2.64 c0.001,0,0.002,0,0.003,0c0.143,0,0.271,0.084,0.329,0.214c0.058,0.131,0.033,0.285-0.065,0.391 c-2.146,2.312-3.329,5.363-3.329,8.59c0,6.972,5.672,12.644,12.644,12.644l0.013,0.248l0.027-0.25 c0.162-0.015,0.316,0.068,0.381,0.201s0.069,0.291-0.031,0.399C22.264,27.799,18.696,29.36,15.004,29.36z M14.001,3.395 C7.511,3.885,2.36,9.373,2.36,15.998c0,6.971,5.672,12.642,12.644,12.642c3.267,0,6.315-1.223,8.673-3.46 c-7.034-0.378-12.64-6.219-12.64-13.345C11.037,8.715,12.083,5.75,14.001,3.395z M28,21.36c-0.199,0-0.36-0.161-0.36-0.36v-1.64H26 c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36h1.64V17c0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v1.64H30 c0.199,0,0.36,0.161,0.36,0.36s-0.161,0.36-0.36,0.36h-1.64V21C28.36,21.199,28.199,21.36,28,21.36z M18,12.36 c-0.199,0-0.36-0.161-0.36-0.36v-1.64H16c-0.199,0-0.36-0.161-0.36-0.36S15.801,9.64,16,9.64h1.64V8c0-0.199,0.161-0.36,0.36-0.36 S18.36,7.802,18.36,8v1.64H20c0.199,0,0.36,0.161,0.36,0.36s-0.161,0.36-0.36,0.36h-1.64V12C18.36,12.199,18.199,12.36,18,12.36z M24,8.36c-0.199,0-0.36-0.161-0.36-0.36V6.36H22c-0.199,0-0.36-0.161-0.36-0.36S21.801,5.64,22,5.64h1.64V4 c0-0.199,0.161-0.36,0.36-0.36S24.36,3.802,24.36,4v1.64H26c0.199,0,0.36,0.161,0.36,0.36S26.199,6.36,26,6.36h-1.64V8 C24.36,8.199,24.199,8.36,24,8.36z" }), children]
});
});
//#endregion
module.exports = NightClear;