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.3 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: 'CallEnd24Filled', 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: 'M21.95 12.992l-.198 1.037c-.185.971-1.093 1.623-2.121 1.524l-2.046-.198c-.892-.086-1.652-.72-1.879-1.566l-.631-2.355c-.935-.383-1.965-.558-3.09-.525a8.102 8.102 0 0 0-3.14.707l-.391 2.205c-.149.836-.838 1.459-1.712 1.547l-2.034.204c-1.015.102-1.989-.544-2.277-1.51l-.31-1.037c-.307-1.032-.033-2.118.722-2.851c1.78-1.73 4.75-2.598 8.907-2.604c4.163-.005 7.224.858 9.184 2.588c.825.728 1.21 1.806 1.015 2.834z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })