react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 437 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.pushpin = void 0;
var pushpin = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M8.5 0l-1.5 1.5 1.5 1.5-3.5 4h-3.5l2.75 2.75-4.25 5.635v0.615h0.615l5.635-4.25 2.75 2.75v-3.5l4-3.5 1.5 1.5 1.5-1.5-7.5-7.5zM7 8.5l-1-1 3.5-3.5 1 1-3.5 3.5z"
}
}]
};
exports.pushpin = pushpin;
;