@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.38 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:node-dot-js--01/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 NodeDotJs_01 = /*#__PURE__*/ react.default.forwardRef(function NodeDotJs_01({ 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: "M16,31.36c-0.059,0-0.117-0.015-0.171-0.043 l-13-7l0.342-0.635L16,30.591l12.64-6.806V8.215L16,1.409L3.36,8.215V20H2.64V8c0-0.132,0.073-0.254,0.189-0.317l13-7 c0.107-0.058,0.234-0.058,0.342,0l13,7C29.287,7.746,29.36,7.868,29.36,8v16c0,0.133-0.073,0.254-0.189,0.317l-13,7 C16.117,31.346,16.059,31.36,16,31.36z M9.052,18.355v-0.182c0-0.477,0.267-0.812,0.855-0.812s0.855,0.336,0.855,0.812v0.182 c0,0.477-0.267,0.812-0.855,0.812S9.052,18.832,9.052,18.355z M13.006,11.772h1.121v8.349c0,0.994-0.49,1.681-1.57,1.681h-0.729 v-0.98h1.179v-9.05H13.006z M12.879,9.447V9.265c0-0.378,0.211-0.63,0.688-0.63s0.688,0.252,0.688,0.63v0.183 c0,0.378-0.211,0.63-0.688,0.63S12.879,9.825,12.879,9.447z M15.823,17.753l0.799-0.644c0.562,0.7,1.234,1.106,2.146,1.106 c0.954,0,1.515-0.435,1.515-1.177c0-0.561-0.309-0.995-1.262-1.135l-0.575-0.084c-1.332-0.196-2.328-0.742-2.328-2.087 c0-1.429,1.108-2.13,2.581-2.13c1.163,0,1.935,0.435,2.523,1.163l-0.743,0.673c-0.322-0.448-0.939-0.883-1.865-0.883 c-0.925,0-1.416,0.435-1.416,1.12c0,0.701,0.491,0.98,1.389,1.121l0.561,0.084c1.599,0.238,2.216,0.938,2.216,2.031 c0,1.4-1.023,2.255-2.679,2.255C17.352,19.168,16.468,18.607,15.823,17.753z" }), children]
});
});
//#endregion
module.exports = NodeDotJs_01;