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.43 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 20 20' } export default defineComponent({ name: 'LocalLanguage20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M9.743 1.99a.75.75 0 1 0-.004 1.5l2.76.008v1.25c0 .556-.19.985-.478 1.273c-.288.288-.716.48-1.271.48a.75.75 0 0 0 0 1.5c.915 0 1.737-.324 2.332-.92c.595-.595.918-1.418.918-2.334V2.75a.75.75 0 0 0-.748-.75l-3.509-.01zm-1.55 3.474a.75.75 0 0 0-1.386 0L3.51 13.44a.777.777 0 0 0-.013.032l-1.441 3.49a.75.75 0 0 0 1.386.573L4.7 14.493H10.3l1.256 3.039a.75.75 0 0 0 1.386-.573L8.193 5.464zm1.488 7.53H5.32l2.18-5.28l2.181 5.28zM15.753 2a.75.75 0 0 1 .75.75v3.254h.755a.75.75 0 0 1 0 1.5h-.755v5.747a.75.75 0 0 1-1.5 0V2.75a.75.75 0 0 1 .75-.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })