@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.85 kB
JavaScript
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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CallPark32Regular',
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: 'M13.659 12.077l-2.146 1.968c.042.147.094.32.156.512c.213.65.545 1.5 1.025 2.332c.48.831 1.05 1.544 1.507 2.053c.135.15.259.282.365.391l2.777-.874a4 4 0 0 1 4.29 1.274l1.582 1.922a3.962 3.962 0 0 1-.357 5.416c-2.58 2.405-6.553 3.222-9.528.831a27.461 27.461 0 0 1-6.523-7.61a26.863 26.863 0 0 1-3.357-9.477C2.878 7.045 5.58 4.028 8.945 3a3.976 3.976 0 0 1 4.886 2.407l.87 2.32a4 4 0 0 1-1.042 4.351zM9.53 4.911c-2.71.83-4.484 3.092-4.103 5.604a24.864 24.864 0 0 0 3.109 8.771a25.464 25.464 0 0 0 6.047 7.057c1.985 1.596 4.837 1.2 6.911-.735a1.962 1.962 0 0 0 .177-2.682l-1.583-1.922a2 2 0 0 0-2.144-.637l-3.346 1.053a1 1 0 0 1-.964-.206l-.08-.073a14.718 14.718 0 0 1-.842-.864a14.529 14.529 0 0 1-1.75-2.388a14.529 14.529 0 0 1-1.193-2.71a14.623 14.623 0 0 1-.328-1.161l-.023-.104c-.07-.345.045-.702.304-.94l2.585-2.37a2 2 0 0 0 .52-2.176l-.868-2.32A1.976 1.976 0 0 0 9.53 4.91zM20 3a1 1 0 0 0-1 1v11a1 1 0 1 0 2 0v-4h3a4 4 0 0 0 0-8h-4zm4 6h-3V5h3a2 2 0 1 1 0 4z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})