react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 386 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.pin = void 0;
var pin = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M1.34 0a.5.5 0 0 0 .16 1h.5v2h-1c-.55 0-1 .45-1 1h3v3l.44 1 .56-1v-3h3c0-.55-.45-1-1-1h-1v-2h.5a.5.5 0 1 0 0-1h-4a.5.5 0 0 0-.09 0 .5.5 0 0 0-.06 0z"
}
}]
};
exports.pin = pin;
;