@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.6 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: 'Guest24Filled',
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: 'M13.753 2c1.158 0 2.111.875 2.234 2h1.763a2.25 2.25 0 0 1 2.245 2.096L20 6.25v13.505a2.25 2.25 0 0 1-2.096 2.244l-.154.006H6.25a2.25 2.25 0 0 1-2.245-2.096L4 19.755V6.25a2.25 2.25 0 0 1 2.096-2.245L6.25 4h1.763a2.247 2.247 0 0 1 2.234-2h3.506zm0 4.493h-3.506c-.777 0-1.461-.393-1.865-.992L6.25 5.5a.75.75 0 0 0-.743.648L5.5 6.25v13.505c0 .38.282.693.648.743l.102.007h11.5a.75.75 0 0 0 .743-.649l.007-.101V6.25a.75.75 0 0 0-.648-.743L17.75 5.5h-2.132a2.244 2.244 0 0 1-1.865.993zm.997 7.502c.69 0 1.25.56 1.25 1.25v.5c0 1.846-1.472 2.754-4 2.754s-4-.909-4-2.756v-.498c0-.69.56-1.25 1.25-1.25h5.5zm-2.75-6a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5zM13.753 3.5h-3.506a.747.747 0 1 0 0 1.493h3.506a.747.747 0 1 0 0-1.493z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})