react-icons-kit
Version:
React Icons Kit using various Svg Icon set
39 lines (38 loc) • 998 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowSwap = void 0;
var arrowSwap = {
"viewBox": "0 0 512 512",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "path",
"attribs": {
"d": "M64,328v48c0,4.4,3.6,8,8,8h248v64l128-96l-128-96v64H72C67.6,320,64,323.6,64,328z"
},
"children": [{
"name": "path",
"attribs": {
"d": "M64,328v48c0,4.4,3.6,8,8,8h248v64l128-96l-128-96v64H72C67.6,320,64,323.6,64,328z"
},
"children": []
}]
}, {
"name": "path",
"attribs": {
"d": "M448,184v-48c0-4.4-3.6-8-8-8H192V64L64,160l128,96v-64h248C444.4,192,448,188.4,448,184z"
},
"children": [{
"name": "path",
"attribs": {
"d": "M448,184v-48c0-4.4-3.6-8-8-8H192V64L64,160l128,96v-64h248C444.4,192,448,188.4,448,184z"
},
"children": []
}]
}]
}]
};
exports.arrowSwap = arrowSwap;
;