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.99 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: 'CallForward48Regular', 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: 'M24.005 5.94c-2.038-1.528-4.517-2.191-6.816-1.854c-2.327.34-4.434 1.708-5.598 4.127C9.729 12.08 8 17.546 8 24.5c0 6.9 1.702 12.03 3.567 15.572c1.206 2.29 3.265 3.535 5.517 3.825c2.221.287 4.6-.35 6.595-1.722a5.139 5.139 0 0 0 2.16-5.057l-.654-4.038a5.25 5.25 0 0 0-4.227-4.322l-2.032-.377c-.899-.166-1.47-.69-1.608-1.282c-.44-1.884-.447-4.3-.002-6.198c.139-.592.71-1.117 1.61-1.283l2.032-.377a5.25 5.25 0 0 0 4.227-4.321l.7-4.317a4.856 4.856 0 0 0-1.88-4.662zM13.843 9.298c.782-1.623 2.15-2.51 3.708-2.738c1.586-.232 3.403.219 4.954 1.382a2.356 2.356 0 0 1 .912 2.262l-.7 4.316a2.75 2.75 0 0 1-2.214 2.264l-2.032.377c-1.556.288-3.158 1.33-3.59 3.17c-.533 2.279-.523 5.084.003 7.337c.43 1.84 2.03 2.884 3.587 3.172l2.032.377a2.75 2.75 0 0 1 2.214 2.264l.655 4.038a2.638 2.638 0 0 1-1.11 2.597c-1.547 1.064-3.317 1.501-4.858 1.303c-1.51-.195-2.828-.997-3.625-2.51C12.092 35.703 10.5 30.97 10.5 24.5c0-6.527 1.62-11.625 3.343-15.203zm19.29 4.569a1.25 1.25 0 0 0-1.767 1.767L37.732 22H23.75a1.25 1.25 0 0 0 0 2.5h13.982l-6.366 6.366a1.25 1.25 0 0 0 1.768 1.767l8.5-8.5a1.25 1.25 0 0 0 0-1.767l-8.5-8.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })