iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.32 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 AlienDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 24a88 88 0 00-88 88c0 48.6 56 120 88 120s88-71.4 88-120a88 88 0 00-88-88zm-24 120a32 32 0 01-32-32 8 8 0 018-8 32 32 0 0132 32 8 8 0 01-8 8zm48 0a8 8 0 01-8-8 32 32 0 0132-32 8 8 0 018 8 32 32 0 01-32 32z", opacity: ".2" }),
React.createElement("path", { d: "M128 16a96.11 96.11 0 00-96 96c0 24 12.56 55.06 33.61 83 21.18 28.15 44.5 45 62.39 45s41.21-16.81 62.39-45c21.05-28 33.61-59 33.61-83a96.11 96.11 0 00-96-96zm49.61 169.42C160.24 208.49 140.31 224 128 224s-32.24-15.51-49.61-38.58C59.65 160.5 48 132.37 48 112a80 80 0 01160 0c0 20.37-11.65 48.5-30.39 73.42zM120 136a40 40 0 00-40-40 16 16 0 00-16 16 40 40 0 0040 40 16 16 0 0016-16zm-40-24a24 24 0 0124 24 24 24 0 01-24-24zm96-16a40 40 0 00-40 40 16 16 0 0016 16 40 40 0 0040-40 16 16 0 00-16-16zm-24 40a24 24 0 0124-24 24 24 0 01-24 24zm0 48a8 8 0 01-8 8h-32a8 8 0 010-16h32a8 8 0 018 8z" }));
exports.default = AlienDuotone;