@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.68 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: 'ScanThumbUpOff48Regular',
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: 'M39.197 40.965l2.67 2.669a1.25 1.25 0 0 0 1.767-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l2.67 2.67A6.22 6.22 0 0 0 6 12.25v6.5a1.25 1.25 0 1 0 2.5 0v-6.5c0-.579.131-1.127.365-1.617l10.41 10.41l-.1.154a4.615 4.615 0 0 1-2.242 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.005a6.012 6.012 0 0 0 6.021-1.964l6.02 6.02a3.735 3.735 0 0 1-1.616.366h-6.5a1.25 1.25 0 1 0 0 2.5h6.5a6.22 6.22 0 0 0 3.447-1.035zm-9.63-9.63a3.507 3.507 0 0 1-3.65 1.314l-8.234-2.005a.987.987 0 0 1-.739-.767l-.685-3.508a.483.483 0 0 1 .308-.543l1.255-.477a7.118 7.118 0 0 0 3.255-2.504l8.49 8.49zm-7.525-14.597l1.81 1.81l.287-.446c.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-.798a1.043 1.043 0 0 0 .024-.031c.005-.004.013-.004.03-.003h.022c.201 0 .467.091.745.581c.29.512.5 1.333.5 2.38c0 .84-.26 1.959-.7 3.323l1.716 1.716H30a5.161 5.161 0 0 1 .61.049c.05.006.075.011.083.013c.792.2 1.215.915 1.01 1.71l-.485 1.893l2.054 2.053l.853-3.324c.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.847c-.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.16-.05.308-.072.427a5.12 5.12 0 0 1-.115.516c-.029.095-.05.146-.06.166zM39.5 34.197l2.438 2.438A6.31 6.31 0 0 0 42 35.75v-6.5a1.25 1.25 0 1 0-2.5 0v4.947zM11.365 6.062L13.803 8.5h4.947a1.25 1.25 0 1 0 0-2.5h-6.5c-.3 0-.596.021-.885.062zM42 12.25A6.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.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})