@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.57 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: 'TextGrammarArrowRight24Regular',
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: 'M2.75 5h18.5a.75.75 0 0 1 .102 1.493l-.102.007H2.75a.75.75 0 0 1-.102-1.493L2.75 5zm18.5 4H2.75l-.102.007A.75.75 0 0 0 2.75 10.5h18.5l.102-.007A.75.75 0 0 0 21.25 9zm-18.5 5.5h8.982A6.518 6.518 0 0 1 12.81 13H2.75l-.102.007A.75.75 0 0 0 2.75 14.5zm0 2.5h8.269a6.62 6.62 0 0 0 .057 1.5H2.75a.75.75 0 0 1-.102-1.493L2.75 17zm9.25.5a5.5 5.5 0 1 0 11 0a5.5 5.5 0 0 0-11 0zm6.35 2.854l-.07.057a.5.5 0 0 1-.637-.057l-.058-.07a.5.5 0 0 1 .058-.638L19.289 18H14.5l-.09-.008A.5.5 0 0 1 14 17.5l.008-.09A.5.5 0 0 1 14.5 17h4.789l-1.646-1.646l-.058-.07a.5.5 0 0 1 .765-.638l2.516 2.517l.05.066l.035.061l.029.08l.014.086l-.002.11l-.019.085l-.023.059l-.044.077l-.04.05l-2.516 2.517z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})