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.48 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'ArrowForwardDownLightning20Filled', 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: 'M15.69 7l-2.256-2.255a.75.75 0 0 1 .977-1.133l.084.072L18.03 7.22l.069.078l.04.06l.05.094l.032.092l.016.068l.01.062l.003.093l-.004.06l-.015.093l-.03.1l-.047.098l-.035.056a.747.747 0 0 1-.089.106l-3.535 3.536a.75.75 0 0 1-1.133-.977l.072-.084l2.256-2.254L12 8.5c-3.651 0-6.133-2.077-6.246-5.037L5.75 3.25a.75.75 0 0 1 1.5 0c0 2.129 1.692 3.658 4.492 3.746L12 7h3.69zM11 13.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zm-5.12-3a.5.5 0 0 0-.472.334l-.88 2.5a.5.5 0 0 0 .472.665h.776l-.508 1.87a.5.5 0 0 0 .903.4l2.25-3.5A.5.5 0 0 0 8 12h-.746l.28-.841a.5.5 0 0 0-.474-.659H5.88z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })