@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.88 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: 'SkipBack1048Filled',
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.5a1.5 1.5 0 1 1 3 0v7.027C11.226 7.582 17.292 4.9 24.022 5c8.4.126 16.269 4.411 20.072 12.084a1.5 1.5 0 0 1-2.688 1.332C38.168 11.883 31.41 8.111 23.978 8c-6.51-.097-12.23 2.768-15.874 8H16.5a1.5 1.5 0 1 1 0 3h-11A1.5 1.5 0 0 1 4 17.5v-12zm15 18a1.5 1.5 0 0 0-2.794-.759l-.001.002l-.01.016a7.67 7.67 0 0 1-.268.413c-.198.29-.495.7-.882 1.164c-.784.94-1.898 2.056-3.267 2.878a1.5 1.5 0 1 0 1.544 2.572A15.037 15.037 0 0 0 16 27.71V40.5a1.5 1.5 0 0 0 3 0v-17zM30.314 22c-2.7 0-4.625 1.244-5.787 3.233c-1.095 1.874-1.463 4.313-1.463 6.767c0 2.454.368 4.893 1.463 6.767C25.689 40.757 27.614 42 30.314 42c2.7 0 4.626-1.244 5.788-3.233c1.094-1.874 1.462-4.313 1.462-6.767c0-2.454-.368-4.893-1.462-6.767C34.94 23.243 33.014 22 30.314 22zm-4.25 10c0-2.24.351-4.052 1.053-5.254C27.752 25.66 28.702 25 30.314 25s2.562.659 3.197 1.746c.702 1.202 1.053 3.014 1.053 5.254c0 2.24-.35 4.052-1.053 5.254C32.876 38.34 31.926 39 30.314 39s-2.562-.659-3.197-1.746c-.702-1.202-1.053-3.014-1.053-5.254z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})