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.87 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'ScanThumbUpOff24Filled', 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.483 3.544A3.235 3.235 0 0 0 2 5.25v3a.75.75 0 0 0 1.5 0v-3c0-.206.036-.404.101-.588l5.445 5.445l-.007.006a1.24 1.24 0 0 1-.03.023l-1.542.85c-1.015.558-1.494 1.754-1.055 2.844l.438 1.089c.273.679.856 1.181 1.557 1.387l4.512 1.323c1.054.309 2.187.007 2.92-.73l3.499 3.5a1.747 1.747 0 0 1-.588.101h-3a.75.75 0 0 0 0 1.5h3c.626 0 1.21-.177 1.706-.483l.263.264a.75.75 0 0 0 1.061-1.061L3.28 2.22a.75.75 0 1 0-1.06 1.06l.263.264zm8.248 4.005l6.363 6.363l.552-1.754c.49-1.558-.774-2.99-2.332-2.99h-.194c.082-.387.146-.818.137-1.215c-.008-.416-.051-.964-.3-1.466c-.284-.577-.788-.996-1.488-1.178c-1.116-.29-1.915.5-2.18 1.115c-.186.434-.349.737-.558 1.125zm9.769 9.77l1.5 1.499V15.75a.75.75 0 0 0-1.5 0v1.568zM5.183 2L6.682 3.5H8.25a.75.75 0 0 0 0-1.5H5.183zM20.5 5.25a1.75 1.75 0 0 0-1.75-1.75h-3a.75.75 0 0 1 0-1.5h3A3.25 3.25 0 0 1 22 5.25v3a.75.75 0 0 1-1.5 0v-3zM5.25 20.5a1.75 1.75 0 0 1-1.75-1.75v-3a.75.75 0 0 0-1.5 0v3A3.25 3.25 0 0 0 5.25 22h3a.75.75 0 0 0 0-1.5h-3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })