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.53 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'EyedropperOff20Regular', 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: 'M7.793 8.5L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708L11.5 12.208L7.149 16.56A1.5 1.5 0 0 1 6.087 17h-.481l-2.25.983c-.83.363-1.675-.476-1.32-1.31l.965-2.257v-.502c0-.398.158-.78.44-1.06L7.792 8.5zm3 3L8.5 9.209L4.148 13.56a.5.5 0 0 0-.147.354v.604a.5.5 0 0 1-.04.196l-1.005 2.353l2.345-1.025A.5.5 0 0 1 5.5 16h.586a.5.5 0 0 0 .353-.147l4.353-4.352zm2-2l-.585.586l.707.707l.586-.586l.353.353a1.5 1.5 0 0 0 2.122 0l.585-.585a1.5 1.5 0 0 0 0-2.122l-.353-.353l1.04-1.04a2.621 2.621 0 1 0-3.708-3.707l-1.04 1.04l-.35-.351a1.5 1.5 0 0 0-2.122 0l-.585.586a1.5 1.5 0 0 0 0 2.12l.35.352l-.585.586l.707.707l.586-.586L12.794 9.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })