UNPKG

@vicons/fluent

Version:

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

43 lines (42 loc) 1.52 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 24 24' } export default defineComponent({ name: 'SlideEraser24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M4.75 4A2.75 2.75 0 0 0 2 6.75v10.5A2.75 2.75 0 0 0 4.75 20h7.826a2.5 2.5 0 0 1 .17-3.348l4.917-4.917a2.5 2.5 0 0 1 3.536 0l.801.8V6.75A2.75 2.75 0 0 0 19.25 4H4.75z', fill: 'currentColor' }), _createElementVNode('path', { d: 'M20.492 12.442a1.5 1.5 0 0 0-2.121 0l-3.111 3.11l4.207 4.207l3.11-3.11a1.5 1.5 0 0 0 0-2.122l-2.085-2.085z', fill: 'currentColor' }), _createElementVNode('path', { d: 'M13.453 17.36l1.1-1.1l4.207 4.207l-1.1 1.1a1.5 1.5 0 0 1-2.121 0l-2.086-2.086a1.5 1.5 0 0 1 0-2.122z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })