UNPKG

geospatialdraw

Version:
7 lines 501 B
"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("polygon", { fill: "none", stroke: "#FFFFFF", strokeWidth: "15", strokeMiterlimit: "10", points: "100.5,279.1 54.7,103.9 168.3,167 291.7,49.5 274.5,270.2" }))); }; exports.default = DrawIcon; //# sourceMappingURL=polygon.js.map