@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.43 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: 'TextParagraphDirection24Filled',
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: 'M13.5 3a5.5 5.5 0 1 0 0 11H15v7.208c0 .437.336.792.75.792s.75-.355.75-.792V4.5H18v16.708c0 .437.336.792.75.792s.75-.355.75-.792V4.5h.545l.13-.007c.466-.05.825-.363.825-.743c0-.414-.427-.75-.955-.75H13.5zm-9.42 8.857a.668.668 0 0 1-.898-.983L4.896 9L3.182 7.126l-.062-.077a.668.668 0 0 1 1.033-.84l2.146 2.333l.065.081a.668.668 0 0 1-.065.835l-2.146 2.333l-.073.066zm1.321 8a.668.668 0 0 0 .898-.983L4.585 17L6.3 15.126l.062-.077a.668.668 0 0 0-1.033-.84l-2.146 2.333l-.065.081a.668.668 0 0 0 .065.835l2.146 2.333l.073.067z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})