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