UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.37 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'LocalLanguage16Filled', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M7.75 2a.75.75 0 0 0 0 1.5H9.5v.751c0 .385-.097.679-.227.855c-.111.151-.263.247-.515.247a.75.75 0 0 0 0 1.5a2.08 2.08 0 0 0 1.724-.859c.367-.5.518-1.132.518-1.743V2.75a.75.75 0 0 0-.75-.75h-2.5zM6.698 4.725a.75.75 0 0 0-1.396 0l-3.254 8.25a.75.75 0 1 0 1.395.55l.799-2.024h3.513l.797 2.024a.75.75 0 0 0 1.396-.55l-3.25-8.25zm.466 5.276h-2.33L6 7.045l1.164 2.956zM12.75 2a.75.75 0 0 1 .75.75v2.248h.25a.75.75 0 0 1 0 1.5h-.25v3.751a.75.75 0 0 1-1.5 0V2.75a.75.75 0 0 1 .75-.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })