@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.31 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SkipForward3020Filled',
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: 'M15.732 5.628V3.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1 0-1.5h2.025c-1.195-1.39-2.903-2.25-4.775-2.25c-2.399 0-4.53 1.415-5.655 3.543a.834.834 0 0 1-.728.457c-.538 0-.911-.533-.67-1.013C4.022 4.579 6.657 2.75 9.733 2.75c2.406 0 4.542 1.119 6 2.878zm-10.761 5.09v.002a.75.75 0 0 0 1.054 1.066l.01-.009c.012-.01.033-.03.064-.054A2.31 2.31 0 0 1 7.5 11.25c.554 0 .875.15 1.04.29a.55.55 0 0 1 .216.44c-.007.242-.253.77-1.256.77a.75.75 0 0 0 0 1.5c1.003 0 1.25.528 1.256.77a.55.55 0 0 1-.215.44c-.166.14-.487.29-1.04.29a2.31 2.31 0 0 1-1.402-.473a1.322 1.322 0 0 1-.064-.054l-.01-.009A.75.75 0 0 0 4.97 16.28l.001.001l.001.001l.002.002l.005.006l.014.013a2.034 2.034 0 0 0 .182.155a3.808 3.808 0 0 0 2.326.792c.82 0 1.512-.225 2.01-.647c.501-.425.76-1.015.744-1.622a2.09 2.09 0 0 0-.67-1.481a2.09 2.09 0 0 0 .67-1.48a2.048 2.048 0 0 0-.744-1.623c-.498-.422-1.19-.647-2.01-.647a3.808 3.808 0 0 0-2.326.792a2.787 2.787 0 0 0-.182.155l-.014.014l-.005.005l-.002.002h-.001zm11.03 2.782c0 2.071-.626 3.75-2.5 3.75c-1.875 0-2.5-1.679-2.5-3.75c0-2.071.625-3.75 2.5-3.75S16 11.429 16 13.5zm-1.5 0c0-.93-.149-1.558-.347-1.903a.667.667 0 0 0-.233-.26c-.062-.036-.183-.087-.42-.087c-.238 0-.36.05-.421.087a.668.668 0 0 0-.233.26c-.198.345-.346.972-.346 1.903c0 .93.148 1.558.346 1.903a.668.668 0 0 0 .233.26c.062.036.183.087.42.087c.238 0 .36-.05.421-.087a.667.667 0 0 0 .233-.26c.198-.345.347-.972.347-1.903z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})