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.85 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'CallForward16Regular', 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: 'M6.378 1.07l-.156-.032a2.661 2.661 0 0 0-2.408.821C2.594 3.19 2 5.242 2 8.002c0 2.755.592 4.805 1.808 6.135a2.662 2.662 0 0 0 2.577.791l.577-.137a1.927 1.927 0 0 0 1.48-2.067l-.125-1.222a1.93 1.93 0 0 0-1.495-1.68l-1.25-.286l-.028-.01l-.034-.064a1.405 1.405 0 0 1-.082-.21c-.086-.28-.133-.7-.133-1.25c0-.745.087-1.244.226-1.469a.176.176 0 0 1 .11-.08l1.19-.271A1.93 1.93 0 0 0 8.318 4.5l.125-1.228a1.927 1.927 0 0 0-1.487-2.068l-.577-.134zM3.06 8.002c0-2.522.523-4.33 1.538-5.436c.36-.393.894-.578 1.418-.497l.121.023l.576.134c.432.1.721.503.677.94l-.126 1.228a.878.878 0 0 1-.68.764l-1.19.273a1.235 1.235 0 0 0-.776.555c-.265.43-.38 1.093-.38 2.016c0 1.404.261 2.254.966 2.517l.096.03l1.285.296a.878.878 0 0 1 .68.764l.125 1.222a.876.876 0 0 1-.673.94l-.577.136a1.597 1.597 0 0 1-1.546-.475c-1.013-1.107-1.534-2.912-1.534-5.43zm8.795-3.856a.5.5 0 0 0-.708.708L13.293 7H8.5a.5.5 0 0 0 0 1h4.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })