react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 577 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_location_on = void 0;
var ic_location_on = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"
},
"children": []
}]
};
exports.ic_location_on = ic_location_on;
;