@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.85 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TrophyOff48Regular',
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: 'M6.925 8.693l-2.559-2.56a1.25 1.25 0 1 1 1.768-1.767l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768L29.761 31.529a11.922 11.922 0 0 1-4.511 1.407V36.5H31a5 5 0 0 1 5 5v.5a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2v-.5a5 5 0 0 1 5-5h5.75v-3.564c-5.038-.522-9.15-4.16-10.377-8.954A6.876 6.876 0 0 1 6 17.125V10.75c0-.818.358-1.553.925-2.057zm20.973 20.973L14.5 16.268V21a9.5 9.5 0 0 0 9.5 9.5c1.39 0 2.709-.298 3.898-.834zM12 13.768L8.733 10.5a.25.25 0 0 0-.233.249v6.375a4.377 4.377 0 0 0 3.507 4.289A12.108 12.108 0 0 1 12 21v-7.232zM33.5 21c0 2.035-.64 3.921-1.73 5.467l1.789 1.789a11.954 11.954 0 0 0 2.068-4.274A6.875 6.875 0 0 0 42 17.125V10.75A2.75 2.75 0 0 0 39.25 8h-3.257a4.25 4.25 0 0 0-4.243-4h-15.5a4.252 4.252 0 0 0-4.035 2.912L14.5 9.197V8.25c0-.966.784-1.75 1.75-1.75h15.5c.967 0 1.75.784 1.75 1.75V21zm2.493.414c.005-.138.007-.276.007-.414V10.5h3.25a.25.25 0 0 1 .25.25v6.375a4.377 4.377 0 0 1-3.507 4.289zM33.5 41.5A2.5 2.5 0 0 0 31 39H17a2.5 2.5 0 0 0-2.5 2.5h19z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})