@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.67 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: 'TrophyOff32Regular',
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.55zm13.642 13.642l-8.18-8.18V14a6 6 0 0 0 8.18 5.592zM7.998 9.412L6.005 7.42a.503.503 0 0 0-.007.081v4a2.5 2.5 0 0 0 2 2.45V9.413zm14 4.588a5.972 5.972 0 0 1-1.059 3.405l1.432 1.431a7.97 7.97 0 0 0 1.377-2.843a4.5 4.5 0 0 0 4.25-4.493v-4a2.5 2.5 0 0 0-2.5-2.5h-1.5a3 3 0 0 0-3-3h-10A3 3 0 0 0 8.04 4.504L10 6.464V5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v9zm2-7h1.5a.5.5 0 0 1 .5.5v4a2.5 2.5 0 0 1-2 2.45V7zm-14 20.5v.5h12v-.5a1.5 1.5 0 0 0-1.5-1.5h-9a1.5 1.5 0 0 0-1.5 1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})