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.59 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: 'EyedropperOff24Regular', 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: 'M8.94 10l-4.78 4.78a2.25 2.25 0 0 0-.659 1.591v.688l-1.28 2.347c-.836 1.533.841 3.21 2.374 2.374l2.347-1.28h.688a2.25 2.25 0 0 0 1.59-.659l4.78-4.78l6.72 6.72a.75.75 0 0 0 1.06-1.061L3.28 2.22a.75.75 0 1 0-1.06 1.06L8.94 10zm4 4l-4.78 4.78a.75.75 0 0 1-.53.22H6.75a.75.75 0 0 0-.359.092l-2.515 1.372a.234.234 0 0 1-.159.032a.264.264 0 0 1-.138-.075a.264.264 0 0 1-.075-.138a.234.234 0 0 1 .033-.159L4.91 17.61A.75.75 0 0 0 5 17.25v-.879a.75.75 0 0 1 .22-.53l4.78-4.78l2.939 2.94zm5.548-.927a1.75 1.75 0 0 1-1.818.414L10.514 7.33a1.75 1.75 0 0 1 .414-1.818l.585-.586a1.75 1.75 0 0 1 2.475 0l.013.012l1.97-1.97a3.578 3.578 0 0 1 5.06 5.061L19.061 10l.013.013a1.75 1.75 0 0 1 0 2.475l-.586.585z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })