iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 811 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 GeoAlt = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-geo-alt", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A32 32 0 018 14.58a32 32 0 01-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0110 0c0 .862-.305 1.867-.834 2.94M8 16s6-5.686 6-10A6 6 0 002 6c0 4.314 6 10 6 10" }),
React.createElement("path", { d: "M8 8a2 2 0 110-4 2 2 0 010 4m0 1a3 3 0 100-6 3 3 0 000 6" }));
exports.default = GeoAlt;