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.46 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'ClockAlarm32Filled', 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: 'M8 3c1.523 0 2.886.68 3.803 1.754A11.975 11.975 0 0 1 16 4c1.476 0 2.89.267 4.197.754a5 5 0 1 1 7.05 7.05c.486 1.306.753 2.72.753 4.196c0 2.954-1.067 5.658-2.837 7.749l2.544 2.544a1 1 0 0 1-1.414 1.414l-2.544-2.544A11.952 11.952 0 0 1 16 28a11.953 11.953 0 0 1-7.749-2.837l-2.544 2.544a1 1 0 0 1-1.414-1.414l2.544-2.544A11.952 11.952 0 0 1 4 16c0-1.476.267-2.89.754-4.197A5 5 0 0 1 8 3zM5.67 9.89a12.06 12.06 0 0 1 4.22-4.22a3 3 0 0 0-4.22 4.22zm16.44-4.22a12.06 12.06 0 0 1 4.22 4.22a3 3 0 0 0-4.22-4.22zM16 10a1 1 0 1 0-2 0v7a1 1 0 0 0 1 1h5a1 1 0 1 0 0-2h-4v-6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })