@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
15 lines (14 loc) • 1.28 kB
JavaScript
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: 'EraserMedium24Regular',
render: function render(_ctx, _cache) {
return (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)('svg', _hoisted_1, _cache[0] || (_cache[0] = [(0, vue_1.createStaticVNode)('<g fill="none"><path d="M15.841 2.661a2.25 2.25 0 0 0-3.19-.023l-9.599 9.508a2.25 2.25 0 0 0 .007 3.204l5.1 5.008a2.25 2.25 0 0 0 3.175-.023l.215-.217a6.454 6.454 0 0 1-.477-1.65l-.804.812a.75.75 0 0 1-1.058.008l-5.1-5.008a.75.75 0 0 1-.002-1.068l1.53-1.515l5.376 5.377c.04-.613.164-1.204.362-1.759l-4.673-4.673l7.004-6.938a.75.75 0 0 1 1.063.007l4.91 5.009a.75.75 0 0 1-.003 1.052l-1.276 1.29c.58.08 1.135.237 1.656.46l.687-.695a2.25 2.25 0 0 0 .007-3.158l-4.91-5.008z" fill="currentColor"></path><path d="M19.29 12.297A5.502 5.502 0 0 1 17.5 23a5.502 5.502 0 0 1-5.324-6.885A5.502 5.502 0 0 1 17.473 12" fill="currentColor"></path><path d="M17.5 12c.626 0 1.228.104 1.79.297z" fill="currentColor"></path><path d="M17.5 12h-.027z" fill="currentColor"></path></g>', 1)]))
}
})