UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.43 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 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.5 1a6.5 6.5 0 110 13 6.5 6.5 0 010-13zm4.894 4a5.527 5.527 0 00-3.053-2.676c.444.84.765 1.74.953 2.676h2.1zm.583 2.995A5.464 5.464 0 0013.787 6h-2.342c.032.331.055.664.055 1a9.903 9.903 0 01-.206 2h2.493a5.46 5.46 0 00.19-1.005zm-3.536 0l.006-.051c.034-.313.052-.628.053-.944a8.946 8.946 0 00-.076-1H6.576c-.044.332-.07.666-.076 1 .003.673.081 1.344.233 2h3.534c.077-.332.135-.667.174-1.005zM10.25 5a9.002 9.002 0 00-1.255-2.97C8.83 2.016 8.666 2 8.5 2c-.104 0-.208.006-.311.015l-.183.015L8 2.04A8.971 8.971 0 006.751 5h3.498zM5.706 5a9.959 9.959 0 01.966-2.681A5.527 5.527 0 003.606 5h2.1zM3.213 6c-.14.488-.212.993-.213 1.5.001.507.073 1.012.213 1.5h2.493A10.017 10.017 0 015.5 7c0-.336.023-.669.055-1H3.213zm2.754 4h-2.36a5.515 5.515 0 003.82 2.893A10.023 10.023 0 015.966 10zM8.5 12.644A8.942 8.942 0 009.978 10H7.022A8.943 8.943 0 008.5 12.644zM11.033 10a10.023 10.023 0 01-1.459 2.893A5.517 5.517 0 0013.394 10h-2.36z", fill: "#424242" })); exports.default = Globe;