@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.44 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: 'CursorHover48Regular',
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: 'M4 12.75A4.75 4.75 0 0 1 8.75 8h30.5A4.75 4.75 0 0 1 44 12.75v18.5a4.751 4.751 0 0 1-4.099 4.706a3.244 3.244 0 0 0-.853-1.504l-.952-.952h1.154a2.25 2.25 0 0 0 2.25-2.25v-18.5a2.25 2.25 0 0 0-2.25-2.25H8.75a2.25 2.25 0 0 0-2.25 2.25v18.5a2.25 2.25 0 0 0 2.25 2.25H18V36H8.75A4.75 4.75 0 0 1 4 31.25v-18.5zm18.134 7.616A1.25 1.25 0 0 0 20 21.25v21.5a1.25 1.25 0 0 0 2.285.7l4.961-7.333a.75.75 0 0 1 .808-.306l8.386 2.15a1.25 1.25 0 0 0 1.194-2.095l-15.5-15.5zm.366 18.305V24.268l10.137 10.137l-3.962-1.016a3.25 3.25 0 0 0-3.5 1.327L22.5 38.671z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})