@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.49 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: 'DialpadOff24Filled',
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: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.497 4.497a1.5 1.5 0 1 0 1.76 1.76l3.239 3.24a1.5 1.5 0 1 0 1.757 1.757l7.246 7.246a.75.75 0 0 0 1.061-1.06L3.28 2.22zm15.216 12.03c0 .303-.09.585-.244.82l-2.076-2.076a1.5 1.5 0 0 1 2.32 1.256zm-4.996-5c0 .304-.09.586-.245.823l-2.078-2.078A1.5 1.5 0 0 1 13.5 9.25zm-4.996-5c0 .305-.09.588-.247.825L6.179 2.997A1.5 1.5 0 0 1 8.504 4.25zM12 17.75a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zm-4.996-5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zm9.992-5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zM12 2.75a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zm4.996 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})