UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.79 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'ScanThumbUp28Filled', 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: 'M6.75 3A3.75 3.75 0 0 0 3 6.75v3.5a.75.75 0 0 0 1.5 0v-3.5A2.25 2.25 0 0 1 6.75 4.5h3.5a.75.75 0 0 0 0-1.5h-3.5zm14.5 0A3.75 3.75 0 0 1 25 6.75v3.5a.75.75 0 0 1-1.5 0v-3.5a2.25 2.25 0 0 0-2.25-2.25h-3.5a.75.75 0 0 1 0-1.5h3.5zM3 21.25A3.75 3.75 0 0 0 6.75 25h3.5a.75.75 0 0 0 0-1.5h-3.5a2.25 2.25 0 0 1-2.25-2.25v-3.5a.75.75 0 0 0-1.5 0v3.5zM21.25 25A3.75 3.75 0 0 0 25 21.25v-3.5a.75.75 0 0 0-1.5 0v3.5a2.25 2.25 0 0 1-2.25 2.25h-3.5a.75.75 0 0 0 0 1.5h3.5zm-9.206-14.788c-.45.947-.889 1.534-1.187 1.868a3.342 3.342 0 0 1-.382.368l-1.858 1.085a2.742 2.742 0 0 0-1.189 3.342l.526 1.386a2.763 2.763 0 0 0 1.765 1.655l5.414 1.684c1.743.542 3.605-.435 4.124-2.185l1.38-4.65c.525-1.773-.82-3.53-2.66-3.53h-.431c.12-.542.224-1.177.213-1.744c-.01-.52-.061-1.174-.337-1.765c-.313-.673-.875-1.18-1.686-1.404c-1.279-.352-2.171.61-2.457 1.313c-.23.569-.431.965-.687 1.468v.002c-.159.311-.337.661-.548 1.107z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })