react-icons-kit
Version:
React Icons Kit using various Svg Icon set
23 lines (22 loc) • 675 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowDownBig = void 0;
var arrowDownBig = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"d": "M0,256c0,141.406,114.609,256,256,256s256-114.594,256-256C512,114.625,397.391,0,256,0S0,114.625,0,256z M472,256\r\n\tc0,119.312-96.703,216-216,216S40,375.312,40,256c0-119.281,96.703-216,216-216S472,136.719,472,256z"
},
"children": []
}, {
"name": "polygon",
"attribs": {
"points": "160,272 256,384 352,272 303.984,272 303.984,128 207.984,128 207.984,272 "
},
"children": []
}]
};
exports.arrowDownBig = arrowDownBig;
;