@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.84 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: 'BookGlobe24Filled',
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: 'M4 4.5A2.5 2.5 0 0 1 6.5 2H18a2.5 2.5 0 0 1 2.5 2.5v14.25a.75.75 0 0 1-.75.75H5.5a1 1 0 0 0 1 1h13.25a.75.75 0 0 1 0 1.5H6.5A2.5 2.5 0 0 1 4 19.5v-15zm6.551 1.868a4.754 4.754 0 0 0-2.9 3.882h2.107c.041-1.25.236-2.397.547-3.283c.073-.209.155-.41.246-.6zm3.34-.116c.115.222.216.463.304.715c.31.886.505 2.033.547 3.283h2.357a4.754 4.754 0 0 0-3.208-3.998zm-.65 3.998c-.04-1.112-.216-2.085-.461-2.788c-.143-.406-.295-.682-.427-.84a.678.678 0 0 0-.103-.106a.678.678 0 0 0-.103.105c-.132.16-.284.435-.427.841c-.245.703-.42 1.676-.46 2.788h1.98zm-1.954 1.5c.068.903.225 1.693.433 2.288c.143.406.295.682.427.84c.045.056.08.088.103.106a.677.677 0 0 0 .103-.105c.132-.16.284-.435.427-.841c.208-.595.365-1.385.433-2.288h-1.926zm-1.504 0H7.73a4.759 4.759 0 0 0 2.828 3.395a5.656 5.656 0 0 1-.252-.612c-.269-.767-.45-1.728-.522-2.783zm4.101 3.51a4.758 4.758 0 0 0 3.137-3.51h-2.304c-.071 1.055-.253 2.016-.522 2.783c-.09.257-.193.502-.31.727zm-1.603-.256l.004.001z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})