iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.11 kB
JavaScript
;
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 AlienLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 18a94.11 94.11 0 00-94 94c0 23.6 12.41 54.2 33.21 81.83C83.27 215.18 107.68 238 128 238s44.73-22.82 60.79-44.17C209.59 166.2 222 135.6 222 112a94.11 94.11 0 00-94-94zm51.21 168.62C161.48 210.17 140.91 226 128 226s-33.48-15.83-51.21-39.38C57.8 161.37 46 132.78 46 112a82 82 0 01164 0c0 20.78-11.8 49.37-30.79 74.62zM118 136a38 38 0 00-38-38 14 14 0 00-14 14 38 38 0 0038 38 14 14 0 0014-14zm-14 2a26 26 0 01-26-26 2 2 0 012-2 26 26 0 0126 26 2 2 0 01-2 2zm72-40a38 38 0 00-38 38 14 14 0 0014 14 38 38 0 0038-38 14 14 0 00-14-14zm-24 40a2 2 0 01-2-2 26 26 0 0126-26 2 2 0 012 2 26 26 0 01-26 26zm-2 46a6 6 0 01-6 6h-32a6 6 0 010-12h32a6 6 0 016 6z" }));
exports.default = AlienLight;