@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
45 lines (44 loc) • 1.62 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BookContacts28Regular',
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: 'M16 10.997a2.001 2.001 0 1 1-4.002.003A2.001 2.001 0 0 1 16 10.997z',
fill: 'currentColor'
}),
(0, vue_1.createElementVNode)('path', {
d: 'M17.5 14.813v.54c0 1.085-1.49 1.897-3.5 1.897s-3.5-.813-3.5-1.896v-.541a.81.81 0 0 1 .808-.813h5.385a.81.81 0 0 1 .807.813z',
fill: 'currentColor'
}),
(0, vue_1.createElementVNode)('path', {
d: 'M7.75 2.5A3.25 3.25 0 0 0 4.5 5.75v16.5a3.25 3.25 0 0 0 3.25 3.25h15a.75.75 0 0 0 0-1.5h-15a1.75 1.75 0 0 1-1.732-1.5H22.75a.75.75 0 0 0 .75-.75v-16a3.25 3.25 0 0 0-3.25-3.25H7.75zM22 5.75V21H6V5.75C6 4.784 6.784 4 7.75 4h12.5c.967 0 1.75.784 1.75 1.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})