@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.49 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CursorHoverOff28Regular',
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: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.814 1.814A2.751 2.751 0 0 0 2 7.75v11.5A2.75 2.75 0 0 0 4.75 22h6v-1.5h-6c-.69 0-1.25-.56-1.25-1.25V7.75c0-.69.56-1.25 1.25-1.25h.69l6.31 6.31v12.44a.75.75 0 0 0 1.326.48l3.393-4.071a.25.25 0 0 1 .227-.088l4.45.636l3.573 3.573a.75.75 0 0 0 1.061-1.06l-3.737-3.737l-.013-.013l-9-9a.802.802 0 0 0-.009-.01l-9.74-9.74zm9.97 12.09l6.128 6.13l-2.47-.354a1.75 1.75 0 0 0-1.591.613l-2.067 2.48V14.31zM9.682 6.5L8.182 5H23.25A2.75 2.75 0 0 1 26 7.75v11.5c0 .969-.501 1.82-1.258 2.31l-1.117-1.117a1.25 1.25 0 0 0 .875-1.193V7.75c0-.69-.56-1.25-1.25-1.25H9.682z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})