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.49 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'SkipForward3028Regular', 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: 'M25.25 2.5a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-.75.75h-6.5a.75.75 0 0 1 0-1.5h4.66c-1.68-2.531-5.066-4.5-9.16-4.5c-4.217 0-7.542 1.998-9.867 5.653a.75.75 0 1 1-1.266-.806C5.69 5.307 9.467 3 14.25 3c4.433 0 8.226 2.073 10.25 4.937V3.25a.75.75 0 0 1 .75-.75zM9.75 18.25c2.098 0 2.812-1.102 2.812-1.875c0-.773-.713-1.875-2.812-1.875c-.904 0-1.584.277-2.037.55a3.396 3.396 0 0 0-.622.478a.885.885 0 0 0-.023.024l.002-.002l-.003.003l.001-.001l-.001.002a.75.75 0 0 1-1.138-.978l.002-.002l.027-.03a3.689 3.689 0 0 1 .252-.246a4.9 4.9 0 0 1 .73-.535A5.412 5.412 0 0 1 9.75 13c2.651 0 4.312 1.523 4.312 3.375c0 1.056-.54 2.004-1.494 2.625c.955.62 1.494 1.57 1.494 2.625c0 1.852-1.66 3.375-4.312 3.375a5.412 5.412 0 0 1-2.81-.763a4.9 4.9 0 0 1-.73-.534a3.689 3.689 0 0 1-.252-.247l-.018-.02l-.006-.006l-.002-.003l-.001-.001l-.001-.001a14.158 14.158 0 0 1-.001-.002a.75.75 0 0 1 1.138-.977l.001.002l.002.002l-.002-.002l.023.024c.023.023.061.062.116.11c.109.097.278.232.506.369c.453.272 1.133.549 2.037.549c2.098 0 2.812-1.102 2.812-1.875c0-.773-.713-1.875-2.812-1.875a.75.75 0 0 1 0-1.5zm7.104-3.336C17.53 13.739 18.648 13 20.238 13c1.59 0 2.708.739 3.384 1.914c.643 1.116.866 2.584.866 4.086c0 1.502-.223 2.97-.866 4.087C22.946 24.26 21.828 25 20.238 25c-1.59 0-2.708-.739-3.384-1.913c-.643-1.117-.866-2.585-.866-4.087c0-1.502.223-2.97.866-4.086zm1.3.748c-.451.783-.666 1.94-.666 3.338c0 1.397.215 2.555.666 3.338c.417.726 1.049 1.162 2.084 1.162c1.035 0 1.667-.436 2.084-1.162c.451-.783.666-1.94.666-3.338c0-1.397-.215-2.555-.666-3.338c-.417-.726-1.049-1.162-2.084-1.162c-1.035 0-1.667.436-2.084 1.162z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })