react-icons-kit
Version:
React Icons Kit using various Svg Icon set
25 lines (24 loc) • 515 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_south_west_outline = void 0;
var ic_south_west_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "rect",
"attribs": {
"fill": "none",
"height": "24",
"width": "24"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M15,19v-2H8.41L20,5.41L18.59,4L7,15.59V9H5v10H15z"
},
"children": []
}]
};
exports.ic_south_west_outline = ic_south_west_outline;
;