@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.63 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 28 28'
}
export default defineComponent({
name: 'ScanCamera28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3 6.75A3.75 3.75 0 0 1 6.75 3h3.501a.75.75 0 0 1 0 1.5H6.75A2.25 2.25 0 0 0 4.5 6.75v3.5a.75.75 0 0 1-1.5 0v-3.5zm14-3a.75.75 0 0 1 .75-.75h3.5A3.75 3.75 0 0 1 25 6.75v3.5a.75.75 0 0 1-1.5 0v-3.5a2.25 2.25 0 0 0-2.25-2.25h-3.5a.75.75 0 0 1-.75-.75zM3.75 17a.75.75 0 0 1 .75.75v3.5a2.25 2.25 0 0 0 2.25 2.25h3.5a.75.75 0 0 1 0 1.5h-3.5A3.75 3.75 0 0 1 3 21.25v-3.5a.75.75 0 0 1 .75-.75zm20.5 0a.75.75 0 0 1 .75.75v3.5A3.75 3.75 0 0 1 21.25 25h-3.5a.75.75 0 0 1 0-1.5h3.5a2.25 2.25 0 0 0 2.25-2.25v-3.5a.75.75 0 0 1 .75-.75zM14 16a2 2 0 1 0 0-4a2 2 0 0 0 0 4zm-1.382-8a1.5 1.5 0 0 0-1.342.83L10.691 10H10a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2h-.691l-.585-1.17A1.5 1.5 0 0 0 15.382 8h-2.764zM14 11a3 3 0 1 1 0 6a3 3 0 0 1 0-6z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})