react-icons-kit
Version:
React Icons Kit using various Svg Icon set
54 lines (53 loc) • 894 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.hash = void 0;
var hash = {
"viewBox": "0 0 24 24",
"children": [{
"name": "line",
"attribs": {
"x1": "4",
"y1": "9",
"x2": "20",
"y2": "9"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "4",
"y1": "15",
"x2": "20",
"y2": "15"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "10",
"y1": "3",
"x2": "8",
"y2": "21"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "16",
"y1": "3",
"x2": "14",
"y2": "21"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.hash = hash;
;