react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 612 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_tablet_android_outline = void 0;
var ic_tablet_android_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0zm0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M18 0H6C4.34 0 3 1.34 3 3v18c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V3c0-1.66-1.34-3-3-3zm-4 22h-4v-1h4v1zm5.25-3H4.75V3h14.5v16z"
},
"children": []
}]
};
exports.ic_tablet_android_outline = ic_tablet_android_outline;
;