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.29 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: 'EyeTracking24Filled', 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.49 15.648a.75.75 0 0 0-1.486 0l-.007.102v3.502l.005.175a2.75 2.75 0 0 0 2.578 2.57l.167.005h3.5l.102-.006a.75.75 0 0 0 0-1.487l-.102-.007h-3.5l-.128-.006a1.25 1.25 0 0 1-1.115-1.116l-.007-.128V15.75l-.007-.102zm18.5 0a.75.75 0 0 0-1.493.102v3.502l-.006.128a1.25 1.25 0 0 1-1.244 1.122h-3.5l-.102.007a.75.75 0 0 0 .102 1.493h3.5l.168-.005a2.75 2.75 0 0 0 2.582-2.745V15.75l-.007-.102zM8.997 2.75a.75.75 0 0 0-.75-.75h-3.5l-.167.005A2.75 2.75 0 0 0 1.997 4.75v3.502l.007.102a.75.75 0 0 0 1.493-.102V4.75l.007-.128A1.25 1.25 0 0 1 4.747 3.5h3.5l.102-.007a.75.75 0 0 0 .648-.743zm10.418-.745L19.247 2h-3.5l-.102.007a.75.75 0 0 0 0 1.486l.102.007h3.5l.128.006a1.25 1.25 0 0 1 1.116 1.116l.006.128v3.502l.007.102a.75.75 0 0 0 1.486 0l.007-.102V4.75l-.005-.174a2.75 2.75 0 0 0-2.577-2.571zM8.5 13.5a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0zm-2.29-1.757l-.008.021v.002a.75.75 0 0 1-.965.436c-.598-.224-.438-.969-.436-.974l.006-.015a2.496 2.496 0 0 1 .087-.2c.06-.129.148-.306.27-.516a7.573 7.573 0 0 1 1.18-1.527C7.466 7.85 9.275 6.75 12 6.75c2.726 0 4.535 1.1 5.655 2.22a7.573 7.573 0 0 1 1.18 1.527a6.294 6.294 0 0 1 .358.716l.006.015l.002.005v.002l.001.002a.75.75 0 0 1-.439.965a.758.758 0 0 1-.965-.438l-.008-.02s-.023-.055-.044-.1a4.776 4.776 0 0 0-.206-.391a6.073 6.073 0 0 0-.945-1.223c-.88-.88-2.32-1.78-4.595-1.78c-2.274 0-3.715.9-4.595 1.78a6.072 6.072 0 0 0-.945 1.223a4.784 4.784 0 0 0-.25.49z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })