react-icons-kit
Version:
React Icons Kit using various Svg Icon set
90 lines (89 loc) • 1.51 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.loader = void 0;
var loader = {
"viewBox": "0 0 24 24",
"children": [{
"name": "line",
"attribs": {
"x1": "12",
"y1": "2",
"x2": "12",
"y2": "6"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "18",
"x2": "12",
"y2": "22"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "4.93",
"y1": "4.93",
"x2": "7.76",
"y2": "7.76"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "16.24",
"y1": "16.24",
"x2": "19.07",
"y2": "19.07"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "2",
"y1": "12",
"x2": "6",
"y2": "12"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "18",
"y1": "12",
"x2": "22",
"y2": "12"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "4.93",
"y1": "19.07",
"x2": "7.76",
"y2": "16.24"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "16.24",
"y1": "7.76",
"x2": "19.07",
"y2": "4.93"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.loader = loader;
;