@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.78 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 20 20'
}
export default defineComponent({
name: 'ScanTypeOff20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2.484 3.191C2.18 3.634 2 4.171 2 4.75v1.5a.75.75 0 0 0 1.5 0v-1.5c0-.161.03-.315.086-.457L5.75 6.457v.293a.75.75 0 0 0 1 .707l2.5 2.5V13.5H9A.75.75 0 0 0 9 15h2a.75.75 0 0 0 0-1.5h-.25v-2.043l4.957 4.957a1.246 1.246 0 0 1-.457.086h-1.5a.75.75 0 0 0 0 1.5h1.5c.579 0 1.116-.179 1.559-.484l.337.338a.5.5 0 0 0 .708-.708l-.338-.337l-1.102-1.102L5.949 5.242L4.293 3.586L3.191 2.484l-.337-.338a.5.5 0 1 0-.708.708l.338.337zM18 15.25c0 .195-.02.386-.06.57l-1.44-1.441v-.629a.75.75 0 0 1 1.5 0v1.5zM10.75 6.5v2.129l-1.5-1.5V6.5h-.629L7.121 5H13.5a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0V6.5h-2zm-4.5-3h-.629l-1.44-1.44c.183-.04.374-.06.569-.06h1.5a.75.75 0 0 1 0 1.5zm-1.5 13c-.69 0-1.25-.56-1.25-1.25v-1.5a.75.75 0 0 0-1.5 0v1.5A2.75 2.75 0 0 0 4.75 18h1.5a.75.75 0 0 0 0-1.5h-1.5zM16.5 4.75c0-.69-.56-1.25-1.25-1.25h-1.5a.75.75 0 0 1 0-1.5h1.5A2.75 2.75 0 0 1 18 4.75v1.5a.75.75 0 0 1-1.5 0v-1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})