@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.78 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: 'SkipBack1028Filled',
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: 'M3 3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 1 0 0-2H4.7c1.683-2.299 5.102-4 9.05-4c4.1 0 7.108 1.925 9.406 5.537a1 1 0 0 0 1.688-1.074C22.243 5.38 18.65 3 13.75 3C9.885 3 6.277 4.442 4 6.747V4a1 1 0 0 0-1-1zm7.267 10.036A1 1 0 0 1 11 14v10a1 1 0 0 1-2 0v-7.265a9.178 9.178 0 0 1-1.485 1.123a1 1 0 0 1-1.03-1.716c.812-.486 1.48-1.15 1.955-1.71a9.486 9.486 0 0 0 .667-.89l.03-.048l.006-.009v-.001a1 1 0 0 1 1.124-.448zm4.381 1.911C15.378 13.74 16.58 13 18.238 13c1.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.947c-1.659 0-2.86-.74-3.59-1.947c-.684-1.133-.91-2.597-.91-4.053s.226-2.92.91-4.053zm1.712 1.035c-.41.677-.622 1.713-.622 3.018c0 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.982z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})