@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.33 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: 'EditOff16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2.784 2.089l.07.058l11 10.998a.5.5 0 0 1 .057.638l-.057.069a.5.5 0 0 1-.638.058l-.07-.058l-3.963-3.963l-2.79 2.793a2 2 0 0 1-.888.515l-2.873.784a.5.5 0 0 1-.614-.614l.783-2.874a2 2 0 0 1 .516-.888l2.79-2.792l-3.96-3.96a.5.5 0 0 1-.058-.637l.057-.07a.5.5 0 0 1 .638-.057zm6.323 1.726l3.077 3.076l-1.586 1.583L7.52 5.398l1.586-1.583zm4.129-1.305l.131.121l.121.132a2.176 2.176 0 0 1-.121 2.945l-.477.475l-3.076-3.076l.477-.476a2.176 2.176 0 0 1 2.945-.12z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})