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.14 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: 'BookmarkMultiple28Filled', 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: '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 */ ) ]) ) ) } })