@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.31 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 16 16'
}
export default defineComponent({
name: 'LocalLanguage16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12.5 1.996a.5.5 0 0 1 .5.5v2.506h.5a.5.5 0 0 1 0 1H13V10.5a.5.5 0 1 1-1 0V2.496a.5.5 0 0 1 .5-.5zm-5 1H10V4.25c0 .413-.158.708-.4.908c-.251.209-.63.342-1.097.342a.5.5 0 0 0 0 1c.648 0 1.268-.184 1.735-.572c.479-.396.762-.976.762-1.678V2.496a.5.5 0 0 0-.5-.5h-3a.5.5 0 1 0 0 1zM6.454 5.3a.5.5 0 0 0-.916 0l-3.496 8a.5.5 0 1 0 .916.401l1.18-2.7H7.86l1.183 2.7a.5.5 0 0 0 .916-.4l-3.504-8zm.967 4.7H4.575l1.422-3.252L7.42 10z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})