@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.95 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: 'SkipBack1048Regular',
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: 'M17.195 8.18a20.03 20.03 0 0 1 14.11.427c4.488 1.847 8.162 5.337 10.325 9.701a1.25 1.25 0 1 0 2.24-1.11c-2.424-4.89-6.547-8.818-11.613-10.903A22.53 22.53 0 0 0 6.5 12.557V5.85a1.25 1.25 0 1 0-2.5 0v11.354c0 .69.56 1.25 1.25 1.25h11.355a1.25 1.25 0 0 0 0-2.5H7.06A20.03 20.03 0 0 1 17.195 8.18zm.772 14.05a1.244 1.244 0 0 1 .533 1.052v17.471a1.25 1.25 0 1 1-2.5 0v-13.83c-.757.77-1.748 1.587-3.107 2.402a1.25 1.25 0 1 1-1.286-2.143c2.495-1.498 3.438-2.899 4.26-4.12c.116-.172.229-.34.343-.503a1.253 1.253 0 0 1 1.743-.339l.014.01zm12.347-.227c-2.627 0-4.47 1.24-5.58 3.196c-1.054 1.86-1.42 4.303-1.42 6.804c0 2.502.366 4.945 1.42 6.804c1.11 1.956 2.953 3.196 5.58 3.196c2.627 0 4.47-1.24 5.58-3.196c1.055-1.859 1.42-4.302 1.42-6.804c0-2.501-.365-4.944-1.42-6.804c-1.11-1.956-2.953-3.196-5.58-3.196zm-4.5 10c0-2.33.353-4.262 1.095-5.57c.687-1.21 1.72-1.93 3.405-1.93c1.685 0 2.718.72 3.405 1.93c.742 1.308 1.095 3.24 1.095 5.57c0 2.331-.353 4.263-1.095 5.57c-.687 1.212-1.72 1.93-3.405 1.93c-1.685 0-2.718-.718-3.405-1.93c-.742-1.307-1.095-3.239-1.095-5.57z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})