react-icons-kit
Version:
React Icons Kit using various Svg Icon set
27 lines (26 loc) • 580 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.androidArrowDropright = void 0;
var androidArrowDropright = {
"viewBox": "0 0 512 512",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "polygon",
"attribs": {
"points": "192,128 320,256 192,384 \t"
},
"children": [{
"name": "polygon",
"attribs": {
"points": "192,128 320,256 192,384 \t"
},
"children": []
}]
}]
}]
};
exports.androidArrowDropright = androidArrowDropright;
;