@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.49 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: 'ShiftsActivity20Filled',
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: 'M9.997 2.707a.75.75 0 0 1-.67.822a6.506 6.506 0 1 0 7.144 7.145a.75.75 0 1 1 1.492.153a8.006 8.006 0 1 1-8.788-8.79a.75.75 0 0 1 .822.67zm1.02-.066a.75.75 0 0 1 .905-.555c.378.09.747.208 1.103.35a.75.75 0 0 1-.555 1.393c-.29-.115-.59-.21-.898-.284a.75.75 0 0 1-.554-.904zm6.547 4.333a.75.75 0 0 0-1.394.555c.115.29.211.59.285.898a.75.75 0 1 0 1.459-.35a8.05 8.05 0 0 0-.35-1.103zM14.29 3.926a.75.75 0 0 1 1.058-.073c.307.267.594.557.858.867a.75.75 0 0 1-1.143.972a6.646 6.646 0 0 0-.7-.708a.75.75 0 0 1-.073-1.058zM10 5.75a.75.75 0 0 0-1.5 0v5c0 .415.336.75.75.75h3a.75.75 0 1 0 0-1.5H10V5.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})