UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Alien = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-alien", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12.004 2c4.942 0 8.288 2.503 8.85 6.444a12.884 12.884 0 01-2.163 9.308 11.794 11.794 0 01-3.51 3.356c-1.982 1.19-4.376 1.19-6.373-.008a11.763 11.763 0 01-3.489-3.34 12.808 12.808 0 01-2.171-9.306C3.712 4.504 7.058 2 12.004 2zm1.913 14.6a1 1 0 00-1.317-.517l-.146.055a1.5 1.5 0 01-1.054-.055l-.11-.04a1 1 0 00-.69 1.874 3.5 3.5 0 002.8 0 1 1 0 00.517-1.317zm-5.304-6.39a1 1 0 00-1.32 1.497l2 2 .094.083a1 1 0 001.32-1.497l-2-2zm8.094.083a1 1 0 00-1.414 0l-2 2-.083.094a1 1 0 001.497 1.32l2-2 .083-.094a1 1 0 00-.083-1.32z" })); exports.default = Alien;