UNPKG

@vicons/fluent

Version:

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

39 lines (38 loc) 1.46 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 20 20' } export default defineComponent({ name: 'ChatMail20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2 7a6 6 0 1 1 2.996 5.195l-2.338.78a.5.5 0 0 1-.639-.612l.712-2.491A5.975 5.975 0 0 1 2 7zm4.5-1.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zm2 2h-2a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z', fill: 'currentColor' }), _createElementVNode('path', { d: 'M12.276 14.947l-2.402-1.2c.44-.123.863-.287 1.263-.488l1.363.682l4.5-2.25V11a1 1 0 0 0-1-1h-1.674c.153-.32.281-.655.384-1H16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2v-2.07c.327.046.66.07 1 .07v2a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-3.191l-4.276 2.138a.5.5 0 0 1-.448 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })