@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.32 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 20 20'
}
export default defineComponent({
name: 'TextEditStyle20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14.086 6.703a2.263 2.263 0 0 1 3.07-.126l.13.12l.126.136a2.276 2.276 0 0 1 0 2.952l-.12.13l-6.876 6.903a1.502 1.502 0 0 1-.547.35l-.157.048l-3.086.76a.5.5 0 0 1-.618-.526l.015-.084l.792-3.07a1.5 1.5 0 0 1 .283-.566l.106-.119l6.882-6.908zM6.423 2.229l.042.084l2.982 7.63l-.772.774l-.672-1.719H4.006l-1.04 2.68a.5.5 0 0 1-.561.31l-.087-.025a.5.5 0 0 1-.31-.56l.025-.088l3.5-9.001a.5.5 0 0 1 .89-.085zM6 3.87L4.395 7.998h3.218L6 3.871z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})