UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 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 Osgeo = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M11.387 0L9.882 2.637a9.59 9.59 0 00-7.47 8.764h2.41a7.208 7.208 0 016.565-6.58V2.425zM12.6 2.411v2.41a7.205 7.205 0 016.565 6.566H24l-2.637-1.504A9.59 9.59 0 0012.6 2.41zm-.613 3.29l-.746 4.555 1.492.998.998 1.492 4.555-.76-4.555-.745 1.971-2.957-2.956 1.971zm.746 5.553l-4.449-2.97 2.97 4.449 4.448 2.97zm-1.479 1.479l-.999-1.492L5.701 12l4.554.746-1.97 2.957 2.943-1.971.759 4.554.759-4.554zm.733-1.266c.28 0 .52.24.52.52a.52.52 0 11-.52-.52zM0 12.6l2.638 1.504a9.59 9.59 0 008.763 7.472v-2.411a7.207 7.207 0 01-6.58-6.566H2.425zm19.165 0a7.205 7.205 0 01-6.565 6.565V24l1.504-2.637a9.59 9.59 0 007.472-8.764z" })); exports.default = Osgeo;