UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.65 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: 'SkipForward3048Regular', 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: 'M44 5.85a1.25 1.25 0 1 0-2.5 0v7.377c-4.12-5.14-10.264-8.166-16.99-8.224C15.973 4.93 7.959 9.475 4.13 17.198a1.25 1.25 0 0 0 2.24 1.11c3.371-6.801 10.466-10.87 18.12-10.805c6.454.056 12.294 3.184 15.925 8.451h-9.02a1.25 1.25 0 0 0 0 2.5H42.75c.69 0 1.25-.56 1.25-1.25V5.85zM10.62 24.554c-.453.45 0 0 0 0v-.001l.003-.002l.004-.004l.01-.01a4.19 4.19 0 0 1 .133-.123a7.49 7.49 0 0 1 .359-.299c.306-.24.748-.552 1.313-.863a9.964 9.964 0 0 1 4.808-1.249c2.183 0 3.933.614 5.15 1.675c1.223 1.064 1.828 2.514 1.791 3.982c-.042 1.687-.896 3.242-2.381 4.281c.229.149.444.31.645.482c1.234 1.064 1.846 2.517 1.805 3.99c-.084 3.017-2.779 5.59-7.01 5.59a9.964 9.964 0 0 1-4.808-1.248a9.804 9.804 0 0 1-1.313-.863a7.43 7.43 0 0 1-.492-.422l-.01-.01l-.005-.004l-.002-.003s-.396-.393 0 0a1.25 1.25 0 0 1 1.757-1.779l.006.007l.05.046c.05.043.129.112.238.197c.217.17.547.404.976.64c.86.474 2.09.94 3.603.94c3.206 0 4.473-1.802 4.511-3.16c.02-.715-.268-1.449-.938-2.026c-.676-.582-1.818-1.065-3.573-1.065a1.25 1.25 0 0 1 0-2.5c3.16 0 4.408-1.789 4.442-3.156c.018-.72-.271-1.457-.933-2.034c-.666-.58-1.788-1.06-3.509-1.06a7.466 7.466 0 0 0-3.603.94c-.429.235-.759.47-.976.64a4.967 4.967 0 0 0-.287.243l-.007.006a1.25 1.25 0 0 1-1.758-1.778zm23.694-2.55c-2.627 0-4.47 1.24-5.579 3.195c-1.055 1.86-1.42 4.303-1.42 6.804c0 2.502.365 4.945 1.42 6.804c1.11 1.956 2.952 3.196 5.58 3.196c2.627 0 4.469-1.24 5.579-3.196c1.055-1.859 1.42-4.302 1.42-6.804c0-2.501-.365-4.944-1.42-6.804c-1.11-1.956-2.952-3.196-5.58-3.196zm-4.5 10c0-2.331.354-4.263 1.095-5.57c.687-1.212 1.72-1.93 3.405-1.93c1.685 0 2.718.718 3.405 1.93c.742 1.306 1.095 3.239 1.095 5.57c0 2.33-.353 4.262-1.095 5.57c-.687 1.21-1.72 1.93-3.405 1.93c-1.685 0-2.718-.72-3.405-1.93c-.741-1.308-1.095-3.24-1.095-5.57z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })