react-icons-kit
Version:
React Icons Kit using various Svg Icon set
18 lines (17 loc) • 335 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowBoth = void 0;
var arrowBoth = {
"viewBox": "0 0 20 16",
"children": [{
"name": "path",
"attribs": {
"d": "M0 8l6-5v3h8V3l6 5-6 5v-3H6v3L0 8z"
},
"children": []
}],
"attribs": {}
};
exports.arrowBoth = arrowBoth;
;