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.35 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'ScanThumbUpOff20Regular', 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: 'M2.414 3.121C2.152 3.517 2 3.991 2 4.5v2a.5.5 0 0 0 1 0v-2c0-.232.052-.45.146-.647L7.723 8.43a1.42 1.42 0 0 1-.066.053l-1.239.698c-.771.434-1.122 1.352-.797 2.18l.35.89c.205.52.644.91 1.18 1.071l3.61 1.083a2.24 2.24 0 0 0 2.302-.635l3.084 3.084A1.494 1.494 0 0 1 15.5 17h-2a.5.5 0 0 0 0 1h2c.51 0 .983-.152 1.379-.414l.267.268a.5.5 0 0 0 .708-.708l-15-15a.5.5 0 1 0-.708.708l.268.267zm9.94 9.94c-.291.357-.803.537-1.306.386l-3.61-1.083a.824.824 0 0 1-.536-.48l-.35-.89c-.135-.342 0-.741.357-.942l1.24-.699a.506.506 0 0 0 .044-.025l.002-.001l.005-.004l.008-.005l.011-.008l.005-.003a1.788 1.788 0 0 0 .207-.169l3.922 3.922zM8.856 6.735l.745.745c.132-.269.244-.48.348-.678l.002-.004c.17-.323.321-.61.492-1.015a.533.533 0 0 1 .193-.23a.307.307 0 0 1 .26-.042c.259.069.398.203.481.375c.09.185.123.43.129.734c.005.277-.057.64-.143.989a8.554 8.554 0 0 1-.124.45a.5.5 0 0 0 .478.645h.934c.595 0 .96.53.815 1.003l-.385 1.252l.8.8l.54-1.758c.362-1.177-.567-2.297-1.77-2.297h-.283c.078-.344.145-.745.137-1.104c-.006-.336-.04-.762-.227-1.148c-.212-.44-.59-.765-1.126-.907c-.837-.223-1.434.383-1.63.85c-.154.364-.288.618-.458.941v.001l-.208.398zM17 14.879l.975.975c.016-.116.025-.234.025-.354v-2a.5.5 0 0 0-1 0v1.379zM4.146 2.025L5.121 3H6.5a.5.5 0 0 0 0-1h-2c-.12 0-.238.008-.354.025zM15.5 3A1.5 1.5 0 0 1 17 4.5v2a.5.5 0 0 0 1 0v-2A2.5 2.5 0 0 0 15.5 2h-2a.5.5 0 0 0 0 1h2zM3 15.5A1.5 1.5 0 0 0 4.5 17h2a.5.5 0 0 1 0 1h-2A2.5 2.5 0 0 1 2 15.5v-2a.5.5 0 0 1 1 0v2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })