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.45 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 24 24' } export default defineComponent({ name: 'DocumentPill24Regular', 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.5v1.43c.479-.2.99-.301 1.5-.301V9.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.25v15.5A2.25 2.25 0 0 0 6.25 22h5.434a3.857 3.857 0 0 1-.523-1.5H6.25a.75.75 0 0 1-.75-.75V4.25zM17.44 8.5H14a.5.5 0 0 1-.5-.5V4.56l3.94 3.94zm4.59 4.47a2.871 2.871 0 0 0-4.06 0l-5 5a2.871 2.871 0 1 0 4.06 4.06l5-5a2.871 2.871 0 0 0 0-4.06zm-3 1.06a1.371 1.371 0 1 1 1.94 1.94L19 17.94L17.06 16l1.97-1.97zm-2 4.94a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 1 1-1.06-1.06l1-1a.75.75 0 0 1 1.06 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })