@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.56 kB
JavaScript
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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SkipForward3032Filled',
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: 'M26.211 10.001c-2.424-2.997-6.179-4.56-10.192-4.5c-4.966.074-9.004 2.7-11.717 6.925a1.25 1.25 0 0 1-2.104-1.35C5.284 6.27 10.04 3.09 15.982 3.002c4.346-.065 8.568 1.513 11.518 4.672V4.252a1.25 1.25 0 0 1 2.5 0v7c0 .69-.56 1.25-1.25 1.25h-6.5a1.25 1.25 0 1 1 0-2.5h3.961zm-19.694 8.7a1.25 1.25 0 0 0 1.732-.262l.005-.005c.011-.014.037-.043.077-.083c.08-.08.218-.2.415-.325c.387-.245 1.032-.525 2.004-.525c2.282 0 2.894 1.133 2.923 1.69c.017.322-.107.673-.446.968c-.345.3-.98.592-2.027.592a1.25 1.25 0 1 0 0 2.5c1.168 0 1.824.304 2.151.59c.309.27.41.586.375.9c-.067.624-.838 1.76-2.976 1.76c-.972 0-1.617-.28-2.004-.526a2.464 2.464 0 0 1-.415-.325a1.309 1.309 0 0 1-.077-.083l-.005-.005a1.25 1.25 0 0 0-2.012 1.483c-.394-.545 0 0 .001.001v.002l.003.002l.004.005l.009.012a2.132 2.132 0 0 0 .091.114c.055.066.13.149.226.244c.191.19.468.428.838.662c.748.474 1.853.913 3.341.913c3.019 0 5.22-1.74 5.462-3.991c.12-1.122-.29-2.243-1.218-3.052l-.015-.013c.827-.774 1.246-1.816 1.19-2.883C16.05 16.743 13.88 15 10.75 15c-1.488 0-2.593.439-3.341.913c-.37.234-.647.473-.838.662a3.794 3.794 0 0 0-.317.358l-.01.012l-.003.005l-.002.002v.002c-.002.001-.412.568-.002 0a1.25 1.25 0 0 0 .28 1.746zm16.583-3.7c-1.922 0-3.313.88-4.15 2.298c-.782 1.322-1.036 3.023-1.036 4.701c0 1.68.254 3.38 1.035 4.702C19.787 28.12 21.18 29 23.1 29c1.923 0 3.314-.88 4.152-2.298c.781-1.322 1.035-3.023 1.035-4.702c0-1.678-.254-3.379-1.035-4.701c-.838-1.417-2.23-2.298-4.152-2.298zm-2.686 7c0-1.497.239-2.671.687-3.43c.393-.664.97-1.07 2-1.07s1.606.406 1.999 1.07c.448.759.687 1.933.687 3.43c0 1.496-.239 2.67-.687 3.43c-.393.663-.97 1.07-2 1.07s-1.607-.407-1.999-1.07c-.448-.76-.687-1.934-.687-3.43z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})