@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.92 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SkipBack1024Regular',
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: 'M2.75 2.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 0-1.5H4.343C5.4 6.602 6.77 5.465 8.472 4.938a9.685 9.685 0 0 1 6.266.165c2.03.755 3.91 2.285 4.854 4.008a.75.75 0 0 0 1.316-.721c-1.143-2.083-3.33-3.831-5.647-4.693a11.185 11.185 0 0 0-7.233-.192C6.15 4.087 4.653 5.262 3.5 6.65V3.25a.75.75 0 0 0-.75-.75zm6.203 8.528a.75.75 0 0 1 .547.722v8.5a.75.75 0 0 1-1.5 0v-6.417c-.382.369-.84.746-1.364 1.06a.75.75 0 1 1-.772-1.286c.676-.405 1.24-.965 1.643-1.44a8.244 8.244 0 0 0 .597-.798l.006-.009v-.001a.749.749 0 0 1 .843-.331zm4.246 1.601c.554-.991 1.483-1.629 2.803-1.629c1.32 0 2.25.638 2.803 1.629c.522.933.697 2.147.697 3.371c0 1.224-.175 2.438-.697 3.371c-.554.991-1.483 1.629-2.803 1.629c-1.32 0-2.25-.638-2.803-1.629c-.522-.933-.697-2.147-.697-3.371c0-1.224.175-2.438.697-3.371zm1.31.732c-.339.604-.507 1.516-.507 2.639c0 1.123.168 2.035.506 2.64c.306.546.751.86 1.494.86s1.188-.314 1.494-.86c.338-.605.506-1.517.506-2.64c0-1.123-.168-2.035-.506-2.64c-.306-.546-.751-.86-1.494-.86s-1.188.314-1.494.86z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})