UNPKG

@vicons/fluent

Version:

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

45 lines (44 loc) 1.96 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'ChatOff20Regular', 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: 'M4 4.708L2.147 2.854a.5.5 0 1 1 .708-.708l1.854 1.855l.708.708l9.875 9.875l.708.708l1.855 1.854a.5.5 0 0 1-.708.708l-1.854-1.855A7.97 7.97 0 0 1 10 18a7.968 7.968 0 0 1-3.613-.86l-.121-.065l-3.645.91a.5.5 0 0 1-.62-.441v-.082l.014-.083l.91-3.644l-.063-.12a7.95 7.95 0 0 1-.83-2.887l-.025-.382L2 10a7.97 7.97 0 0 1 2-5.292zM14.585 15.29l-3.616-3.616a.5.5 0 0 1-.378.317L10.5 12h-3a.5.5 0 0 1-.09-.992L7.5 11h2.793l-2-2H7.5a.5.5 0 0 1-.175-.968L4.709 5.416A6.973 6.973 0 0 0 3 10c0 1.217.31 2.388.894 3.425a.5.5 0 0 1 .063.272l-.014.094l-.756 3.021l3.024-.754a.502.502 0 0 1 .188-.01l.091.021l.087.039A6.965 6.965 0 0 0 10 17a6.973 6.973 0 0 0 4.584-1.71z', fill: 'currentColor' }), (0, vue_1.createElementVNode)('path', { d: 'M16.618 14.496l-.722-.721a7 7 0 0 0-9.67-9.67l-.722-.723a8 8 0 0 1 11.114 11.114z', fill: 'currentColor' }), (0, vue_1.createElementVNode)('path', { d: 'M12.5 9h-1.379l-1-1H12.5a.5.5 0 0 1 .09.992L12.5 9z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })