react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 531 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_arrow_downward_outline = void 0;
var ic_arrow_downward_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
},
"children": []
}]
};
exports.ic_arrow_downward_outline = ic_arrow_downward_outline;
;