@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.81 kB
JavaScript
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: 'EyedropperOff24Filled',
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 10L2.22 3.28a.75.75 0 1 1 1.06-1.06l18.5 18.5a.75.75 0 0 1-1.06 1.06L14 15.061l-4.78 4.78a2.25 2.25 0 0 1-1.59.659h-.688l-2.347 1.28c-1.533.836-3.21-.841-2.374-2.374l1.28-2.347v-.688c0-.596.237-1.169.66-1.59L8.94 10zm4 4L10 11.062l-4.78 4.78a.75.75 0 0 0-.219.53v.879a.75.75 0 0 1-.091.36l-1.372 2.514a.234.234 0 0 0-.033.16a.264.264 0 0 0 .075.137a.264.264 0 0 0 .138.075c.038.007.09.005.159-.032l2.515-1.372a.75.75 0 0 1 .36-.092h.878a.75.75 0 0 0 .53-.22L12.94 14zm5.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.585zM17.031 4.03l-2.5 2.5a.75.75 0 0 1-1.06 0l-.543-.543a.25.25 0 0 0-.354 0l-.586.586a.25.25 0 0 0 0 .354l5.086 5.086a.25.25 0 0 0 .354 0l.585-.586a.25.25 0 0 0 0-.354l-.542-.543a.75.75 0 0 1 0-1.06l2.5-2.5a2.078 2.078 0 1 0-2.94-2.94z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})