@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.35 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 48 48'
}
export default defineComponent({
name: 'BookOpen48Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M20 8c1.602 0 3.037.718 4 1.85A5.239 5.239 0 0 1 28 8h13.25A2.75 2.75 0 0 1 44 10.75v26.5A2.75 2.75 0 0 1 41.25 40H28a5.238 5.238 0 0 1-4-1.85A5.238 5.238 0 0 1 20 40H6.75A2.75 2.75 0 0 1 4 37.25v-26.5A2.75 2.75 0 0 1 6.75 8H20zm2.75 26.75v-21.5A2.75 2.75 0 0 0 20 10.5H6.75a.25.25 0 0 0-.25.25v26.5c0 .138.112.25.25.25H20a2.75 2.75 0 0 0 2.75-2.75zm2.5-21.5v21.5A2.75 2.75 0 0 0 28 37.5h13.25a.25.25 0 0 0 .25-.25v-26.5a.25.25 0 0 0-.25-.25H28a2.75 2.75 0 0 0-2.75 2.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})