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.24 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: 'SkipForward3020Regular', 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: 'M16.5 3a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1 0-1h3.25a6.997 6.997 0 0 0-12.012.89a.5.5 0 0 1-.896-.445A7.996 7.996 0 0 1 16 5.702V3.5a.5.5 0 0 1 .5-.5zm-2.997 7c-.935 0-1.597.437-1.996 1.13c-.376.653-.504 1.507-.504 2.37c0 .863.128 1.717.504 2.37c.399.693 1.061 1.13 1.996 1.13s1.597-.437 1.996-1.13c.376-.653.504-1.507.504-2.37c0-.863-.128-1.717-.504-2.37c-.399-.693-1.061-1.13-1.996-1.13zm-1.5 3.5c0-.793.122-1.44.37-1.872c.227-.393.565-.628 1.13-.628s.903.235 1.13.628c.248.432.37 1.079.37 1.872c0 .793-.122 1.44-.37 1.872c-.227.393-.565.628-1.13.628s-.903-.235-1.13-.628c-.248-.432-.37-1.079-.37-1.872zm-6.857-1.896a.5.5 0 0 0 .705.002l.002-.001a2.39 2.39 0 0 1 .418-.29a2.559 2.559 0 0 1 1.229-.315c.598 0 .98.162 1.202.35a.8.8 0 0 1 .303.637C8.995 12.397 8.601 13 7.5 13a.5.5 0 0 0 0 1c1.101 0 1.495.602 1.505 1.013a.8.8 0 0 1-.303.637c-.221.188-.604.35-1.202.35a2.559 2.559 0 0 1-1.555-.527a1.543 1.543 0 0 1-.092-.078a.5.5 0 0 0-.707.001c-.337.338 0 .708 0 .708l.056.051a3.378 3.378 0 0 0 .59.409c.399.218.98.436 1.708.436c.777 0 1.406-.212 1.849-.587c.444-.377.67-.896.656-1.426c-.015-.589-.31-1.122-.812-1.487c.503-.365.797-.898.812-1.487a1.798 1.798 0 0 0-.656-1.426C8.906 10.213 8.277 10 7.5 10a3.559 3.559 0 0 0-2.171.74a2.579 2.579 0 0 0-.164.139l-.012.01l-.004.005l-.001.001l-.001.001a.5.5 0 0 0 0 .708zm.707 3.791h-.001z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })