UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.5 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", fill: "currentColor", className: "bi bi-globe", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M0 8a8 8 0 1116 0A8 8 0 010 8m7.5-6.923c-.67.204-1.335.82-1.887 1.855A8 8 0 005.145 4H7.5zM4.09 4a9.3 9.3 0 01.64-1.539 7 7 0 01.597-.933A7.03 7.03 0 002.255 4zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a7 7 0 00-.656 2.5zM4.847 5a12.5 12.5 0 00-.338 2.5H7.5V5zM8.5 5v2.5h2.99a12.5 12.5 0 00-.337-2.5zM4.51 8.5a12.5 12.5 0 00.337 2.5H7.5V8.5zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5zM5.145 12q.208.58.468 1.068c.552 1.035 1.218 1.65 1.887 1.855V12zm.182 2.472a7 7 0 01-.597-.933A9.3 9.3 0 014.09 12H2.255a7 7 0 003.072 2.472M3.82 11a13.7 13.7 0 01-.312-2.5h-2.49c.062.89.291 1.733.656 2.5zm6.853 3.472A7 7 0 0013.745 12H11.91a9.3 9.3 0 01-.64 1.539 7 7 0 01-.597.933M8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855q.26-.487.468-1.068zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.7 13.7 0 01-.312 2.5m2.802-3.5a7 7 0 00-.656-2.5H12.18c.174.782.282 1.623.312 2.5zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7 7 0 00-3.072-2.472c.218.284.418.598.597.933M10.855 4a8 8 0 00-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4z" })); exports.default = Globe;