@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.33 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: 'ScanThumbUp24Regular',
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: 'M3.5 5.25c0-.966.784-1.75 1.75-1.75h3a.75.75 0 0 0 0-1.5h-3A3.25 3.25 0 0 0 2 5.25v3a.75.75 0 0 0 1.5 0v-3zm17 0a1.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-3zm15.25-1.75a1.75 1.75 0 0 1-1.75 1.75h-3a.75.75 0 0 0 0 1.5h3A3.25 3.25 0 0 0 22 18.75v-3a.75.75 0 0 0-1.5 0v3zM13.469 5.31c-1.116-.29-1.915.499-2.18 1.114c-.188.439-.353.744-.565 1.14l-.001.001c-.132.245-.281.522-.459.874c-.366.729-.723 1.177-.962 1.429a2.584 2.584 0 0 1-.293.268l-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.478.433 3.112-.335 3.578-1.817l1.149-3.654c.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.178zM8.19 12.3l1.548-.854a.79.79 0 0 0 .064-.036h.001l.008-.006l.012-.008l.014-.01l.006-.003c.031-.022.074-.052.126-.094c.105-.083.25-.21.42-.388c.34-.359.782-.928 1.214-1.787c.168-.333.309-.595.44-.84l.004-.006c.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 .716.973h1.167c.691 0 1.044.585.901 1.041l-1.15 3.654c-.197.63-.954 1.053-1.724.827l-4.512-1.323a.892.892 0 0 1-.587-.507l-.439-1.089c-.136-.34-.007-.753.388-.97z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})