@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.38 kB
JavaScript
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 28 28'
}
export default defineComponent({
name: 'LocalLanguage28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12.75 2a.75.75 0 0 0 0 1.5h5.75v2.805c0 1.75-1.75 3.195-3.75 3.195a.75.75 0 0 0 0 1.5C17.314 11 20 9.126 20 6.305V2.75a.75.75 0 0 0-.75-.75h-6.5zm-2.057 5.463a.75.75 0 0 0-1.386 0l-7.25 17.5a.75.75 0 0 0 1.386.574l2.087-5.039h8.942l2.089 5.04a.75.75 0 0 0 1.386-.575l-2.204-5.316a.746.746 0 0 0-.146-.353L10.693 7.463zm3.158 11.535h-7.7l3.85-9.289l3.85 9.289zM22.25 2a.75.75 0 0 1 .75.75V8.5h2.249a.75.75 0 1 1 0 1.5h-2.248v9.25a.75.75 0 0 1-1.5 0V9.3a.8.8 0 0 1 0-.1V2.75a.75.75 0 0 1 .75-.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})