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.26 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'BookmarkMultiple32Regular', 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: '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 */ ) ]) ) ) } })