@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.17 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPinLocationAdd = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPinLocationAdd = function GYSiGlyphPinLocationAdd(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-add",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.475.031c-3.007 0-5.443 2.512-5.443 5.609 0 1.584 5.443 10.275 5.443 10.275s5.441-8.609 5.441-10.275c0-3.097-2.437-5.609-5.441-5.609Zm2.556 5.985h-2v2H8.969v-2h-2V4.954h2v-2h1.062v2h2v1.062Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphPinLocationAdd = GYSiGlyphPinLocationAdd;