UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.37 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'PhoneEraser16Filled', 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.94 1.353a1.5 1.5 0 0 1 2.12 0l1.586 1.586a1.5 1.5 0 0 1 0 2.122L10.06 9.646a1.5 1.5 0 0 1-2.12 0L6.352 8.061a1.5 1.5 0 0 1 0-2.122l4.586-4.586zM10.292 8L8 5.707l-.94.94a.5.5 0 0 0 0 .706L8.647 8.94a.5.5 0 0 0 .707 0l.94-.94zm-4.56.767a2.5 2.5 0 0 1 0-3.535l4.123-4.124A1.747 1.747 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.043l-.146.146a2.5 2.5 0 0 1-3.536 0L5.732 8.767zM6 12h2a.5.5 0 1 1 0 1H6a.5.5 0 0 1 0-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })