react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 416 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.location = void 0;
var location = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M8 0c-2.761 0-5 2.239-5 5 0 5 5 11 5 11s5-6 5-11c0-2.761-2.239-5-5-5zM8 8c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z"
}
}]
};
exports.location = location;
;