UNPKG

@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
'use strict' 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: 'TrophyOff28Filled', 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: 'M4.074 5.135L2.22 3.28a.75.75 0 1 1 1.06-1.06l22.5 22.5a.75.75 0 0 1-1.06 1.06l-7.652-7.65a6.706 6.706 0 0 1-2.568.829V21h2.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-3c0-.727.443-1.35 1.074-1.615zM7 8.061L5.44 6.5h-.69a.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.25V8.06zm.121-4.12L19.29 16.107A6.722 6.722 0 0 0 20.271 14A4.25 4.25 0 0 0 24.5 9.75v-3A1.75 1.75 0 0 0 22.75 5H20.5v-.25A2.75 2.75 0 0 0 17.75 2h-8a2.751 2.751 0 0 0-2.629 1.94zm13.375 8.548c.003-.08.004-.159.004-.239V6.5h2.25a.25.25 0 0 1 .25.25v3a2.75 2.75 0 0 1-2.504 2.74z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })