react-icons-kit
Version:
React Icons Kit using various Svg Icon set
54 lines (53 loc) • 1.22 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_slim_left_dashed = void 0;
var arrows_slim_left_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": "64",
"y1": "32",
"x2": "1",
"y2": "32"
},
"children": [{
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"stroke-dasharray": "4,2",
"x1": "64",
"y1": "32",
"x2": "1",
"y2": "32"
},
"children": []
}]
}]
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "10,23 1,32 10,41 \r\n\t"
},
"children": []
}]
};
exports.arrows_slim_left_dashed = arrows_slim_left_dashed;
;