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.45 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: 'TextParagraphDirection24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M13.5 3a5.5 5.5 0 1 0 0 11H15v7.208c0 .437.336.792.75.792s.75-.355.75-.792V4.5H18v16.708c0 .437.336.792.75.792s.75-.355.75-.792V4.5h.545l.13-.007c.466-.05.825-.363.825-.743c0-.414-.427-.75-.955-.75H13.5zm0 1.5H15v8h-1.5a4 4 0 0 1 0-8zm-9.42 7.357a.668.668 0 0 1-.898-.983L4.896 9L3.182 7.126l-.062-.077a.668.668 0 0 1 1.033-.84l2.146 2.333l.065.081a.668.668 0 0 1-.065.835l-2.146 2.333l-.073.066zm1.321 8a.668.668 0 0 0 .898-.983L4.585 17L6.3 15.126l.062-.077a.668.668 0 0 0-1.033-.84l-2.146 2.333l-.065.081a.668.668 0 0 0 .065.835l2.146 2.333l.073.067z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })