react-icons-kit
Version:
React Icons Kit using various Svg Icon set
41 lines (40 loc) • 864 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.thList = void 0;
var thList = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M19 17h-7c-1.103 0-2 .897-2 2s.897 2 2 2h7c1.103 0 2-.897 2-2s-.897-2-2-2zM19 10h-7c-1.103 0-2 .897-2 2s.897 2 2 2h7c1.103 0 2-.897 2-2s-.897-2-2-2zM19 3h-7c-1.103 0-2 .897-2 2s.897 2 2 2h7c1.103 0 2-.897 2-2s-.897-2-2-2z"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "5",
"cy": "19",
"r": "2.5"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "5",
"cy": "12",
"r": "2.5"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "5",
"cy": "5",
"r": "2.5"
},
"children": []
}]
};
exports.thList = thList;
;