UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.5 kB
'use strict' 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: 'TextGrammarArrowRight24Filled', 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: 'M3 5h18a1 1 0 0 1 .117 1.993L21 7H3a1 1 0 0 1-.117-1.993L3 5zm0 6a1 1 0 0 1-.117-1.993L3 9h18a1 1 0 0 1 .117 1.993L21 11H3zm0 4h8.498a6.506 6.506 0 0 1 1.312-2H3l-.117.007A1 1 0 0 0 3 15zm0 2h8.019a6.62 6.62 0 0 0 .155 2H3a1 1 0 0 1-.117-1.993L3 17zm9 .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 */ ) ]) ) ) } })