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.5 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: 'ClockAlarm24Filled', 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.103 3.476a4 4 0 1 0-5.627 5.627A8.989 8.989 0 0 0 3 12c0 2.215.8 4.244 2.128 5.812L3.22 19.72a.75.75 0 1 0 1.06 1.06l1.908-1.908A8.964 8.964 0 0 0 12 21c2.215 0 4.244-.8 5.812-2.128l1.908 1.908a.75.75 0 1 0 1.06-1.06l-1.908-1.908A8.964 8.964 0 0 0 21 12a8.988 8.988 0 0 0-.476-2.897a4 4 0 1 0-5.627-5.627A8.99 8.99 0 0 0 12 3a8.989 8.989 0 0 0-2.897.476zM6 3.5a2.49 2.49 0 0 1 1.648.62A9.042 9.042 0 0 0 4.12 7.648A2.5 2.5 0 0 1 6 3.5zm10.352.62a2.5 2.5 0 0 1 3.528 3.528a9.042 9.042 0 0 0-3.528-3.528zM11.25 7a.75.75 0 0 1 .75.75V12h2.75a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-5a.75.75 0 0 1 .75-.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })