UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.26 kB
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: 'CursorHoverOff48Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })