UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.04 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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-globe", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M11 4a5 5 0 11-4.995 5.217L6 9l.005-.217A5 5 0 0111 4z" }), React.createElement("path", { d: "M14.133 1.502a1 1 0 011.365-.369A9.015 9.015 0 115.094 15.755a1 1 0 111.312-1.51 7.015 7.015 0 108.096-11.378 1 1 0 01-.369-1.365z" }), React.createElement("path", { d: "M11 16a1 1 0 01.993.883L12 17v4a1 1 0 01-1.993.117L10 21v-4a1 1 0 011-1z" }), React.createElement("path", { d: "M15 20a1 1 0 01.117 1.993L15 22H7a1 1 0 01-.117-1.993L7 20h8z" })); exports.default = Globe;