@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.71 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: 'ShiftsTeam24Filled',
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: 'M6.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm11.25-9A3.25 3.25 0 0 1 21 6.25v11.5A3.25 3.25 0 0 1 17.75 21l-5.773.001A6.47 6.47 0 0 0 13 17.5c0-1.515-.519-2.91-1.39-4.013l.07.01l.07.003h4.498l.102-.007a.75.75 0 0 0 0-1.486L16.248 12H12.5V6.75l-.007-.102a.75.75 0 0 0-1.486 0L11 6.75v6l.005.064A6.478 6.478 0 0 0 6.5 11a6.47 6.47 0 0 0-3.501 1.023L3 6.25A3.25 3.25 0 0 1 6.25 3h11.5zM6.5 17.5h-3a.5.5 0 0 0-.492.41L3 18v.496c0 .994.757 1.498 2 1.498c1.181 0 1.923-.454 1.994-1.352L7 18.497V18a.5.5 0 0 0-.5-.5zm3.02-.014l-1.61-.001c.043.12.072.248.084.38L8 18v.497l-.007.212c-.02.276-.076.528-.168.755c.134.014.276.02.425.02c1.026 0 1.693-.32 1.764-1.035l.006-.13v-.333a.5.5 0 0 0-.41-.492l-.09-.008zM5 14.5a1.002 1.002 0 1 0 0 2.003A1.002 1.002 0 0 0 5 14.5zm3.13.257a.873.873 0 1 0 0 1.747a.873.873 0 0 0 0-1.747z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})