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.13 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 28 28' } export default defineComponent({ name: 'BookmarkMultiple28Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M8.401 3.5A2.999 2.999 0 0 1 11 2h6.75C20.65 2 23 4.35 23 7.25V20c0 1.11-.603 2.08-1.5 2.599V7.25a3.75 3.75 0 0 0-3.75-3.75H8.401zM5 8a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3v17.25a.75.75 0 0 1-1.166.624L12.5 21.651l-6.334 4.223A.75.75 0 0 1 5 25.25V8z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })