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.2 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: 'EraserTool24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M20 2.25a.75.75 0 0 1 .743.648L20.75 3v14a4.75 4.75 0 0 1-4.533 4.745L16 21.75H8a4.75 4.75 0 0 1-4.745-4.533L3.25 17V3.502A.75.75 0 0 1 4.743 3.4l.007.102V6.79h14.5V3a.75.75 0 0 1 .75-.75zm-.75 11.25H4.75V17a3.25 3.25 0 0 0 3.066 3.245L8 20.25h8a3.25 3.25 0 0 0 3.245-3.066L19.25 17v-3.5zm0-5.209H4.75V12h14.5V8.291z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })