@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.22 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: 'ScanThumbUp20Regular',
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 4.5A1.5 1.5 0 0 1 4.5 3h2a.5.5 0 0 0 0-1h-2A2.5 2.5 0 0 0 2 4.5v2a.5.5 0 0 0 1 0v-2zm14 11a1.5 1.5 0 0 1-1.5 1.5h-2a.5.5 0 0 0 0 1h2a2.5 2.5 0 0 0 2.5-2.5v-2a.5.5 0 0 0-1 0v2zM15.5 3A1.5 1.5 0 0 1 17 4.5v2a.5.5 0 0 0 1 0v-2A2.5 2.5 0 0 0 15.5 2h-2a.5.5 0 0 0 0 1h2zM3 15.5A1.5 1.5 0 0 0 4.5 17h2a.5.5 0 0 1 0 1h-2A2.5 2.5 0 0 1 2 15.5v-2a.5.5 0 0 1 1 0v2zm8.153-10.954c-.837-.223-1.434.383-1.63.85c-.154.364-.288.618-.458.941v.001c-.106.2-.225.426-.366.713c-.298.606-.59.982-.788 1.196a2.188 2.188 0 0 1-.253.236l-1.24.698c-.771.434-1.122 1.352-.797 2.18l.35.89c.205.52.644.91 1.18 1.071l3.61 1.083c1.145.343 2.39-.27 2.743-1.414l.919-2.99c.361-1.176-.568-2.296-1.771-2.296h-.283c.078-.344.145-.745.137-1.104c-.006-.336-.04-.762-.227-1.148c-.212-.44-.59-.765-1.126-.907zm-4.244 5.506l1.24-.699a.506.506 0 0 0 .044-.025l.002-.001l.005-.004l.008-.005l.011-.008l.005-.003c.022-.016.055-.04.095-.072a3.18 3.18 0 0 0 .325-.308c.265-.285.612-.742.953-1.435c.134-.273.248-.489.353-.689l.002-.004c.17-.323.321-.61.492-1.015a.533.533 0 0 1 .193-.23a.307.307 0 0 1 .26-.042c.259.069.398.203.481.375c.09.185.123.43.129.734c.005.277-.057.64-.143.989a8.554 8.554 0 0 1-.124.45a.5.5 0 0 0 .478.645h.934c.595 0 .96.53.815 1.003l-.92 2.99c-.179.583-.846.945-1.5.749L7.44 12.364a.824.824 0 0 1-.537-.48l-.35-.89c-.135-.342 0-.741.357-.942z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})