@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.29 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Premium32Filled',
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: 'M7 4c-.48 0-.916.274-1.125.706l-3.75 7.75a1.25 1.25 0 0 0 .153 1.33l12.75 15.75a1.25 1.25 0 0 0 1.944 0l12.75-15.75a1.25 1.25 0 0 0 .153-1.33l-3.75-7.75A1.25 1.25 0 0 0 25 4H7zm-1.636 7.5l2.42-5h3.688l-1.563 5H5.364zm.304 2.5h4.098l2.868 8.606L5.668 14zm6.733 0h7.198L16 24.797L12.401 14zm9.833 0h4.098l-6.966 8.606L22.234 14zm4.402-2.5H22.09l-1.563-5h3.688l2.42 5zm-7.164 0h-6.944l1.563-5h3.818l1.563 5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})