UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.56 kB
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: 'PremiumPerson24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M18.832 3.445A1 1 0 0 0 18 3H6l-.125.008a1 1 0 0 0-.77.545l-3 6l-.052.125a1 1 0 0 0 .204.991l8.982 9.983a.976.976 0 0 0 .532.322l.112.02a1.009 1.009 0 0 0 .887-.352l.26-.29a3.79 3.79 0 0 1-.03-.477v-.103A2.772 2.772 0 0 1 15.774 17h.274l.002-.002a3.5 3.5 0 0 1 4.678-5.199l1.016-1.13l.084-.107a1 1 0 0 0 .067-1.01l-3-6l-.062-.107zM9.423 11h5.153L12 17.342L9.423 11zm-4.177 0h2.018l1.66 4.087L5.246 11zm1.372-6h2.004l-1.3 4H4.618l2-4zm4.108 0h2.547l1.299 4H9.427l1.299-4zm4.651 0h2.004l2 4h-2.704l-1.3-4zM21 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 */ ) ]) ) ) } })