react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 532 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_add_location = void 0;
var ic_add_location = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm4 8h-3v3h-2v-3H8V8h3V5h2v3h3v2z"
},
"children": []
}]
};
exports.ic_add_location = ic_add_location;
;