react-icons-kit
Version:
React Icons Kit using various Svg Icon set
39 lines (38 loc) • 704 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.tablet = void 0;
var tablet = {
"viewBox": "0 0 24 24",
"children": [{
"name": "rect",
"attribs": {
"x": "4",
"y": "2",
"width": "16",
"height": "20",
"rx": "2",
"ry": "2",
"transform": "rotate(180 12 12)"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "18",
"x2": "12",
"y2": "18"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.tablet = tablet;
;