@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.45 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PhoneEraser16Regular',
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: 'M10 10.877v2.373a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75V2.75A.75.75 0 0 1 4.75 2h4.128l.915-.914A1.749 1.749 0 0 0 9.25 1h-4.5A1.75 1.75 0 0 0 3 2.75v10.5c0 .966.784 1.75 1.75 1.75h4.5A1.75 1.75 0 0 0 11 13.25v-3.13l-.232.233a2.494 2.494 0 0 1-.768.524zM5.5 12.5A.5.5 0 0 1 6 12h2a.5.5 0 1 1 0 1H6a.5.5 0 0 1-.5-.5zm7.56-11.147a1.5 1.5 0 0 0-2.12 0L6.352 5.94a1.5 1.5 0 0 0 0 2.122L7.94 9.646a1.5 1.5 0 0 0 2.121 0l4.586-4.585a1.5 1.5 0 0 0 0-2.122L13.06 1.353zM8 5.707L10.293 8l-.94.94a.5.5 0 0 1-.707 0L7.061 7.352a.5.5 0 0 1 0-.707L8 5.707z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})