@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.44 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: 'ShiftsActivity20Regular',
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: 'M10.002 2.483a.5.5 0 0 1-.466.532a7 7 0 1 0 7.449 7.447a.5.5 0 1 1 .998.065a8 8 0 1 1-8.512-8.51a.5.5 0 0 1 .531.466zm1.005.067a.5.5 0 0 1 .59-.391c.56.113 1.098.285 1.608.509a.5.5 0 1 1-.4.916a6.943 6.943 0 0 0-1.407-.445a.5.5 0 0 1-.39-.59zm6.329 4.253a.5.5 0 1 0-.917.4c.194.443.343.91.441 1.397a.5.5 0 0 0 .98-.2a7.946 7.946 0 0 0-.504-1.597zm-2.921-2.888a.5.5 0 0 1 .704-.063c.388.323.746.683 1.067 1.074a.5.5 0 1 1-.773.635a7.04 7.04 0 0 0-.934-.941a.5.5 0 0 1-.064-.705zM10 5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 .5.5h3a.5.5 0 1 0 0-1H10V5.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})