web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
33 lines (28 loc) • 1.01 kB
JavaScript
"use strict";
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
function SvgComponent(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16 16.003",
width: "1em",
height: "1em"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M8 0a5 5 0 00-5 5c0 .173.014.332.031.5.014.167.036.336.063.5C3.666 9.514 6 12.003 8 14.003c2-2 4.334-4.489 4.906-8.003.027-.164.05-.333.063-.5.017-.168.031-.327.031-.5a5 5 0 00-5-5zm0 3a2 2 0 110 4 2 2 0 010-4z",
style: {
isolation: "auto",
mixBlendMode: "normal",
marker: "none"
},
color: "#000",
overflow: "visible",
fill: "#474747"
}));
}
var _default = SvgComponent;
exports.default = _default;
//# sourceMappingURL=mark-location-symbolic.js.map