react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 541 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_compare_arrows_twotone = void 0;
var ic_compare_arrows_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M9.01 14H2v2h7.01v3L13 15l-3.99-4v3zm5.98-1v-3H22V8h-7.01V5L11 9l3.99 4z"
},
"children": []
}]
};
exports.ic_compare_arrows_twotone = ic_compare_arrows_twotone;
;