@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.3 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 28 28'
}
export default defineComponent({
name: 'Premium28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M20.75 3a1 1 0 0 1 .78.375l.075.106l4.25 7a1 1 0 0 1-.015 1.063l-.077.102l-11 13a1 1 0 0 1-1.442.088l-.084-.088l-11-13a1 1 0 0 1-.15-1.052l.058-.113l4.25-7a1 1 0 0 1 .725-.473L7.25 3h13.5zm-3.235 9h-7.031l3.515 8.672L17.515 12zm5.329 0h-3.171l-2.917 7.195L22.844 12zM8.326 12H5.155l6.087 7.193L8.326 12zm1.348-7H7.811l-3.036 5h3.47l1.429-5zm6.572 0h-4.493l-1.429 5h7.351l-1.429-5zm3.942 0h-1.863l1.429 5h3.47l-3.036-5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})