react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 443 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.tablet = void 0;
var tablet = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M.34 0c-.18 0-.34.16-.34.34v7.31c0 .18.16.34.34.34h6.31c.18 0 .34-.16.34-.34v-7.31c0-.18-.16-.34-.34-.34h-6.31zm.66 1h5v5h-5v-5zm2.5 5.5c.38 0 .63.42.44.75s-.68.33-.88 0c-.19-.33.05-.75.44-.75z"
}
}]
};
exports.tablet = tablet;
;