geospatialdraw
Version:
Geospatial Map Drawing Library
12 lines • 1.38 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var React = require("react");
var DrawIcon = function () { return (React.createElement("svg", { width: "30px", height: "30px", x: "0px", y: "0px", viewBox: "0 0 360 360" },
React.createElement("rect", { x: "59.8", y: "61", transform: "rotate(-45.001 93.415 94.593)", fill: "none", stroke: "#FFFFFF", strokeWidth: "2", strokeMiterlimit: "10", width: "67.2", height: "67.2" }),
React.createElement("rect", { x: "216.7", y: "217.9", transform: "rotate(-45.001 250.284 251.466)", fill: "none", stroke: "#FFFFFF", strokeWidth: "2", strokeMiterlimit: "10", width: "67.2", height: "67.2" }),
React.createElement("line", { fill: "none", stroke: "#FFFFFF", strokeWidth: "2", strokeMiterlimit: "10", x1: "118", y1: "117.5", x2: "227.4", y2: "226.9" }),
React.createElement("path", { fill: "#FFFFFF", d: "M102.3,47L54.8,94.5l47.5,47.5l47.5-47.5L102.3,47z M68,94.5l34.3-34.3l34.3,34.3l-34.3,34.3L68,94.5z" }),
React.createElement("path", { fill: "#FFFFFF", d: "M257.7,202.4l-47.5,47.5l47.5,47.5l47.5-47.5L257.7,202.4z M223.4,249.9l34.3-34.3l34.3,34.3l-34.3,34.3\tL223.4,249.9z" }),
React.createElement("rect", { x: "174.5", y: "94", transform: "rotate(-45.001 179.504 171.691)", fill: "#FFFFFF", width: "10", height: "155.3" }))); };
exports.default = DrawIcon;
//# sourceMappingURL=line.js.map