UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.9 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 Globe = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.882 18.764A8.882 8.882 0 1 1 9.882 1a8.882 8.882 0 0 1 0 17.764zm5.927-3.886h-.9a14.816 14.816 0 0 0-2.184-.399c-.275 1.202-.651 2.224-1.1 2.962a7.78 7.78 0 0 0 4.184-2.563zm-5.927 2.776c.745 0 1.4-1.294 1.803-3.264a25.9 25.9 0 0 0-1.803-.067c-.63 0-1.226.028-1.803.067.403 1.97 1.058 3.264 1.803 3.264zm2.22-7.772h-4.44c0 1.236.09 2.389.236 3.426a21.654 21.654 0 0 1 1.984-.095c.688 0 1.348.037 1.984.095.146-1.037.237-2.19.237-3.426zm-.032-1.11a23.468 23.468 0 0 0-.211-2.318c-.633.06-1.292.097-1.977.097a21.01 21.01 0 0 1-1.977-.097c-.102.72-.178 1.493-.212 2.318h4.377zm-3.93 8.67c-.45-.74-.826-1.76-1.1-2.962a14.83 14.83 0 0 0-2.186.399h-.899a7.783 7.783 0 0 0 4.185 2.563zm-6.03-7.56c0 1.67.549 3.2 1.447 4.463.837-.4 1.962-.715 3.277-.91a21.978 21.978 0 0 1-.283-3.553h-4.44zm1.467-4.497a7.72 7.72 0 0 0-1.37 3.387h4.372c.04-.864.132-1.681.259-2.449-1.317-.2-2.438-.528-3.26-.938zm.396-.5h.954c.588.165 1.31.298 2.114.394.274-1.2.65-2.22 1.099-2.957a7.73 7.73 0 0 0-4.167 2.563zM9.882 2.11c-.743 0-1.391 1.297-1.792 3.262.574.04 1.167.07 1.792.07s1.218-.03 1.791-.07c-.4-1.965-1.048-3.262-1.791-3.262zm1.742.212c.45.738.824 1.757 1.099 2.957.804-.096 1.525-.23 2.114-.394h.953a7.73 7.73 0 0 0-4.166-2.563zm4.563 3.063c-.824.41-1.945.737-3.26.938.126.768.218 1.585.258 2.449h4.372a7.717 7.717 0 0 0-1.37-3.387zm-2.974 4.497c0 1.267-.103 2.465-.283 3.554 1.315.194 2.44.51 3.277.909.898-1.264 1.446-2.793 1.446-4.463h-4.44z", fill: "#000", fillRule: "evenodd" })); exports.default = Globe;