UNPKG

@vicons/fluent

Version:

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

41 lines (40 loc) 1.59 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'ChatOff24Filled', 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.06l2.198 2.2A9.96 9.96 0 0 0 2 12a9.96 9.96 0 0 0 1.145 4.65L2.029 20.94a.85.85 0 0 0 1.036 1.036l4.29-1.117A9.96 9.96 0 0 0 12 22c2.491 0 4.77-.911 6.52-2.418l2.2 2.198a.75.75 0 0 0 1.06-1.06L3.28 2.22zM13.42 14.48a.766.766 0 0 1-.066.012l-.102.007H8.75l-.102-.007a.75.75 0 0 1 0-1.486L8.75 13h3.19l1.48 1.481zM9.94 11H8.75l-.102-.007a.75.75 0 0 1-.161-1.445L9.939 11z', fill: 'currentColor' }), (0, vue_1.createElementVNode)('path', { d: 'M15.25 11h-1.068l6.3 6.3A9.953 9.953 0 0 0 22 12c0-5.523-4.477-10-10-10a9.953 9.953 0 0 0-5.3 1.518L12.682 9.5h2.568l.102.007a.75.75 0 0 1 0 1.486L15.25 11z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })