react-icons-kit
Version:
React Icons Kit using various Svg Icon set
42 lines (41 loc) • 775 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.repeat = void 0;
var repeat = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polyline",
"attribs": {
"points": "17 1 21 5 17 9"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M3 11V9a4 4 0 0 1 4-4h14"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"points": "7 23 3 19 7 15"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M21 13v2a4 4 0 0 1-4 4H3"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.repeat = repeat;