@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.31 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 24 24'
}
export default defineComponent({
name: 'Premium24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M18 3a1 1 0 0 1 .832.445l.062.108l3 6a1 1 0 0 1-.067 1.01l-.084.106l-8.973 9.973a.985.985 0 0 1-.886.351l-.113-.019a.976.976 0 0 1-.532-.322L2.257 10.67a1 1 0 0 1-.204-.991l.053-.125l3-6a1 1 0 0 1 .77-.545L6 3h12zm-3.424 8H9.423L12 17.342L14.576 11zm4.177 0h-2.018l-1.661 4.088L18.753 11zM7.264 11H5.246l3.678 4.087L7.264 11zm1.358-6H6.618l-2 4h2.704l1.3-4zm4.651 0h-2.547L9.427 9h5.145l-1.299-4zm4.108 0h-2.004l1.3 4h2.704l-2-4z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})