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.58 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: 'SkipForward1020Regular', 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: 'M17 3.5a.5.5 0 0 0-1 0v2.202A7.996 7.996 0 0 0 2.842 7.445a.5.5 0 0 0 .896.445A6.996 6.996 0 0 1 15.75 7H12.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 .5-.5v-4zm-6.493 7.63c.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.13s-1.597-.437-1.996-1.13c-.376-.653-.504-1.507-.504-2.37c0-.863.128-1.717.504-2.37zm.867.498c-.249.432-.371 1.079-.371 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.872c0-.793-.122-1.44-.37-1.872c-.227-.393-.565-.628-1.13-.628s-.903.235-1.13.628zM8 10.5a.5.5 0 0 0-.777-.416l-1.5 1a.5.5 0 0 0 .554.832L7 11.434V16.5a.5.5 0 0 0 1 0v-6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })