@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.94 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: 'Library28Regular',
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 3h1.99c1.054 0 1.918.816 1.994 1.85L7.99 5v18a2.001 2.001 0 0 1-1.851 1.994l-.15.006H4a2.001 2.001 0 0 1-1.994-1.85L2 23V5a2 2 0 0 1 1.85-1.995L4 3h1.99H4zm6.995 0h1.995c1.054 0 1.918.816 1.994 1.85l.006.15v18a2.001 2.001 0 0 1-1.851 1.994l-.15.006h-1.994A2 2 0 0 1 9 23.15L8.995 23V5a2 2 0 0 1 1.85-1.995l.15-.005h1.995h-1.995zm9.135 2.026c.844 0 1.616.538 1.893 1.36l.046.157l3.86 15.483a2 2 0 0 1-1.312 2.384l-.144.041l-1.963.49a2.002 2.002 0 0 1-2.378-1.3l-.046-.158L16.226 8a2 2 0 0 1 1.313-2.383l.143-.042l1.963-.489c.162-.04.325-.06.485-.06zM5.99 4.5H4a.502.502 0 0 0-.492.41L3.5 5v18c0 .244.178.45.41.492L4 23.5h1.99c.245 0 .45-.178.492-.41L6.49 23V5a.501.501 0 0 0-.41-.492L5.99 4.5zm7 0h-1.995a.501.501 0 0 0-.492.41l-.008.09v18c0 .244.177.45.41.492l.09.008h1.995c.245 0 .45-.178.492-.41l.008-.09V5a.501.501 0 0 0-.41-.492l-.09-.008zm7.14 2.026l-.061.004l-.062.011l-1.962.49a.5.5 0 0 0-.378.517l.014.088l3.86 15.484c.065.26.297.38.484.38l.062-.003l.06-.013l1.963-.489a.5.5 0 0 0 .378-.516l-.014-.09l-3.86-15.484a.498.498 0 0 0-.484-.379z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})