@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.55 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Premium28Regular',
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: 'M21.251 3a.75.75 0 0 1 .608.31l.054.087l4.007 7.513l.043.102l.011.038l.017.077l.01.088l-.002.1l.002-.065a.75.75 0 0 1-.06.296l-.03.06l-.04.066l-.052.069L14.6 24.705a.728.728 0 0 1-.386.265l-.058.014l-.097.014L14 25l-.1-.007l-.086-.016l-.103-.034l-.026-.012a.705.705 0 0 1-.242-.178L2.172 11.726l-.062-.087l-.048-.093l-.035-.1l-.023-.13v-.128l.015-.099l.01-.04l.033-.095l.028-.057l4-7.5a.75.75 0 0 1 .559-.39L6.75 3h14.5zm-3.344 9h-7.815l3.91 10.16L17.907 12zm-9.42 0H4.39l7.373 8.518L8.486 12zm15.122 0h-4.093l-3.273 8.511L23.61 12zM10.025 4.499H7.2L4 10.5h4.424l1.601-6.001zm6.4 0h-4.848l-1.6 6.001h8.047l-1.6-6.001zm4.376 0h-2.825l1.601 6.001H24l-3.199-6.001z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})