@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.66 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPinLocationMap = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPinLocationMap = function GYSiGlyphPinLocationMap(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-pin-location-map",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m0 11.438 3.938 1.468V1.062L0-.015v11.453Zm11.506-3.433c-1.361 0-2.463 1.204-2.463 2.69 0 .384.076.747.207 1.079l2.264 4.152 2.245-4.152c.134-.332.208-.695.208-1.079 0-1.486-1.103-2.69-2.461-2.69Zm.016 4.041a1.5 1.5 0 1 1-.002-3 1.5 1.5 0 0 1 .002 3Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16 .969 11.031.041v6.854c.156-.02.312-.046.475-.046 1.977 0 3.578 1.541 3.578 3.443 0 .492-.108.956-.301 1.382l-.385.629L16 13V.969Zm-8.074 9.323c0-1.37.838-2.544 2.043-3.098V.166l-4.938.896v11.844l3.681-.449-.485-.783a3.344 3.344 0 0 1-.301-1.382Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphPinLocationMap = GYSiGlyphPinLocationMap;