@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.87 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: 'PremiumPerson24Regular',
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.793.793 0 0 1-.04.058a.747.747 0 0 1-.035.044l.019-.025l-1.274 1.446a3.483 3.483 0 0 0-1.455-.616l.486-.551h-2.975L12.7 20.523A.75.75 0 0 1 12 21h-.003a.727.727 0 0 1-.093-.006H11.9l-.005-.001a.741.741 0 0 1-.103-.023l-.01-.002a.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-2.997 7.5H8.998l3 7.687l.002-.003v.004l3.002-7.688zm-7.613 0h-2.98l5.351 6.074L7.389 10.5zm1.582-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.5zM21 14.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0zm2 5.375C23 21.431 21.714 23 18.5 23S14 21.437 14 19.875v-.103c0-.98.794-1.772 1.773-1.772h5.454c.98 0 1.773.793 1.773 1.772v.103z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})