@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.49 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ScanThumbUp48Regular',
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: 'M6 12.25A6.25 6.25 0 0 1 12.25 6h6.5a1.25 1.25 0 1 1 0 2.5h-6.5a3.75 3.75 0 0 0-3.75 3.75v6.5a1.25 1.25 0 1 1-2.5 0v-6.5zm36 0A6.25 6.25 0 0 0 35.75 6h-6.5a1.25 1.25 0 1 0 0 2.5h6.5a3.75 3.75 0 0 1 3.75 3.75v6.5a1.25 1.25 0 1 0 2.5 0v-6.5zM12.25 42A6.25 6.25 0 0 1 6 35.75v-6.5a1.25 1.25 0 1 1 2.5 0v6.5a3.75 3.75 0 0 0 3.75 3.75h6.5a1.25 1.25 0 1 1 0 2.5h-6.5zM42 35.75A6.25 6.25 0 0 1 35.75 42h-6.5a1.25 1.25 0 1 1 0-2.5h6.5a3.75 3.75 0 0 0 3.75-3.75v-6.5a1.25 1.25 0 1 1 2.5 0v6.5zm-16.708-24c-.924 0-1.625.425-2.085 1.046c-.406.548-.6 1.213-.718 1.74a20.28 20.28 0 0 0-.2 1.093c-.026.161-.05.308-.072.427a5.12 5.12 0 0 1-.115.516c-.036.121-.062.17-.066.177c0 .001 0 0 0 0l-2.86 4.448a4.615 4.615 0 0 1-2.243 1.815l-1.255.477a2.983 2.983 0 0 0-1.873 3.359l.685 3.508a3.487 3.487 0 0 0 2.601 2.717l8.234 2.005c3.185.775 6.415-1.141 7.23-4.314l1.57-6.12c.545-2.123-.672-4.212-2.818-4.756a4.907 4.907 0 0 0-.689-.104A7.372 7.372 0 0 0 30 19.75h-1.332c.222-.883.37-1.747.37-2.539c0-1.33-.26-2.615-.827-3.614c-.58-1.022-1.562-1.847-2.919-1.847zm-1.153 6.352c.325-.505.456-1.153.537-1.598c.04-.216.07-.408.1-.589c.047-.288.089-.549.152-.833c.1-.445.204-.684.288-.798l.012-.017c.005-.008.008-.012.012-.014c.005-.004.013-.004.03-.003h.022c.201 0 .467.091.745.581c.29.512.5 1.333.5 2.38c0 .857-.27 2.002-.726 3.403a1.25 1.25 0 0 0 1.19 1.636h3a5.161 5.161 0 0 1 .61.049c.048.006.074.011.082.013h.003h-.003c.792.2 1.215.915 1.01 1.71l-1.57 6.12c-.471 1.835-2.348 2.962-4.216 2.507l-8.234-2.005a.987.987 0 0 1-.739-.767l-.685-3.508a.483.483 0 0 1 .308-.543l1.255-.477a7.115 7.115 0 0 0 3.456-2.8l2.86-4.447z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})