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.38 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'BookOpen28Regular', 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: 'M11.5 4c1.005 0 1.904.456 2.5 1.173A3.243 3.243 0 0 1 16.5 4h7.75c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 24.25 24H16.5a3.244 3.244 0 0 1-2.5-1.173A3.244 3.244 0 0 1 11.5 24H3.75A1.75 1.75 0 0 1 2 22.25V5.75C2 4.784 2.784 4 3.75 4h7.75zm1.75 16.75V7.25A1.75 1.75 0 0 0 11.5 5.5H3.75a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75a1.75 1.75 0 0 0 1.75-1.75zm1.5-13.5v13.5c0 .966.784 1.75 1.75 1.75h7.75a.25.25 0 0 0 .25-.25V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })