@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.31 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: 'TextMore24Regular',
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-6.893-2.47l-1.232-3.005H5.75L3.9 19.6c-.133.333-.358.5-.675.5c-.233 0-.408-.058-.525-.175a.733.733 0 0 1-.2-.475v-.075c0-.1.008-.175.025-.225L9.125 3c.133-.333.383-.5.75-.5a.63.63 0 0 1 .425.15c.133.083.233.2.3.35l6.315 15.439a2.488 2.488 0 0 0-1.808-.408zM9.775 5l-3.45 8.55h6.95L9.775 5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})