UNPKG

geospatialdraw

Version:
7 lines 496 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: "54.7,49.5 291.7,49.5 291.7,279.1 54.7,279.1 54.7,49.5" }))); }; exports.default = DrawIcon; //# sourceMappingURL=bbox.js.map