@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.63 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: 'ScanCamera24Filled',
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.5A3.5 3.5 0 0 1 6.5 3h1.864a1 1 0 0 1 0 2H6.5A1.5 1.5 0 0 0 5 6.5v1.864a1 1 0 0 1-2 0V6.5zM14.636 4a1 1 0 0 1 1-1H17.5A3.5 3.5 0 0 1 21 6.5v1.864a1 1 0 1 1-2 0V6.5A1.5 1.5 0 0 0 17.5 5h-1.864a1 1 0 0 1-1-1zM4 14.636a1 1 0 0 1 1 1V17.5A1.5 1.5 0 0 0 6.5 19h1.864a1 1 0 1 1 0 2H6.5A3.5 3.5 0 0 1 3 17.5v-1.864a1 1 0 0 1 1-1zm16 0a1 1 0 0 1 1 1V17.5a3.5 3.5 0 0 1-3.5 3.5h-1.864a1 1 0 1 1 0-2H17.5a1.5 1.5 0 0 0 1.5-1.5v-1.864a1 1 0 0 1 1-1zM12 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 */
)
])
)
)
}
})