@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.27 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CursorHoverOff48Filled',
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: 'M36.108 37.876l5.758 5.758a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l3.29 3.29A3.502 3.502 0 0 0 5.25 12.75v18.5a3.5 3.5 0 0 0 3.5 3.5H18v-13.5c0-.433.086-.852.245-1.238L20 21.768V42.75a1.25 1.25 0 0 0 2.285.7l4.961-7.333a.75.75 0 0 1 .808-.306l8.054 2.065zM14.553 9.25l25.425 25.424a3.501 3.501 0 0 0 2.772-3.424v-18.5a3.5 3.5 0 0 0-3.5-3.5H14.553z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})