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.45 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'CallPark48Filled', 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: 'M4.54 12.486C4.377 7.13 9.077 3.75 14.01 3.75h.152a5.25 5.25 0 0 1 4.955 3.516l1.572 4.489a5.25 5.25 0 0 1-1.904 6.006l-2.767 1.977c-.812.58-1.022 1.343-.792 1.903c1.007 2.45 3.3 5.758 5.16 7.675c.453.468 1.224.629 2.07.319l2.958-1.085a5.25 5.25 0 0 1 5.852 1.582l2.415 2.917a5.166 5.166 0 0 1 .428 5.988c-2.637 4.315-8.15 6.452-12.644 3.377A39.984 39.984 0 0 1 9.418 29.375c-3.67-6.356-4.743-12.384-4.879-16.89zM29.25 4C28.56 4 28 4.56 28 5.25v17.5a1.25 1.25 0 1 0 2.5 0V16.5h5.25a6.25 6.25 0 0 0 0-12.5h-6.5zm6.5 10H30.5V6.5h5.25a3.75 3.75 0 0 1 0 7.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })