iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 930 B
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 GlobeStand = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8.267 2.1a8.63 8.63 0 002.997 16.002.75.75 0 00-.015.148v2.25h-4a.75.75 0 000 1.5h9.5a.75.75 0 000-1.5h-4v-2.25a.73.73 0 00-.001-.047 8.592 8.592 0 004.149-1.156.75.75 0 00-.75-1.299A7.13 7.13 0 119.017 3.4a.75.75 0 10-.75-1.3z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.793 4.743a5.58 5.58 0 105.58 9.664 5.58 5.58 0 00-5.58-9.664zm-.743 6.871a4.08 4.08 0 117.065-4.079 4.08 4.08 0 01-7.065 4.08z", fill: "#323544" }));
exports.default = GlobeStand;