@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.42 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Eyedropper20Filled',
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: 'M17.247 2.754a2.621 2.621 0 0 0-3.708 0L12.5 3.794l-.351-.352a1.5 1.5 0 0 0-2.121 0l-.586.586a1.5 1.5 0 0 0 0 2.122l.35.35l-6.353 6.354A1.5 1.5 0 0 0 3 13.914v.502l-.964 2.258c-.356.833.49 1.672 1.32 1.31L5.605 17h.48a1.5 1.5 0 0 0 1.062-.439l6.353-6.353l.353.353a1.5 1.5 0 0 0 2.122 0l.585-.586a1.5 1.5 0 0 0 0-2.121l-.353-.353l1.04-1.04a2.621 2.621 0 0 0 0-3.707zM10.5 7.208L12.793 9.5l-6.354 6.353a.5.5 0 0 1-.353.146H5.5a.5.5 0 0 0-.2.042l-2.345 1.025l1.005-2.352a.5.5 0 0 0 .04-.197v-.603a.5.5 0 0 1 .147-.354L10.5 7.208z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})