@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.48 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: 'SkipForward3032Regular',
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: 'M28 4v3.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.264C20.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 0zM6.93 18.322a1 1 0 0 0 1.397-.257c.016-.02.047-.057.093-.104c.093-.096.244-.235.459-.377C9.3 17.305 9.987 17 11 17c2.328 0 3.15 1.226 3.198 2.058c.026.45-.14.907-.534 1.266c-.394.36-1.081.676-2.164.676a1 1 0 1 0 0 2c1.083 0 1.77.315 2.165.676c.392.359.56.816.533 1.266C14.149 25.774 13.328 27 11 27c-1.013 0-1.7-.305-2.121-.584a2.753 2.753 0 0 1-.459-.377a1.62 1.62 0 0 1-.106-.12a1 1 0 0 0-1.636 1.15v.002h.002l.001.002l.003.005l.008.01a2.038 2.038 0 0 0 .08.106c.05.062.12.143.21.235c.18.186.441.422.794.655C8.49 28.555 9.554 29 11 29c3.085 0 5.069-1.774 5.195-3.942a3.57 3.57 0 0 0-1.181-2.859a3.973 3.973 0 0 0-.236-.199c.081-.064.16-.13.236-.2a3.57 3.57 0 0 0 1.18-2.858C16.07 16.774 14.085 15 11 15c-1.446 0-2.51.444-3.224.916c-.353.233-.615.47-.794.655a3.661 3.661 0 0 0-.29.34l-.008.011l-.003.004l-.001.002l-.002.002c-.227.329-.12.174-.047.069l.047-.068a1 1 0 0 0 .252 1.39zm12.225-1.057C19.94 15.88 21.247 15 23.101 15s3.161.88 3.945 2.265c.74 1.306.991 3.01.991 4.735c0 1.725-.25 3.43-.99 4.735C26.261 28.12 24.954 29 23.1 29s-3.162-.88-3.946-2.265c-.74-1.306-.99-3.01-.99-4.735c0-1.725.25-3.43.99-4.735zm1.74.985c-.49.865-.73 2.161-.73 3.75c0 1.588.24 2.885.73 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.162.731-3.75c0-1.589-.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.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})