@ohu-mobile/icons
Version:
12 lines (11 loc) • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const QrScanOutlined = {
name: 'qr-scan',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M21 16v5H3v-5h2v3h14v-3zM3 11h18v2H3zm18-3h-2V5H5v3H3V3h18z"/>',
};
exports.default = QrScanOutlined;