UNPKG

@vicons/fluent

Version:

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

45 lines (44 loc) 1.64 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'SlideEraser24Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M2 6.75A2.75 2.75 0 0 1 4.75 4h14.5A2.75 2.75 0 0 1 22 6.75v5.786l-.8-.801a2.497 2.497 0 0 0-.7-.493V6.75c0-.69-.56-1.25-1.25-1.25H4.75c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h7.265a2.49 2.49 0 0 0 .561 1.5H4.75A2.75 2.75 0 0 1 2 17.25V6.75z', fill: 'currentColor' }), (0, vue_1.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' }), (0, vue_1.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 */ ) ]) ) ) } })