react-icons-kit
Version:
React Icons Kit using various Svg Icon set
25 lines (24 loc) • 537 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_expand_more_twotone = void 0;
var ic_expand_more_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M24 24H0V0h24v24z",
"fill": "none",
"opacity": ".87"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
},
"children": []
}]
};
exports.ic_expand_more_twotone = ic_expand_more_twotone;
;