@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.68 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ScanCamera24Regular',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M3 6.25A3.25 3.25 0 0 1 6.25 3h2a.75.75 0 0 1 0 1.5h-2A1.75 1.75 0 0 0 4.5 6.25v2a.75.75 0 0 1-1.5 0v-2zm12-2.5a.75.75 0 0 1 .75-.75h2A3.25 3.25 0 0 1 21 6.25v2a.75.75 0 0 1-1.5 0v-2a1.75 1.75 0 0 0-1.75-1.75h-2a.75.75 0 0 1-.75-.75zM3.75 15a.75.75 0 0 1 .75.75v2c0 .966.784 1.75 1.75 1.75h2a.75.75 0 0 1 0 1.5h-2A3.25 3.25 0 0 1 3 17.75v-2a.75.75 0 0 1 .75-.75zm16.5 0a.75.75 0 0 1 .75.75v2A3.25 3.25 0 0 1 17.75 21h-2a.75.75 0 0 1 0-1.5h2a1.75 1.75 0 0 0 1.75-1.75v-2a.75.75 0 0 1 .75-.75zM12 13a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm-1.152-6c-.473 0-.906.263-1.118.678L9.242 9h-.575C7.747 9 7 9.596 7 10.5v3.864C7 15.267 7.746 16 8.667 16h6.666c.92 0 1.667-.733 1.667-1.636V10.5c0-.904-.746-1.5-1.667-1.5h-.575l-.488-1.322A1.253 1.253 0 0 0 13.152 7h-2.304zM12 14a2 2 0 1 1 0-4a2 2 0 0 1 0 4z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})