UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.88 kB
'use strict' 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'BookGlobe20Filled', 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: 'M6 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h9.5a.5.5 0 0 0 0-1H6a1 1 0 0 1-1-1h10a1 1 0 0 0 1-1V4a2 2 0 0 0-2-2H6zm4 10.5l-.008-.002a.149.149 0 0 1-.033-.015a.62.62 0 0 1-.15-.146c-.13-.165-.27-.435-.395-.813c-.215-.645-.366-1.525-.405-2.524h1.982c-.039.999-.19 1.879-.405 2.524c-.126.378-.265.648-.395.813a.619.619 0 0 1-.15.146a.148.148 0 0 1-.033.015L10 12.5zM13.97 9a4.004 4.004 0 0 1-2.593 3.257c.057-.133.11-.272.158-.417c.254-.762.418-1.753.456-2.84h1.978zm0-1H11.99c-.038-1.087-.202-2.078-.456-2.84a5.301 5.301 0 0 0-.158-.417A4.004 4.004 0 0 1 13.97 8zm-5.347 4.257A4.004 4.004 0 0 1 6.03 9h1.978c.038 1.087.202 2.078.456 2.84c.048.145.1.284.158.417zM6.03 8a4.004 4.004 0 0 1 2.592-3.257c-.057.133-.11.272-.158.417c-.254.762-.418 1.753-.456 2.84H6.03zM10 4.5l.008.002a.147.147 0 0 1 .033.016a.617.617 0 0 1 .15.145c.13.165.27.435.395.813c.215.645.366 1.525.405 2.524H9.009c.039-.999.19-1.879.405-2.524c.126-.378.265-.648.395-.813a.618.618 0 0 1 .15-.145a.148.148 0 0 1 .033-.016L10 4.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })