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.87 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'CallEnd28Regular', 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: 'M22.96 11.482c1.192.57 1.747 1.951 1.415 3.39l-.433 1.877a1.25 1.25 0 0 1-1.424.952l-3.147-.524a.75.75 0 0 1-.609-.577l-.78-3.513a.75.75 0 0 0-.495-.548l-.237.711l.237-.711h-.001l-.002-.001l-.005-.002l-.017-.006a12.12 12.12 0 0 0-1.026-.264A12.028 12.028 0 0 0 14 12c-.943 0-1.81.134-2.436.266a12.103 12.103 0 0 0-1.026.264l-.017.006l-.005.002h-.003l.237.712l-.237-.711a.75.75 0 0 0-.495.548l-.78 3.513a.75.75 0 0 1-.61.577l-3.147.524a1.25 1.25 0 0 1-1.423-.952l-.429-1.857c-.334-1.447.23-2.837 1.433-3.405c1.954-.924 5.032-1.974 8.94-1.987c3.921-.013 7.007 1.049 8.958 1.982zm-6.346 2.366l.684 3.077a2.25 2.25 0 0 0 1.827 1.731l3.147.525a2.75 2.75 0 0 0 3.131-2.094l.434-1.878c.454-1.967-.27-4.143-2.23-5.08c-2.104-1.007-5.412-2.143-9.61-2.129c-4.176.014-7.472 1.136-9.576 2.13c-1.975.934-2.71 3.12-2.254 5.099l.43 1.858a2.75 2.75 0 0 0 3.13 2.094l3.148-.525a2.25 2.25 0 0 0 1.826-1.731l.684-3.077A11.07 11.07 0 0 1 14 13.5c.807 0 1.566.116 2.127.234c.188.04.353.08.487.114z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })