@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.67 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'TextGrammarSettings24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M11.019 17H3l-.117.007A1 1 0 0 0 3 19h8.174a6.52 6.52 0 0 1-.155-2zM21 11H3a1 1 0 0 1-.117-1.993L3 9h18a1 1 0 0 1 .117 1.993L21 11zM3 15h8.498a6.506 6.506 0 0 1 1.312-2H3l-.117.007A1 1 0 0 0 3 15zM21 5H3l-.117.007A1 1 0 0 0 3 7h18l.117-.007A1 1 0 0 0 21 5zm-6.722 8.975l-.198-.686c.44-.382.94-.692 1.483-.912l.499.524a2 2 0 0 0 2.899 0l.493-.518a5.278 5.278 0 0 1 1.484.922l-.186.63a2 2 0 0 0 1.45 2.511l.539.13a5.733 5.733 0 0 1 .006 1.808l-.584.144a2 2 0 0 0-1.44 2.496l.197.686c-.439.383-.939.693-1.483.913l-.498-.525a2 2 0 0 0-2.9 0l-.493.518a5.283 5.283 0 0 1-1.484-.921l.187-.631a2 2 0 0 0-1.45-2.51l-.54-.13a5.718 5.718 0 0 1-.006-1.808l.584-.144a2 2 0 0 0 1.441-2.497zM17.5 19c.8 0 1.45-.672 1.45-1.5c0-.829-.65-1.5-1.45-1.5c-.8 0-1.45.671-1.45 1.5c0 .828.65 1.5 1.45 1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})