@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.22 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: 'Rewind24Regular',
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: 'M12.5 5.503c0-1.28-1.497-1.971-2.472-1.142l-7.41 6.306a1.75 1.75 0 0 0 0 2.665l7.41 6.306c.975.83 2.473.137 2.473-1.142v-3.988l6.028 5.13c.974.83 2.473.137 2.473-1.142V5.504c0-1.28-1.498-1.972-2.473-1.143l-6.028 5.131v-3.99zm0 7.035v-1.076l7.002-5.958v12.992L12.5 12.538zm-8.91-.729L11 5.503v12.993L3.59 12.19a.25.25 0 0 1 0-.38z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})