@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.95 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: 'ScanText24Regular',
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.747 15a.75.75 0 0 1 .743.648l.007.102v3.502l.006.128a1.25 1.25 0 0 0 1.116 1.116l.128.006h3.5l.102.007a.75.75 0 0 1 0 1.486l-.102.007h-3.5l-.168-.005a2.75 2.75 0 0 1-2.577-2.57l-.005-.175V15.75l.007-.102A.75.75 0 0 1 2.747 15zm18.5 0a.75.75 0 0 1 .743.648l.007.102v3.502a2.75 2.75 0 0 1-2.583 2.745l-.167.005h-3.5a.75.75 0 0 1-.102-1.493l.102-.007h3.5a1.25 1.25 0 0 0 1.243-1.122l.007-.128V15.75a.75.75 0 0 1 .75-.75zm-8.992.5a.75.75 0 0 1 .102 1.493l-.102.007H7.75a.75.75 0 0 1-.102-1.493l.102-.007h4.505zm3.995-4.25a.75.75 0 0 1 .102 1.493l-.102.007h-8.5a.75.75 0 0 1-.102-1.493l.102-.007h8.5zM8.247 2a.75.75 0 0 1 .102 1.493l-.102.007h-3.5a1.25 1.25 0 0 0-1.244 1.122l-.006.128v3.502a.75.75 0 0 1-1.493.102l-.007-.102V4.75a2.75 2.75 0 0 1 2.582-2.745L4.747 2h3.5zm11 0l.167.005a2.75 2.75 0 0 1 2.577 2.57l.006.175v3.502l-.007.102a.75.75 0 0 1-1.486 0l-.007-.102V4.75l-.007-.128a1.25 1.25 0 0 0-1.115-1.116l-.128-.006h-3.5l-.102-.007a.75.75 0 0 1 0-1.486L15.747 2h3.5zM16.25 7a.75.75 0 0 1 .102 1.493l-.102.007h-8.5a.75.75 0 0 1-.102-1.493L7.75 7h8.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})