@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.71 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 48 48'
}
export default defineComponent({
name: 'ScanCamera48Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6 12.5A6.5 6.5 0 0 1 12.5 6h5.343a1.5 1.5 0 0 1 0 3H12.5A3.5 3.5 0 0 0 9 12.5v5.343a1.5 1.5 0 0 1-3 0V12.5zm22.657-5a1.5 1.5 0 0 1 1.5-1.5H35.5a6.5 6.5 0 0 1 6.5 6.5v5.343a1.5 1.5 0 0 1-3 0V12.5A3.5 3.5 0 0 0 35.5 9h-5.343a1.5 1.5 0 0 1-1.5-1.5zM7.5 28.657a1.5 1.5 0 0 1 1.5 1.5V35.5a3.5 3.5 0 0 0 3.5 3.5h5.343a1.5 1.5 0 0 1 0 3H12.5A6.5 6.5 0 0 1 6 35.5v-5.343a1.5 1.5 0 0 1 1.5-1.5zm33 0a1.5 1.5 0 0 1 1.5 1.5V35.5a6.5 6.5 0 0 1-6.5 6.5h-5.343a1.5 1.5 0 0 1 0-3H35.5a3.5 3.5 0 0 0 3.5-3.5v-5.343a1.5 1.5 0 0 1 1.5-1.5zM27 24.5a3 3 0 1 0-6 0a3 3 0 0 0 6 0zm.865-8.887a2.25 2.25 0 0 0-1.94-1.11h-3.803a2.25 2.25 0 0 0-1.917 1.073L19.33 17h-2.08A3.25 3.25 0 0 0 14 20.25v9.5A3.25 3.25 0 0 0 17.25 33h13.5A3.25 3.25 0 0 0 34 29.75v-9.5A3.25 3.25 0 0 0 30.75 17h-2.07l-.815-1.387zM19.5 24.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})