UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 918 B
"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: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-alien", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M11 17a2.5 2.5 0 002 0M12 3C7.336 3 4.604 5.331 4.138 8.595a11.816 11.816 0 002 8.592 10.777 10.777 0 003.199 3.064c1.666 1 3.664 1 5.33 0a10.777 10.777 0 003.199-3.064 11.89 11.89 0 002-8.592C19.4 5.33 16.668 3 12.004 3zM8 11l2 2M16 11l-2 2" })); exports.default = Alien;