UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.1 kB
'use strict' 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: 'ScanThumbUpOff48Filled', 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.035zM21.996 16.692l11.276 11.276l.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-.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.327l-.085.406zM39.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.062zM35.75 6A6.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.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })