@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.23 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 48 48'
}
export default defineComponent({
name: 'CursorHover48Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.75 9.25a3.5 3.5 0 0 0-3.5 3.5v18.5a3.5 3.5 0 0 0 3.5 3.5H18v-13.5a3.25 3.25 0 0 1 5.548-2.298l15.5 15.5c.095.095.183.194.263.297a3.5 3.5 0 0 0 3.439-3.499v-18.5a3.5 3.5 0 0 0-3.5-3.5H8.75zm13.384 11.116A1.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.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})