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.56 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 32 32' } export default defineComponent({ name: 'ClockAlarm32Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M16 10v6h4a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1v-7a1 1 0 1 1 2 0zM3 8c0 1.523.68 2.886 1.754 3.803A11.975 11.975 0 0 0 4 16c0 2.954 1.067 5.658 2.837 7.749l-2.544 2.544a1 1 0 1 0 1.414 1.414l2.544-2.544A11.953 11.953 0 0 0 16 28c2.954 0 5.658-1.067 7.749-2.837l2.544 2.544a1 1 0 0 0 1.414-1.414l-2.544-2.544A11.952 11.952 0 0 0 28 16c0-1.476-.267-2.89-.754-4.197a5 5 0 1 0-7.05-7.05A11.975 11.975 0 0 0 16 4.001c-1.476 0-2.89.267-4.197.754A5 5 0 0 0 3 8zm2 0a3 3 0 0 1 4.89-2.33a12.06 12.06 0 0 0-4.22 4.22A2.987 2.987 0 0 1 5 8zm22 0c0 .716-.251 1.374-.67 1.89a12.06 12.06 0 0 0-4.22-4.22A3 3 0 0 1 27 8zM16 6c5.523 0 10 4.477 10 10s-4.477 10-10 10S6 21.523 6 16S10.477 6 16 6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })