@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.61 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Trophy28Regular',
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: 'M7 4.75A2.75 2.75 0 0 1 9.75 2h8a2.75 2.75 0 0 1 2.75 2.75V5h2.25c.966 0 1.75.784 1.75 1.75v3A4.25 4.25 0 0 1 20.271 14a6.756 6.756 0 0 1-5.771 4.959V21h2.75a3.25 3.25 0 0 1 3.25 3.25v.5c0 .69-.56 1.25-1.25 1.25h-11C7.56 26 7 25.44 7 24.75v-.5A3.25 3.25 0 0 1 10.25 21H13v-2.041a6.756 6.756 0 0 1-5.771-4.96A4.25 4.25 0 0 1 3 9.75v-3C3 5.784 3.784 5 4.75 5H7v-.25zM7 6.5H4.75a.25.25 0 0 0-.25.25v3a2.75 2.75 0 0 0 2.504 2.74A6.859 6.859 0 0 1 7 12.25V6.5zm13.496 5.99A2.75 2.75 0 0 0 23 9.75v-3a.25.25 0 0 0-.25-.25H20.5v5.75c0 .08-.001.16-.004.24zM9.75 3.5c-.69 0-1.25.56-1.25 1.25v7.5a5.25 5.25 0 1 0 10.5 0v-7.5c0-.69-.56-1.25-1.25-1.25h-8zM8.5 24.25v.25H19v-.25a1.75 1.75 0 0 0-1.75-1.75h-7a1.75 1.75 0 0 0-1.75 1.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})