react-icons-kit
Version:
React Icons Kit using various Svg Icon set
38 lines (37 loc) • 680 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.smartphone = void 0;
var smartphone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "rect",
"attribs": {
"x": "5",
"y": "2",
"width": "14",
"height": "20",
"rx": "2",
"ry": "2"
},
"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.smartphone = smartphone;
;