@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.61 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Premium24Regular',
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: 'M17.999 3a.75.75 0 0 1 .605.306l.055.087l3.263 6.028l.038.093l.012.04l.02.102l.006.094a.75.75 0 0 1-.027.2l-.047.125l-.038.069a.758.758 0 0 1-.075.102l.06-.078l-.025.035l-9.25 10.505a.725.725 0 0 1-.297.232l-.098.033l-.078.017L12 21l-.1-.006l-.118-.026a.719.719 0 0 1-.174-.076l-.009-.007a.674.674 0 0 1-.13-.104l-9.29-10.546l-.026-.032l-.04-.059a.745.745 0 0 1-.106-.301L2 9.75l.003-.066l.013-.089a.727.727 0 0 1 .024-.086l.022-.059l.028-.057l3.25-6a.75.75 0 0 1 .557-.386L5.999 3h12zm-3.002 7.5H8.998l3 7.687l2.999-7.687zm-7.608 0h-2.98l5.351 6.074L7.389 10.5zm12.198 0h-2.979l-2.368 6.07l5.347-6.07zm-10.616-6H6.445L4.007 9h3.524l1.44-4.5zm4.48 0h-2.905L9.105 9h5.785l-1.44-4.5zm4.1 0h-2.525l1.44 4.5h3.522l-2.436-4.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})