UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.51 kB
'use strict' 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: 'ShiftsActivity24Filled', 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: 'M11.11 4.049a1 1 0 1 0-.22-1.988C5.888 2.614 2 6.852 2 12c0 5.523 4.477 10 10 10c5.146 0 9.383-3.887 9.939-8.886a1 1 0 0 0-1.988-.22A8.001 8.001 0 0 1 4 12a8.001 8.001 0 0 1 7.11-7.951zm3.657-1.658a1 1 0 0 0-.54 1.925c.287.081.569.178.842.29a1 1 0 0 0 .757-1.852a9.818 9.818 0 0 0-1.059-.363zm2.582 2.3a1 1 0 0 1 1.413-.06c.212.194.415.397.609.608a1 1 0 0 1-1.474 1.352a7.94 7.94 0 0 0-.486-.486a1 1 0 0 1-.062-1.413zM11 6a1 1 0 0 1 1 1v5h3a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1zm8.94 1.623a1 1 0 0 1 1.304.547a9.856 9.856 0 0 1 .365 1.063a1 1 0 1 1-1.925.54a7.896 7.896 0 0 0-.291-.846a1 1 0 0 1 .546-1.304z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })