@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.3 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SkipForward3028Filled',
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: 'M4.844 10.537C7.142 6.925 10.15 5 14.25 5c3.948 0 7.367 1.701 9.05 4H19a1 1 0 1 0 0 2h6a1 1 0 0 0 1-1V4a1 1 0 1 0-2 0v2.747C21.723 4.442 18.115 3 14.25 3C9.35 3 5.755 5.38 3.156 9.463a1 1 0 0 0 1.688 1.074zM20.238 13c-1.659 0-2.86.74-3.59 1.947c-.684 1.133-.91 2.597-.91 4.053s.226 2.92.91 4.053C17.378 24.26 18.58 25 20.238 25c1.66 0 2.86-.74 3.59-1.947c.685-1.133.91-2.597.91-4.053s-.225-2.92-.91-4.053c-.73-1.207-1.93-1.947-3.59-1.947zm-2.5 6c0-1.305.212-2.341.622-3.018c.364-.602.912-.982 1.878-.982c.966 0 1.515.38 1.879.982c.41.677.621 1.713.621 3.018c0 1.305-.212 2.341-.621 3.018c-.364.602-.913.982-1.879.982s-1.514-.38-1.878-.982c-.41-.677-.622-1.713-.622-3.018zm-5.74-1.554c-.348.287-.98.554-1.998.554a1 1 0 1 0 0 2c1.018 0 1.65.267 1.998.554c.34.279.455.605.44.896c-.026.526-.63 1.55-2.688 1.55a3.84 3.84 0 0 1-1.927-.493a3.144 3.144 0 0 1-.57-.417a1 1 0 1 0-1.497 1.327v.002l.002.002l.003.003l.008.008l.02.022l.063.063c.05.05.12.116.21.191c.178.151.435.344.768.535c.67.383 1.652.757 2.92.757c2.692 0 4.588-1.476 4.686-3.45c.048-.959-.367-1.883-1.168-2.541l-.01-.009l.01-.009c.8-.658 1.216-1.582 1.168-2.54C14.338 14.475 12.442 13 9.75 13c-1.268 0-2.25.374-2.92.757c-.333.19-.59.384-.768.535a3.88 3.88 0 0 0-.273.254l-.02.022l-.008.008l-.003.003l-.001.002l-.001.001a1 1 0 1 0 1.497 1.328a3.144 3.144 0 0 1 .57-.417A3.84 3.84 0 0 1 9.75 15c2.058 0 2.662 1.024 2.689 1.55c.014.291-.101.617-.441.896z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})