@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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SkipBack1028Regular',
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.75v6.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 0-1.5H4.59c1.68-2.531 5.066-4.5 9.16-4.5c4.217 0 7.541 1.998 9.867 5.653a.75.75 0 1 0 1.266-.806C22.31 5.307 18.533 3 13.75 3C9.316 3 5.524 5.073 3.5 7.937V3.25a.75.75 0 0 0-.75-.75zm8.198 10.975a.746.746 0 0 0-.337-.383a.75.75 0 0 0-.985.242a7.48 7.48 0 0 0-.064.096c-.296.445-1.168 1.76-2.697 2.677a.75.75 0 0 0 .771 1.286A9.292 9.292 0 0 0 9.5 15.905v8.345a.75.75 0 0 0 1.5 0V13.767a.76.76 0 0 0-.052-.292zm3.906 1.439C15.53 13.739 16.65 13 18.238 13c1.59 0 2.709.739 3.385 1.914c.643 1.116.865 2.584.865 4.086c0 1.502-.222 2.97-.865 4.087C20.947 24.26 19.828 25 18.238 25c-1.59 0-2.708-.739-3.384-1.913c-.643-1.117-.865-2.585-.865-4.087c0-1.502.222-2.97.865-4.086zm1.3.748c-.45.783-.665 1.94-.665 3.338c0 1.397.214 2.555.665 3.338c.418.726 1.05 1.162 2.084 1.162c1.035 0 1.667-.436 2.085-1.162c.45-.783.665-1.94.665-3.338c0-1.397-.214-2.555-.665-3.338c-.418-.726-1.05-1.162-2.085-1.162s-1.666.436-2.084 1.162z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})