@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.48 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TrophyOff32Filled',
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.536 5.95L2.293 3.708a1 1 0 0 1 1.414-1.414l26 26a1 1 0 0 1-1.414 1.414l-8.606-8.606a7.945 7.945 0 0 1-2.689.837V24h3.5a3.5 3.5 0 0 1 3.5 3.5v1a1.5 1.5 0 0 1-1.5 1.5h-13a1.5 1.5 0 0 1-1.5-1.5v-1a3.5 3.5 0 0 1 3.5-3.5h3.5v-2.062a8.008 8.008 0 0 1-6.75-5.945a4.5 4.5 0 0 1-4.25-4.493v-4c0-.585.201-1.123.538-1.55zm3.462 3.463L6.005 7.419a.503.503 0 0 0-.007.081v4a2.5 2.5 0 0 0 2 2.45V9.413zm15.75 6.58a7.97 7.97 0 0 1-1.377 2.843L8.04 4.504A3 3 0 0 1 11 2h10a3 3 0 0 1 3 3h1.5a2.5 2.5 0 0 1 2.5 2.5v4a4.5 4.5 0 0 1-4.25 4.493zm.25-2.043a2.5 2.5 0 0 0 2-2.45v-4a.5.5 0 0 0-.5-.5h-1.5v6.95z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})