UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.34 kB
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 16 16' } export default defineComponent({ name: 'BookOpen16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2.75 2A1.75 1.75 0 0 0 1 3.75v8.5c0 .966.784 1.75 1.75 1.75H6c.788 0 1.499-.331 2-.863A2.742 2.742 0 0 0 10 14h3.25A1.75 1.75 0 0 0 15 12.25v-8.5A1.75 1.75 0 0 0 13.25 2H10c-.788 0-1.499.331-2 .863A2.742 2.742 0 0 0 6 2H2.75zm4.5 2.75v6.5c0 .69-.56 1.25-1.25 1.25H2.75a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25H6c.69 0 1.25.56 1.25 1.25zm1.5 6.5v-6.5c0-.69.56-1.25 1.25-1.25h3.25a.25.25 0 0 1 .25.25v8.5a.25.25 0 0 1-.25.25H10c-.69 0-1.25-.56-1.25-1.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })