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.31 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: 'CallEnd28Filled', 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: 'M16.857 13.362l.706 3.528a2.25 2.25 0 0 0 1.82 1.775l2.873.5a2.75 2.75 0 0 0 3.15-2.091l.378-1.636c.485-2.101-.383-4.406-2.537-5.25c-2.107-.826-5.28-1.7-9.25-1.688c-3.947.013-7.107.877-9.212 1.692c-2.17.839-3.052 3.154-2.564 5.27l.372 1.612a2.75 2.75 0 0 0 3.151 2.09l2.872-.499a2.25 2.25 0 0 0 1.82-1.775l.706-3.528c.163-.038.363-.082.592-.125C12.365 13.117 13.19 13 14 13s1.634.117 2.266.237c.229.043.43.087.591.125z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })