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.2 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 16 16' } export default defineComponent({ name: 'TextFontSize16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M11.205 2.244a.75.75 0 0 0-1.41 0l-3.342 9.192l-1.76-4.224a.75.75 0 0 0-1.385 0l-2.5 6a.75.75 0 0 0 1.384.577L2.73 12.5h2.542l.536 1.286a.747.747 0 0 0 .992.402a.747.747 0 0 0 .407-.434L8.389 10.5h4.222l1.184 3.256a.75.75 0 1 0 1.41-.512l-4-11zm-.705 2.45L12.066 9H8.935L10.5 4.695zM4.646 11H3.354L4 9.45L4.646 11z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })