UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 805 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 AlienFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, 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-96zM64 116a12 12 0 0112-12 36 36 0 0136 36 12 12 0 01-12 12 36 36 0 01-36-36zm80 84h-32a8 8 0 010-16h32a8 8 0 010 16zm12-48a12 12 0 01-12-12 36 36 0 0136-36 12 12 0 0112 12 36 36 0 01-36 36z" })); exports.default = AlienFill;