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.61 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 24 24' } export default defineComponent({ name: 'DrawText24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M9.999 5.715L7.234 13.5h5.53L9.999 5.715zm3.575 10.067L13.296 15H6.701l-1.244 3.504a.75.75 0 0 1-1.414-.502l5.118-14.41c.28-.79 1.396-.79 1.676 0l3.912 11.015l-1.175 1.175zm-8.588 4.592c-.525.117-1.162-.123-1.631-.38c-.209-.113-.487.072-.388.288c.242.529.731 1.133 1.71 1.255c.98.121 1.766-.347 2.55-.815c.583-.348 1.165-.696 1.826-.799c.085-.013.144.088.105.166c-.242.484-.356 1.37.218 1.818c.848.662 3.237.292 3.828.088c.049-.005.098-.014.148-.027l1.83-.457a2.684 2.684 0 0 0 1.248-.707l5.903-5.902A2.286 2.286 0 0 0 19.1 11.67l-5.902 5.902a2.686 2.686 0 0 0-.707 1.247l-.428 1.712c-.354.17-.71.202-1.132.105c-.126-.03-.18-.175-.127-.293c.43-.962-.19-1.776-1.03-2.113c-.955-.385-2.226.515-3.292 1.268c-.592.42-1.12.793-1.496.876z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })