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.47 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'ClockAlarm16Filled', 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: 'M2 4.5a2.5 2.5 0 0 1 4.62-1.325a5.51 5.51 0 0 1 2.76 0a2.5 2.5 0 1 1 3.715 3.25c.261.64.405 1.34.405 2.075a5.478 5.478 0 0 1-1.273 3.52l1.127 1.126a.5.5 0 0 1-.707.707l-1.127-1.126A5.478 5.478 0 0 1 8 14a5.478 5.478 0 0 1-3.52-1.273l-1.126 1.127a.5.5 0 1 1-.707-.708l1.126-1.126A5.478 5.478 0 0 1 2.5 8.5c0-.734.144-1.435.405-2.075A2.495 2.495 0 0 1 2 4.5zm3.643-.971a1.5 1.5 0 1 0-2.257 1.976a5.524 5.524 0 0 1 2.257-1.976zm6.97 1.976a1.5 1.5 0 1 0-2.257-1.976a5.523 5.523 0 0 1 2.258 1.976zM7.5 5.5A.5.5 0 0 0 7 6v3a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1H8V6a.5.5 0 0 0-.5-.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })