UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.51 kB
'use strict' 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: 'CursorHoverOff48Regular', 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-5.996-5.996l-.004-.004l-15.5-15.5l-.004-.004L6.134 4.366a1.25 1.25 0 1 0-1.768 1.768l2.331 2.331A4.75 4.75 0 0 0 4 12.75v18.5A4.75 4.75 0 0 0 8.75 36H18v-2.5H8.75a2.25 2.25 0 0 1-2.25-2.25v-18.5a2.25 2.25 0 0 1 2.232-2.25L20 21.768V42.75a1.25 1.25 0 0 0 2.285.7l4.961-7.333a.75.75 0 0 1 .808-.306l8.054 2.065zm-3.47-3.471l-3.963-1.016a3.25 3.25 0 0 0-3.5 1.327L22.5 38.671V24.268l10.137 10.137zM13.302 8l2.5 2.5H39.25a2.25 2.25 0 0 1 2.25 2.25v18.5a2.25 2.25 0 0 1-2.25 2.25h-.447l2.176 2.176A4.752 4.752 0 0 0 44 31.25v-18.5A4.75 4.75 0 0 0 39.25 8H13.303z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })