@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.25 kB
JavaScript
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 16 16'
}
export default defineComponent({
name: 'CallEnd16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14.827 9.7l.138-.754a2.266 2.266 0 0 0-.71-2.063C12.883 5.623 10.74 4.996 7.825 5c-2.91.004-4.988.636-6.234 1.895c-.528.533-.72 1.324-.505 2.075l.216.754c.202.704.884 1.175 1.594 1.1l1.424-.149A1.35 1.35 0 0 0 5.52 9.55l.274-1.604A5.49 5.49 0 0 1 7.99 7.43c.787-.024 1.508.103 2.162.382l.442 1.714c.159.617.69 1.078 1.315 1.14l1.432.144a1.354 1.354 0 0 0 1.485-1.11z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})