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.23 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: 'TextFontSize16Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M10.97 2.33a.5.5 0 0 0-.94 0l-3.562 9.794l-.335-.806a.464.464 0 0 0-.009-.02l-1.662-3.99a.5.5 0 0 0-.923 0l-1.663 3.99a.464.464 0 0 0-.009.02l-.828 1.99a.5.5 0 1 0 .923.384L2.667 12h2.666l.705 1.69l.004.01a.5.5 0 0 0 .929-.03L8.305 10h4.39l1.335 3.67a.5.5 0 0 0 .94-.34l-4-11zm-.47 1.633L12.332 9H8.669L10.5 3.963zM4 8.8l.917 2.2H3.083L4 8.8z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })