@ohu-mobile/icons
Version:
12 lines (11 loc) • 408 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const SmartphoneFilled = {
name: 'smartphone',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M6 2h12a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1m6 15a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/>',
};
exports.default = SmartphoneFilled;