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.98 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'EyeTrackingOff16Filled', 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: 'M13.016 13.723l1.13 1.13a.5.5 0 0 0 .708-.707l-13-13a.5.5 0 1 0-.708.708l1.13 1.13A1.99 1.99 0 0 0 2 4v1.5a.5.5 0 0 0 1 0V4c0-.09.012-.176.034-.259l1.67 1.67c-.226.15-.427.309-.603.469a4.73 4.73 0 0 0-.813.962a3.753 3.753 0 0 0-.246.456l-.004.01l-.002.005v.001a.5.5 0 0 0 .928.372v.001l.005-.011l.028-.06c.027-.055.072-.137.136-.24a3.73 3.73 0 0 1 .64-.756c.181-.164.398-.33.657-.483l.955.955a2.5 2.5 0 1 0 3.523 3.523l2.351 2.351A1 1 0 0 1 12 13h-1.5a.5.5 0 0 0 0 1H12c.37 0 .718-.101 1.016-.277zM6.733 4.612l.899.898c.119-.006.241-.01.368-.01c1.617 0 2.624.573 3.226 1.12c.305.277.512.553.64.757a2.752 2.752 0 0 1 .165.299s.244.452.655.288a.5.5 0 0 0 .278-.65c-.107-.223 0 0 0 0v-.002l-.002-.004l-.005-.01a1.809 1.809 0 0 0-.06-.129a3.783 3.783 0 0 0-.186-.327a4.733 4.733 0 0 0-.812-.962c-.774-.703-2.017-1.38-3.9-1.38c-.459 0-.88.04-1.266.112zM13 10.879l1 1V10.5a.5.5 0 0 0-1 0v.379zM4.121 2l1 1H5.5a.5.5 0 0 0 0-1H4.121zM2 12a2 2 0 0 0 2 2h1.5a.5.5 0 0 0 0-1H4a1 1 0 0 1-1-1v-1.5a.5.5 0 0 0-1 0V12zM12 2a2 2 0 0 1 2 2v1.5a.5.5 0 0 1-1 0V4a1 1 0 0 0-1-1h-1.5a.5.5 0 0 1 0-1H12z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })