UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.44 kB
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: 'ImageEdit16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M4.5 2A2.5 2.5 0 0 0 2 4.5v6.998c0 .51.152.983.414 1.379l4.383-4.383a1.7 1.7 0 0 1 2.404 0l.34.34l2.088-2.087a2.558 2.558 0 0 1 2.369-.689V4.5a2.5 2.5 0 0 0-2.5-2.5H4.5zm6.998 3.501a1.002 1.002 0 1 1-2.003 0a1.002 1.002 0 0 1 2.003 0zm1.764 1.506a1.554 1.554 0 0 0-.926.447L8.05 11.742a2.776 2.776 0 0 0-.73 1.29l-.304 1.21a.61.61 0 0 0 .74.74l1.21-.303a2.776 2.776 0 0 0 1.29-.73l4.288-4.288a1.56 1.56 0 0 0-1.28-2.654zM8.835 9.541l-1.493 1.493a3.777 3.777 0 0 0-.994 1.755l-.302 1.209H4.5c-.51 0-.984-.153-1.379-.414L7.504 9.2a.7.7 0 0 1 .99 0l.34.34z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })