iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.45 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 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.582 2.995c.016-.164.024-.33.024-.495a5.464 5.464 0 00-.213-1.5h-2.342c.032.331.055.664.055 1a10.114 10.114 0 01-.206 2h2.493c.095-.329.158-.665.19-1.005zm-3.535 0l.006-.051A9.04 9.04 0 0010.5 7a8.994 8.994 0 00-.076-1H6.576c-.044.332-.07.666-.076 1 .003.673.08 1.344.233 2h3.534c.077-.332.135-.667.174-1.005zM10.249 5a8.974 8.974 0 00-1.255-2.97C8.83 2.016 8.666 2 8.5 2c-.104 0-.208.006-.312.015l-.182.015L8 2.04A8.97 8.97 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.016 10.016 0 015.5 7c0-.336.023-.669.055-1H3.213zm2.754 4h-2.36a5.515 5.515 0 003.819 2.893A10.023 10.023 0 015.967 10zM8.5 12.644A8.942 8.942 0 009.978 10H7.022A8.943 8.943 0 008.5 12.644zM11.033 10a10.024 10.024 0 01-1.459 2.893A5.517 5.517 0 0013.393 10h-2.36z", fill: "#C5C5C5" }));
exports.default = Globe;