@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.43 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 48 48'
}
export default defineComponent({
name: 'Trophy48Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12.007 8c.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.954A6.876 6.876 0 0 1 6 17.125V10.75A2.75 2.75 0 0 1 8.75 8h3.257zM12 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.5zm23.993 10.914c2-.403 3.507-2.17 3.507-4.289V10.75a.25.25 0 0 0-.25-.25H36V21c0 .139-.002.276-.007.414z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})