@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.39 kB
JavaScript
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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'LocalLanguage28Regular',
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: '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 */
)
])
)
)
}
})