@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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ScanTypeOff20Regular',
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: 'M2.414 3.121C2.152 3.517 2 3.991 2 4.5v2a.5.5 0 0 0 1 0v-2c0-.232.052-.45.146-.647L9.5 10.207V14H9a.5.5 0 1 0 0 1h2a.5.5 0 0 0 0-1h-.5v-2.793l5.516 5.516A1.991 1.991 0 0 1 15 17h-1.5a.5.5 0 1 0 0 1H15c.648 0 1.248-.205 1.738-.555l.408.409a.5.5 0 0 0 .708-.708l-.409-.408l-.722-.722L6.032 5.325L3.853 3.146l-.732-.732l-.267-.268a.5.5 0 1 0-.708.708l.268.267zM18 15c0 .269-.035.53-.102.777L17 14.879V13.5a.5.5 0 1 1 1 0V15zm-7.5-9v2.379l-1-1V6H8.121l-1-1H13.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V6h-2.5zm-4-3H5.121l-.975-.975C4.262 2.008 4.38 2 4.5 2h2a.5.5 0 0 1 0 1zM5 17a2 2 0 0 1-2-2v-1.5a.5.5 0 1 0-1 0V15a3 3 0 0 0 3 3h1.5a.5.5 0 0 0 0-1H5zM17 4.5A1.5 1.5 0 0 0 15.5 3h-2a.5.5 0 0 1 0-1h2A2.5 2.5 0 0 1 18 4.5v2a.5.5 0 0 1-1 0v-2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})