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.95 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: 'ScanThumbUpOff28Filled', 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: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06L3.62 4.682A3.732 3.732 0 0 0 3 6.75v3.5a.75.75 0 0 0 1.5 0v-3.5c0-.347.079-.676.22-.97l6.212 6.213l-.075.087a3.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.684a3.29 3.29 0 0 0 3.859-1.547l3.228 3.228a2.24 2.24 0 0 1-.97.219h-3.5a.75.75 0 0 0 0 1.5h3.5c.764 0 1.475-.229 2.068-.621l1.401 1.401a.75.75 0 0 0 1.061-1.06L3.28 2.22zm2.94.817L7.681 4.5h2.568a.75.75 0 0 0 0-1.5h-3.5c-.18 0-.357.013-.53.037zm6.269 6.27l7.532 7.532l.615-2.074c.526-1.773-.818-3.53-2.659-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.468l-.103.204zM23.5 20.318l1.463 1.463c.024-.173.037-.35.037-.531v-3.5a.75.75 0 0 0-1.5 0v2.568zM21.25 3A3.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.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })