@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.52 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: 'TextEditStyle20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14.087 6.703a2.263 2.263 0 0 1 3.07-.126l.13.12l.126.136a2.277 2.277 0 0 1 0 2.952l-.12.13l-6.876 6.903a1.5 1.5 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.908zm2.494.702a1.263 1.263 0 0 0-1.683-.089l-.102.093l-6.882 6.908a.499.499 0 0 0-.1.144l-.03.084l-.583 2.26l2.273-.56a.502.502 0 0 0 .113-.043l.052-.031l.07-.059l6.875-6.902a1.277 1.277 0 0 0-.003-1.805zM6.424 2.23l.042.084l2.982 7.63l-.772.774l-.672-1.719H4.007l-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.001 3.87L4.396 7.998h3.218L6.001 3.871z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})