@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.61 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 16 16'
}
export default defineComponent({
name: 'TrophyOff16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3.323 4.03a.5.5 0 0 0-.327.47v1c0 .653.42 1.209 1.003 1.415V4.706l-.676-.675zm-.729-.729L1.146 1.854a.5.5 0 1 1 .708-.708l13 13a.5.5 0 0 1-.708.708L9.843 10.55a3.973 3.973 0 0 1-1.344.419V12H10a2 2 0 0 1 2 2v.504a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5V14a2 2 0 0 1 2-2h1.5v-1.03A4.004 4.004 0 0 1 4.118 7.97A2.503 2.503 0 0 1 1.996 5.5v-1c0-.49.235-.925.598-1.199zM9.09 9.796l-4.09-4.09V7a3 3 0 0 0 4.09 2.796zm1.91-2.726a2.984 2.984 0 0 1-.393 1.415l.727.726a3.98 3.98 0 0 0 .547-1.24A2.501 2.501 0 0 0 14 5.5v-1a1.5 1.5 0 0 0-1.5-1.5h-.5a2 2 0 0 0-2-2h-4a2 2 0 0 0-1.784 1.094l.79.79A1 1 0 0 1 6 2h4a1 1 0 0 1 1 1v4.07zm1-.156V4h.5a.5.5 0 0 1 .5.5v1c0 .653-.417 1.208-1 1.414zm-7 7.086v.004h6V14a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})