UNPKG

@carbon/pictograms-react

Version:

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

37 lines (36 loc) 1.93 kB
/** * 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:alien/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 Alien = /*#__PURE__*/ react.default.forwardRef(function Alien({ 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.376l-0.104-0.031 c-4.529-1.358-7.883-4.239-9.971-8.563C3.937,18.662,3.64,14.258,3.64,12C3.64,4.674,8.029,0.64,16,0.64S28.36,4.674,28.36,12 c0,2.258-0.297,6.662-2.286,10.781c-2.087,4.324-5.441,7.205-9.971,8.563L16,31.376z M16,1.36C8.494,1.36,4.36,5.139,4.36,12 c0,13.526,8.055,17.52,11.64,18.624C19.585,29.52,27.64,25.526,27.64,12C27.64,5.139,23.506,1.36,16,1.36z M18,21.36h-0.36V21 c0-0.073,0.096-7.36,8.36-7.36h0.36V14C26.36,14.074,26.265,21.36,18,21.36z M25.62,14.366c-6.243,0.183-7.118,4.891-7.24,6.269 C24.623,20.451,25.498,15.743,25.62,14.366z M14.36,21.36H14c-8.264,0-8.36-7.287-8.36-7.36v-0.36H6c8.264,0,8.36,7.287,8.36,7.36 V21.36z M6.38,14.366c0.122,1.377,0.997,6.085,7.24,6.269C13.498,19.257,12.623,14.549,6.38,14.366z" }), children] }); }); //#endregion module.exports = Alien;