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.25 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 32 32' } export default defineComponent({ name: 'BookmarkMultiple32Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M9.308 4a3.6 3.6 0 0 1 3.225-2H19.5A7.5 7.5 0 0 1 27 9.5v13.433a3.6 3.6 0 0 1-2 3.226V9.5A5.5 5.5 0 0 0 19.5 4H9.308zM8.75 6A3.75 3.75 0 0 0 5 9.75V29a1 1 0 0 0 1.591.806l6.945-5.092l7.92 5.126A1 1 0 0 0 23 29V9.75A3.75 3.75 0 0 0 19.25 6H8.75zM7 9.75C7 8.783 7.784 8 8.75 8h10.5c.966 0 1.75.783 1.75 1.75v17.412l-6.957-4.502a1 1 0 0 0-1.134.034L7 27.026V9.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })