@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.6 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Replay20Regular',
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 6.5v-3a.5.5 0 0 1 1 0v1.207a7.978 7.978 0 0 1 5.406-2.685a7.96 7.96 0 0 1 2.531.214a8.003 8.003 0 0 1 1.713 14.885a7.952 7.952 0 0 1-3.147.863a7.95 7.95 0 0 1-5.15-1.472a7.977 7.977 0 0 1-3.28-5.426a8.034 8.034 0 0 1-.059-1.604a.5.5 0 1 1 .998.064A6.973 6.973 0 0 0 3 10c0 3.1 2.015 5.73 4.808 6.65a6.995 6.995 0 0 0 3.141.285a6.987 6.987 0 0 0 2.325-.746a7.003 7.003 0 0 0-3.795-13.17a7.106 7.106 0 0 0-1.923.42A7.02 7.02 0 0 0 4.255 6H6a.5.5 0 0 1 0 1H3.5a.502.502 0 0 1-.5-.5zm4.5 1.467c0-.93.98-1.535 1.812-1.117l4.04 2.033c.917.462.917 1.772 0 2.234l-4.04 2.032A1.25 1.25 0 0 1 7.5 12.034V7.967zm1.362-.223a.25.25 0 0 0-.362.223v4.066a.25.25 0 0 0 .362.223l4.04-2.033a.25.25 0 0 0 0-.446l-4.04-2.033z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})