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.5 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: 'ScanThumbUpOff28Regular', 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.22l22.5 22.5a.75.75 0 0 1-1.06 1.06l-1.402-1.401A3.732 3.732 0 0 1 21.25 25h-3.5a.75.75 0 0 1 0-1.5h3.5c.347 0 .676-.079.97-.22l-3.228-3.227a3.29 3.29 0 0 1-3.859 1.547L9.72 19.916a2.763 2.763 0 0 1-1.765-1.655l-.526-1.386a2.742 2.742 0 0 1 1.189-3.341l1.858-1.086a3.342 3.342 0 0 0 .457-.454L4.72 5.78c-.14.294-.219.623-.219.97v3.5a.75.75 0 0 1-1.5 0v-3.5c0-.764.229-1.475.621-2.068L2.22 3.28a.75.75 0 1 1 1.06-1.06zm14.564 16.685l-5.849-5.849a5.135 5.135 0 0 1-.65.614l-.006.004l-.016.012l-.012.009l-.009.005l-.002.002a.76.76 0 0 1-.066.04l-1.86 1.087c-.533.31-.757.95-.543 1.514l.525 1.386c.137.358.434.639.809.755l5.414 1.684a1.781 1.781 0 0 0 2.24-1.18l.025-.083zM6.219 3.037L7.682 4.5h2.568a.75.75 0 0 0 0-1.5h-3.5c-.18 0-.357.013-.53.037zm6.27 6.27l1.118 1.118c.116-.236.222-.444.323-.643l.003-.006c.255-.502.48-.947.736-1.577a.844.844 0 0 1 .296-.367a.425.425 0 0 1 .373-.064c.381.105.595.312.725.59c.137.296.187.687.197 1.162c.008.44-.087 1.008-.216 1.552c-.058.247-.123.486-.186.702a.75.75 0 0 0 .72.962h1.4c.857 0 1.455.81 1.22 1.602l-.384 1.294l1.207 1.207l.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.568zM25 6.75A3.75 3.75 0 0 0 21.25 3h-3.5a.75.75 0 0 0 0 1.5h3.5a2.25 2.25 0 0 1 2.25 2.25v3.5a.75.75 0 0 0 1.5 0v-3.5zM6.75 25A3.75 3.75 0 0 1 3 21.25v-3.5a.75.75 0 0 1 1.5 0v3.5a2.25 2.25 0 0 0 2.25 2.25h3.5a.75.75 0 0 1 0 1.5h-3.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })