iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 999 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 Geopandas = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.004 0C5.391 0 0 5.38 0 12c0 6.61 5.383 12 12.004 12C18.626 24 24 18.61 24 12c0-6.62-5.382-12-11.996-12zm9.83 12a9.734 9.734 0 01-.824 3.925v-7.85A9.703 9.703 0 0121.833 12zm-4.1 7.98v-1.872h-2.09v3.015a9.795 9.795 0 01-3.64.702c-.303 0-.606-.017-.91-.043V9.192H9.005v12.165c-3.96-1.273-6.838-4.99-6.838-9.366 0-5.424 4.412-9.834 9.837-9.834a9.799 9.799 0 016.926 2.86v13.888h.06c-.39.399-.814.754-1.256 1.075zM15.644 9.2h2.09v4.333h-2.09zM12.36 14.54h2.089v4.332h-2.09zm0-8.907h2.089v4.332h-2.09zm3.285 9.167h2.089v2.044h-2.09zm-3.285-3.57h2.089v2.045h-2.09z" }));
exports.default = Geopandas;