@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.89 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: 'ScanThumbUp48Filled',
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: 'M12.25 6A6.25 6.25 0 0 0 6 12.25v6.5a1.25 1.25 0 1 0 2.5 0v-6.5a3.75 3.75 0 0 1 3.75-3.75h6.5a1.25 1.25 0 1 0 0-2.5h-6.5zm23.5 0A6.25 6.25 0 0 1 42 12.25v6.5a1.25 1.25 0 1 1-2.5 0v-6.5a3.75 3.75 0 0 0-3.75-3.75h-6.5a1.25 1.25 0 1 1 0-2.5h6.5zM6 35.75A6.25 6.25 0 0 0 12.25 42h6.5a1.25 1.25 0 1 0 0-2.5h-6.5a3.75 3.75 0 0 1-3.75-3.75v-6.5a1.25 1.25 0 1 0-2.5 0v6.5zM35.75 42A6.25 6.25 0 0 0 42 35.75v-6.5a1.25 1.25 0 1 0-2.5 0v6.5a3.75 3.75 0 0 1-3.75 3.75h-6.5a1.25 1.25 0 1 0 0 2.5h6.5zM25.292 11.75c-.896 0-1.536.49-1.94 1.008c-.385.494-.632 1.099-.803 1.626a15.603 15.603 0 0 0-.4 1.575l-.068.327c-.052.25-.092.444-.13.595l-2.776 4.316a4.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.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.847z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})