@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.92 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SkipForward1024Regular',
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: 'M21.25 2.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h3.907C18.6 6.602 17.23 5.465 15.528 4.938a9.685 9.685 0 0 0-6.266.165c-2.03.755-3.91 2.285-4.854 4.008a.75.75 0 1 1-1.315-.721c1.142-2.083 3.33-3.831 5.646-4.693a11.185 11.185 0 0 1 7.233-.192c1.878.582 3.374 1.757 4.528 3.144V3.25a.75.75 0 0 1 .75-.75zM16.002 11c-1.32 0-2.25.638-2.803 1.629c-.522.933-.697 2.147-.697 3.371c0 1.224.175 2.438.697 3.371c.553.991 1.483 1.629 2.803 1.629c1.32 0 2.25-.638 2.803-1.629c.521-.933.697-2.147.697-3.371c0-1.224-.175-2.438-.697-3.371c-.554-.991-1.483-1.629-2.803-1.629zm-2 5c0-1.123.168-2.035.506-2.64c.306-.546.751-.86 1.494-.86s1.188.314 1.494.86c.337.605.506 1.517.506 2.64c0 1.123-.169 2.035-.506 2.64c-.306.546-.751.86-1.494.86s-1.188-.314-1.494-.86c-.338-.605-.506-1.517-.506-2.64zM9.5 11.75a.75.75 0 0 0-1.39-.391v.001l-.006.009a3.437 3.437 0 0 1-.141.21a8.247 8.247 0 0 1-.457.589c-.402.474-.966 1.034-1.642 1.439a.75.75 0 1 0 .772 1.286A7.655 7.655 0 0 0 8 13.833v6.417a.75.75 0 0 0 1.5 0v-8.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})