UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.58 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'ShiftsActivity24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M11.314 3.527a.75.75 0 1 0-.12-1.495C6.049 2.442 2 6.748 2 12c0 5.523 4.477 10 10 10c5.249 0 9.553-4.044 9.967-9.186a.75.75 0 1 0-1.495-.12a8.5 8.5 0 1 1-9.158-9.167zm6.383 1.147a.75.75 0 0 1 1.06-.046c.214.196.42.402.616.617a.75.75 0 0 1-1.105 1.013a8.552 8.552 0 0 0-.525-.525a.75.75 0 0 1-.046-1.06zM11.25 6a.75.75 0 0 1 .743.648L12 6.75V12h3.25a.75.75 0 0 1 .102 1.493l-.102.007h-4a.75.75 0 0 1-.743-.649l-.007-.101v-6a.75.75 0 0 1 .75-.75zm2.531-3.11a.75.75 0 0 1 .925-.52a9.92 9.92 0 0 1 1.074.37a.75.75 0 1 1-.567 1.388c-.296-.121-.6-.226-.912-.313a.75.75 0 0 1-.52-.925zm7.478 5.325a.75.75 0 1 0-1.389.568a8.405 8.405 0 0 1 .315.915a.75.75 0 1 0 1.444-.405a9.91 9.91 0 0 0-.37-1.078z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })