@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.94 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SkipForward1048Regular',
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.694 8.607a20.03 20.03 0 0 1 24.245 7.348h-9.544a1.25 1.25 0 0 0 0 2.5H42.75c.69 0 1.25-.56 1.25-1.25V5.85a1.25 1.25 0 1 0-2.5 0v6.708a22.53 22.53 0 0 0-25.757-6.263C10.677 8.38 6.554 12.307 4.13 17.198a1.25 1.25 0 0 0 2.24 1.11c2.163-4.364 5.837-7.854 10.324-9.701zm13.62 13.396c-2.627 0-4.47 1.24-5.579 3.196c-1.055 1.86-1.42 4.303-1.42 6.804c0 2.502.365 4.945 1.42 6.804c1.11 1.956 2.952 3.196 5.58 3.196c2.627 0 4.469-1.24 5.579-3.196c1.055-1.859 1.42-4.302 1.42-6.804c0-2.501-.365-4.944-1.42-6.804c-1.11-1.956-2.952-3.196-5.58-3.196zm-4.5 10c0-2.33.354-4.262 1.095-5.57c.688-1.21 1.72-1.93 3.405-1.93c1.685 0 2.718.72 3.405 1.93c.742 1.308 1.095 3.24 1.095 5.57c0 2.331-.353 4.263-1.095 5.57c-.687 1.212-1.72 1.93-3.405 1.93c-1.685 0-2.718-.718-3.405-1.93c-.741-1.307-1.095-3.239-1.095-5.57zm-7.846-9.773a1.244 1.244 0 0 1 .532 1.052v17.471a1.25 1.25 0 0 1-2.5 0v-13.83c-.757.77-1.748 1.587-3.106 2.402a1.25 1.25 0 1 1-1.287-2.143c2.496-1.498 3.439-2.899 4.261-4.12c.115-.172.228-.34.343-.503a1.253 1.253 0 0 1 1.743-.339l.014.01z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})