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.5 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'TextFontSize24Filled', 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.97 16.168l4.59-12.511c.306-.835 1.446-.873 1.829-.114l.049.114l5.501 14.996a1 1 0 0 1-1.83.796l-.047-.107L18.65 15.5h-6.305l-1.442 3.92l-.04.079l-.073.108l-.077.09l-.085.077l-.083.06l-.05.032l-.084.043l-.104.04l-.105.028l-.133.02l-.107.001l-.071-.005l-.103-.016l-.15-.044l-.069-.03l-.1-.055l-.111-.08l-.092-.086l-.064-.076l-.061-.09l-.054-.102l-.746-1.913H4.655l-.723 1.86a1 1 0 0 1-1.183.606l-.111-.036a1 1 0 0 1-.606-1.184l.036-.11l3.499-8.997c.315-.81 1.42-.848 1.81-.116l.054.116l2.539 6.529l4.59-12.511l-4.59 12.511zm-3.471-3.407L5.433 15.5h2.131l-1.065-2.74zm9-5.856l-2.42 6.594h4.838l-2.418-6.594z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })