@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.4 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TextMore24Filled',
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 20.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zm5 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zm5 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zm-7.092-2.43l-1.166-2.845H5.886l-1.8 4.45c-.076.19-.185.35-.335.46a.862.862 0 0 1-.525.165c-.264 0-.5-.066-.667-.234a.931.931 0 0 1-.258-.6v-.091c0-.106.008-.207.035-.288l.004-.013l6.6-16.148a.985.985 0 0 1 .362-.468c.165-.11.36-.158.574-.158c.205 0 .39.061.543.188c.163.105.284.25.364.43l.003.006l6.454 15.78a2.492 2.492 0 0 0-2.332-.634zm-8.286-4.72h6.356l-3.2-7.819l-3.156 7.819z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})