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_down_dashed = void 0;
var arrows_drag_down_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": "32",
"y1": "31",
"x2": "32",
"y2": "63"
},
"children": [{
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"stroke-dasharray": "4,2",
"x1": "32",
"y1": "31",
"x2": "32",
"y2": "63"
},
"children": []
}]
}]
}, {
"name": "circle",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"cx": "32",
"cy": "16",
"r": "15"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "23,54 32,63 \r\n\t41,54 "
},
"children": []
}]
};
exports.arrows_drag_down_dashed = arrows_drag_down_dashed;