@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.6 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: 'Trophy48Regular',
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: 'M12 10.5H8.75a.25.25 0 0 0-.25.25v6.375a4.377 4.377 0 0 0 3.507 4.289A12.108 12.108 0 0 1 12 21V10.5zm.373 13.482A6.876 6.876 0 0 1 6 17.125V10.75A2.75 2.75 0 0 1 8.75 8h3.257c.13-2.23 1.98-4 4.243-4h15.5a4.25 4.25 0 0 1 4.243 4h3.257A2.75 2.75 0 0 1 42 10.75v6.375c0 3.628-2.81 6.6-6.373 6.857c-1.226 4.794-5.339 8.432-10.377 8.954V36.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.954zm23.62-2.568c2-.403 3.507-2.17 3.507-4.289V10.75a.25.25 0 0 0-.25-.25H36V21c0 .139-.002.276-.007.414zM14.5 8.25V21a9.5 9.5 0 0 0 19 0V8.25a1.75 1.75 0 0 0-1.75-1.75h-15.5a1.75 1.75 0 0 0-1.75 1.75zm0 33.25h19A2.5 2.5 0 0 0 31 39H17a2.5 2.5 0 0 0-2.5 2.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})