@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.43 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: 'ScanThumbUpOff24Regular',
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.483 3.544A3.235 3.235 0 0 0 2 5.25v3a.75.75 0 0 0 1.5 0v-3c0-.206.036-.404.101-.588l5.445 5.445l-.007.006a1.24 1.24 0 0 1-.03.023l-1.542.85c-1.015.558-1.494 1.754-1.055 2.844l.438 1.089c.273.679.856 1.181 1.557 1.387l4.512 1.323c1.054.309 2.187.007 2.92-.73l3.499 3.5a1.747 1.747 0 0 1-.588.101h-3a.75.75 0 0 0 0 1.5h3c.626 0 1.21-.177 1.706-.483l.263.264a.75.75 0 0 0 1.061-1.061L3.28 2.22a.75.75 0 1 0-1.06 1.06l.263.264zm12.293 12.293a1.445 1.445 0 0 1-1.435.352l-4.512-1.323a.892.892 0 0 1-.587-.507l-.439-1.089c-.136-.34-.007-.753.388-.97l1.548-.854a.79.79 0 0 0 .064-.036h.001l.008-.006l.012-.008l.014-.01l.006-.003a2.353 2.353 0 0 0 .267-.212l4.665 4.666zm-4.045-8.288l1.108 1.109c.072-.137.14-.262.205-.383l.004-.007c.212-.394.403-.749.62-1.25a.521.521 0 0 1 .189-.22a.278.278 0 0 1 .235-.037c.294.077.436.219.52.39c.097.195.138.467.146.833c.006.319-.068.745-.174 1.169c-.048.19-.1.375-.153.541a.75.75 0 0 0 .111.666l.162.162a.75.75 0 0 0 .443.145h1.167c.691 0 1.044.585.901 1.041l-.317 1.008l1.196 1.197l.552-1.755c.49-1.558-.774-2.99-2.332-2.99h-.194c.082-.387.146-.818.137-1.215c-.008-.416-.051-.964-.3-1.466c-.284-.577-.788-.996-1.488-1.178c-1.116-.29-1.915.5-2.18 1.115c-.186.434-.349.737-.558 1.125zm9.769 9.77l1.5 1.499V15.75a.75.75 0 0 0-1.5 0v1.568zM5.183 2L6.682 3.5H8.25a.75.75 0 0 0 0-1.5H5.183zM20.5 5.25a1.75 1.75 0 0 0-1.75-1.75h-3a.75.75 0 0 1 0-1.5h3A3.25 3.25 0 0 1 22 5.25v3a.75.75 0 0 1-1.5 0v-3zM5.25 20.5a1.75 1.75 0 0 1-1.75-1.75v-3a.75.75 0 0 0-1.5 0v3A3.25 3.25 0 0 0 5.25 22h3a.75.75 0 0 0 0-1.5h-3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})