@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.41 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: 'EraserSmall24Regular',
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: '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-.023l1.785-1.803a4.512 4.512 0 0 1 .022-2.155l-.35.353l-6.088-6.088l7.004-6.938a.75.75 0 0 1 1.063.007l4.91 5.009a.75.75 0 0 1-.003 1.052l-3.345 3.38a4.506 4.506 0 0 1 2.154-.044l2.258-2.28a2.25 2.25 0 0 0 .007-3.159l-4.91-5.008zM5.637 11.697l6.1 6.1l-1.469 1.483a.75.75 0 0 1-1.058.008l-5.1-5.008a.75.75 0 0 1-.002-1.068l1.53-1.515zm11.966 2.304A3.5 3.5 0 1 1 14 17.511V17.5A3.5 3.5 0 0 1 17.603 14z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})