@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.59 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: 'TrophyOff48Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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.057zM12 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.232zm23.627 10.214a11.954 11.954 0 0 1-2.068 4.274L12.215 6.912A4.252 4.252 0 0 1 16.25 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.857zm.366-2.568c2-.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 */
)
])
)
)
}
})