UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 1.6 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. */ import { _ as _extends } from '../_rollupPluginBabelHelpers-fe323da0.js'; import React from 'react'; import Icon from '../Icon.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path; const Alien = /*#__PURE__*/React.forwardRef(function Alien({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref: ref }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M16,31.376l-0.104-0.031\tc-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\tc0,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\tc0,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\tc0-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\tC24.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\tV21.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); }); export { Alien as default };