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.21 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 20 20' } export default defineComponent({ name: 'TextFontSize20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M13.007 3a.75.75 0 0 1 .702.504l4.25 12.25a.75.75 0 0 1-1.417.492l-1.3-3.746h-4.657l-1.38 3.759a.75.75 0 0 1-1.404.012L6.92 14H4.257l-.799 2.25a.75.75 0 0 1-1.414-.5L4.793 8A.75.75 0 0 1 6.2 7.98l2.282 5.895L12.296 3.49A.75.75 0 0 1 13.007 3zm-8.219 9.5h1.553l-.81-2.093l-.743 2.093zm8.192-6.52L11.136 11h3.586L12.98 5.98z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })