@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.61 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 16 16'
}
export default defineComponent({
name: 'TextGrammarWand16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm1.94 9.435L4.876 12H2.5a.5.5 0 0 0 0 1h1.584c.072-.206.191-.4.356-.565zm2.533-2.53A1.502 1.502 0 0 1 6.086 9H2.5a.5.5 0 0 0 0 1h4.378l.095-.095zM7.408 7l.272-.034A.5.5 0 0 0 7.5 6h-5a.5.5 0 0 0 0 1h4.908zM10.5 5a.5.5 0 0 1 .496.439l.09.734a2 2 0 0 0 1.741 1.74l.734.09a.5.5 0 0 1 0 .993l-.734.09a2 2 0 0 0-1.74 1.741l-.09.734a.5.5 0 0 1-.993 0l-.09-.734a2 2 0 0 0-1.741-1.74l-.734-.09a.5.5 0 0 1 0-.993l.734-.09a2 2 0 0 0 1.74-1.741l.09-.734A.5.5 0 0 1 10.5 5zm0 2.474c-.253.42-.606.773-1.026 1.026c.42.253.773.606 1.026 1.026c.253-.42.606-.773 1.026-1.026A3.007 3.007 0 0 1 10.5 7.474zm-1.646 2.673a.5.5 0 0 1 0 .707l-3 2.996a.5.5 0 1 1-.707-.707l3-2.997a.5.5 0 0 1 .707 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})