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.31 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'ScanThumbUpOff16Regular', 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.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-.414zM9.78 10.488a.766.766 0 0 1-.955.477l-2.707-.842a.507.507 0 0 1-.324-.303l-.263-.693a.496.496 0 0 1 .218-.605l.928-.542a.507.507 0 0 0 .042-.025v-.001l.006-.003l.008-.006l.008-.006l.004-.003a2.35 2.35 0 0 0 .255-.228l2.78 2.78zm-2.452-5.28l.745.745l.005-.01c.127-.25.242-.477.371-.796a.298.298 0 0 1 .102-.127a.116.116 0 0 1 .042-.019a.088.088 0 0 1 .042.003c.155.043.232.121.282.228c.057.123.082.297.087.53a3.25 3.25 0 0 1-.105.745a6.541 6.541 0 0 1-.055.217l.77.769h.374c.347 0 .583.327.49.64l-.051.174l.804.804l.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.877l.975.976c.017-.116.025-.234.025-.354v-1a.5.5 0 0 0-1 0v.379zM4.146 2.026L5.121 3H5.5a.5.5 0 0 0 0-1h-1c-.12 0-.238.008-.354.025zM14 4.5A2.5 2.5 0 0 0 11.5 2h-1a.5.5 0 0 0 0 1h1A1.5 1.5 0 0 1 13 4.5v1a.5.5 0 0 0 1 0v-1zM4.5 14A2.5 2.5 0 0 1 2 11.5v-1a.5.5 0 0 1 1 0v1A1.5 1.5 0 0 0 4.5 13h1a.5.5 0 0 1 0 1h-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })