@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.93 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: 'SkipForward1048Filled',
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: 'M42.5 4A1.5 1.5 0 0 1 44 5.5v12a1.5 1.5 0 0 1-1.5 1.5h-11a1.5 1.5 0 1 1 0-3h8.396c-3.645-5.232-9.364-8.097-15.874-8c-7.432.11-14.19 3.883-17.428 10.416a1.5 1.5 0 0 1-2.688-1.332C7.71 9.411 15.578 5.126 23.978 5c6.73-.1 12.796 2.582 17.022 7.527V5.5A1.5 1.5 0 0 1 42.5 4zM30.315 22c-2.7 0-4.626 1.244-5.788 3.233c-1.094 1.874-1.462 4.313-1.462 6.767c0 2.454.368 4.893 1.462 6.767C25.69 40.757 27.614 42 30.315 42c2.7 0 4.625-1.244 5.787-3.233c1.095-1.874 1.463-4.313 1.463-6.767c0-2.454-.368-4.893-1.463-6.767C34.94 23.244 33.015 22 30.315 22zm-4.25 10c0-2.24.35-4.052 1.053-5.254C27.753 25.66 28.702 25 30.315 25c1.612 0 2.561.659 3.196 1.746c.703 1.202 1.054 3.014 1.054 5.254c0 2.24-.351 4.052-1.053 5.254C32.875 38.34 31.926 39 30.314 39c-1.613 0-2.562-.659-3.197-1.746c-.702-1.202-1.053-3.014-1.053-5.254zM19 23.5a1.5 1.5 0 0 0-2.794-.759v.002l-.01.016l-.05.08c-.047.075-.12.189-.219.333c-.197.29-.494.7-.882 1.164c-.783.94-1.897 2.056-3.266 2.878a1.5 1.5 0 0 0 1.543 2.572A15.043 15.043 0 0 0 16 27.71V40.5a1.5 1.5 0 1 0 3 0v-17z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})