@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.5 kB
JavaScript
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 24 24'
}
export default defineComponent({
name: 'DocumentBriefcase24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M5.5 4.25a.75.75 0 0 1 .75-.75H12V8a2 2 0 0 0 2 2h4.5v9.75a.75.75 0 0 1-.75.75H14V22h3.75A2.25 2.25 0 0 0 20 19.75V9.664c0-.464-.184-.909-.513-1.237l-5.914-5.914A1.75 1.75 0 0 0 12.336 2H6.25A2.25 2.25 0 0 0 4 4.25v7.335c.156-.055.325-.085.5-.085h1V4.25zM17.44 8.5H14a.5.5 0 0 1-.5-.5V4.56l3.94 3.94zM3.75 13.25a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 .75.75V15h.5A2.25 2.25 0 0 1 13 17.25v3.5A2.25 2.25 0 0 1 10.75 23h-7.5A2.25 2.25 0 0 1 1 20.75v-3.5A2.25 2.25 0 0 1 3.25 15h.5v-1.75zm5 .75h-3.5v1h3.5v-1zm-5.5 2.5a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-7.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})