@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.8 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: 'SkipForward1032Regular',
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.015 4.891C20.221 4.828 24.688 6.727 27.26 10H22a1 1 0 0 0 0 2h7a1 1 0 0 0 1-1V4a1 1 0 1 0-2 0v3.8c-3.066-3.223-7.701-4.973-12.015-4.909c-5.852.088-10.783 3.444-13.826 8.184a1 1 0 0 0 1.683 1.08c2.755-4.292 7.118-7.188 12.173-7.264zM21.101 15c-1.854 0-3.162.88-3.946 2.265c-.74 1.306-.99 3.01-.99 4.735c0 1.725.25 3.43.99 4.735C17.94 28.12 19.247 29 21.101 29s3.161-.88 3.945-2.265c.74-1.306.991-3.01.991-4.735c0-1.725-.25-3.43-.99-4.735C24.261 15.88 22.954 15 21.1 15zm-2.937 7c0-1.589.241-2.885.731-3.75c.447-.788 1.107-1.25 2.206-1.25c1.098 0 1.759.462 2.205 1.25c.49.865.731 2.161.731 3.75c0 1.588-.241 2.885-.731 3.75c-.447.788-1.107 1.25-2.205 1.25c-1.099 0-1.76-.462-2.206-1.25c-.49-.865-.73-2.162-.73-3.75zM13 16a1 1 0 0 0-1.787-.617l-.007.009a4.645 4.645 0 0 1-.197.232a13.26 13.26 0 0 1-3.023 2.519a1 1 0 1 0 1.029 1.715c.768-.461 1.435-.967 1.985-1.436V28a1 1 0 1 0 2 0V16zm-1.786-.618z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})