UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.81 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 16 16' } export default defineComponent({ name: 'ScanThumbUpOff16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12.879 13.586l1.267 1.268a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L2.414 3.12C2.152 3.517 2 3.991 2 4.5v1a.5.5 0 0 0 1 0v-1c0-.232.052-.45.146-.647l3.148 3.148c-.05.053-.09.088-.113.108l-.014.011l-.922.539a1.496 1.496 0 0 0-.648 1.823l.263.693c.165.433.52.765.962.903l2.708.842a1.771 1.771 0 0 0 1.99-.693l1.627 1.627A1.494 1.494 0 0 1 11.5 13h-1a.5.5 0 0 0 0 1h1c.51 0 .983-.152 1.379-.414zm-5.55-8.379l3.903 3.904l.206-.693c.287-.968-.447-1.925-1.45-1.925h-.061c.047-.24.082-.505.078-.75c-.005-.264-.031-.612-.18-.933a1.394 1.394 0 0 0-.924-.77c-.726-.2-1.222.348-1.377.73a6.81 6.81 0 0 1-.195.437zM13 10.88l.975.975c.017-.116.025-.234.025-.354v-1a.5.5 0 0 0-1 0v.379zM4.146 2.025L5.121 3H5.5a.5.5 0 0 0 0-1h-1c-.12 0-.238.008-.354.025zM11.5 2A2.5 2.5 0 0 1 14 4.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 11.5 3h-1a.5.5 0 0 1 0-1h1zM2 11.5A2.5 2.5 0 0 0 4.5 14h1a.5.5 0 0 0 0-1h-1A1.5 1.5 0 0 1 3 11.5v-1a.5.5 0 0 0-1 0v1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })