react-icons-kit
Version:
React Icons Kit using various Svg Icon set
19 lines (18 loc) • 456 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.pin = void 0;
var pin = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill-rule": "evenodd",
"d": "M10 1.2V2l.5 1L6 6H2.2c-.44 0-.67.53-.34.86L5 10l-4 5 5-4 3.14 3.14a.5.5 0 00.86-.34V10l3-4.5 1 .5h.8c.44 0 .67-.53.34-.86L10.86.86a.5.5 0 00-.86.34z"
},
"children": []
}],
"attribs": {}
};
exports.pin = pin;
;