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.19 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: 'ScanThumbUp16Regular', 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: 'M14 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-1zm-12 0A2.5 2.5 0 0 1 4.5 2h1a.5.5 0 0 1 0 1h-1A1.5 1.5 0 0 0 3 4.5v1a.5.5 0 0 1-1 0v-1zm12 7a2.5 2.5 0 0 1-2.5 2.5h-1a.5.5 0 0 1 0-1h1a1.5 1.5 0 0 0 1.5-1.5v-1a.5.5 0 0 1 1 0v1zM4.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-1zm4.401-9.96c-.726-.2-1.222.348-1.377.73a8.58 8.58 0 0 1-.34.725v.001c-.079.156-.169.332-.275.556c-.22.463-.433.747-.574.904c-.07.08-.125.128-.154.153l-.014.011l-.922.539a1.496 1.496 0 0 0-.648 1.823l.263.693c.165.433.52.765.962.903l2.708.842a1.766 1.766 0 0 0 2.218-1.177l.69-2.325c.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-.77zM5.75 8.522l.928-.542a.507.507 0 0 0 .042-.025v-.001l.006-.003l.008-.006l.008-.006l.004-.003a2.54 2.54 0 0 0 .334-.312c.207-.231.473-.595.732-1.143c.1-.211.185-.378.264-.533l.003-.005c.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.745c-.028.121-.06.239-.091.345a.5.5 0 0 0 .48.64h.7c.347 0 .583.328.49.642l-.69 2.325a.766.766 0 0 1-.963.506l-2.707-.842a.507.507 0 0 1-.324-.303l-.263-.693a.496.496 0 0 1 .218-.605z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })