react-icons-kit
Version:
React Icons Kit using various Svg Icon set
66 lines (65 loc) • 1.46 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_drag_right_dashed = void 0;
var arrows_drag_right_dashed = {
"viewBox": "0 0 64 64",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"stroke-dasharray": "4,2",
"x1": "31",
"y1": "32",
"x2": "63",
"y2": "32"
},
"children": [{
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"stroke-dasharray": "4,2",
"x1": "31",
"y1": "32",
"x2": "63",
"y2": "32"
},
"children": []
}]
}]
}, {
"name": "circle",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"cx": "16",
"cy": "32",
"r": "15"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "54,41 63,32 \r\n\t54,23 "
},
"children": []
}]
};
exports.arrows_drag_right_dashed = arrows_drag_right_dashed;
;