iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 804 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 Openlayers = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.7 13.08a3.498 3.498 0 01-1.119 1.619l-7.426 6.196a5.137 5.137 0 01-6.317 0L1.412 14.7a3.578 3.578 0 01-1.12-1.62 3.298 3.298 0 001.12 3.639l7.426 6.196a5.137 5.137 0 006.317 0l7.426-6.196a3.298 3.298 0 001.12-3.639M8.838 1.086a5.137 5.137 0 016.317 0l7.426 6.196a3.298 3.298 0 010 5.258l-7.426 6.187a5.137 5.137 0 01-6.317 0L1.412 12.53a3.298 3.298 0 010-5.248z" }));
exports.default = Openlayers;