@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.64 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: 'SkipBack1020Filled',
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 5.628V3.75a.75.75 0 0 0-1.5 0v3.5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5H5.226C6.42 5.11 8.129 4.25 10 4.25c2.4 0 4.53 1.415 5.655 3.543c.144.273.42.457.729.457c.537 0 .91-.533.668-1.013C15.711 4.579 13.076 2.75 10 2.75c-2.406 0-4.542 1.119-6 2.878zm4.25 5.122a.75.75 0 0 0-1.238-.57l-1.75 1.5a.75.75 0 1 0 .976 1.14l.512-.44v3.87a.75.75 0 0 0 1.5 0v-5.5zM15 13.5c0 1.933-.625 3.5-2.5 3.5S10 15.433 10 13.5s.625-3.5 2.5-3.5s2.5 1.567 2.5 3.5zm-1.5 0c0-.85-.145-1.399-.324-1.688a.59.59 0 0 0-.217-.222c-.069-.038-.204-.09-.459-.09s-.39.052-.46.09a.59.59 0 0 0-.216.223c-.179.288-.324.837-.324 1.687c0 .85.145 1.399.324 1.688a.59.59 0 0 0 .217.222c.069.038.204.09.459.09s.39-.052.46-.09a.59.59 0 0 0 .216-.223c.179-.288.324-.837.324-1.687z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})