UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.1 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 AlienThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 20a92.1 92.1 0 00-92 92c0 23.19 12.26 53.33 32.8 80.63C84.58 213.6 108.41 236 128 236s43.42-22.4 59.2-43.37c20.54-27.3 32.8-57.44 32.8-80.63a92.1 92.1 0 00-92-92zm52.8 167.82C162.44 212.23 141.71 228 128 228s-34.44-15.77-52.8-40.18C56 162.24 44 133.19 44 112a84 84 0 01168 0c0 21.19-11.95 50.24-31.2 75.82zM116 136a36 36 0 00-36-36 12 12 0 00-12 12 36 36 0 0036 36 12 12 0 0012-12zm-12 4a28 28 0 01-28-28 4 4 0 014-4 28 28 0 0128 28 4 4 0 01-4 4zm72-40a36 36 0 00-36 36 12 12 0 0012 12 36 36 0 0036-36 12 12 0 00-12-12zm-24 40a4 4 0 01-4-4 28 28 0 0128-28 4 4 0 014 4 28 28 0 01-28 28zm-4 44a4 4 0 01-4 4h-32a4 4 0 010-8h32a4 4 0 014 4z" })); exports.default = AlienThin;