@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 kB
JavaScript
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: 'ClockAlarm24Regular',
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: 'M12 7.75a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5H12V7.75zM3.476 9.103a4 4 0 1 1 5.627-5.627A8.989 8.989 0 0 1 12 3a8.99 8.99 0 0 1 2.897.476a4 4 0 1 1 5.627 5.627c.308.91.476 1.884.476 2.897c0 2.215-.8 4.244-2.128 5.812l1.908 1.908a.75.75 0 1 1-1.06 1.06l-1.908-1.908A8.964 8.964 0 0 1 12 21c-2.215 0-4.244-.8-5.812-2.128L4.28 20.78a.75.75 0 0 1-1.06-1.06l1.908-1.908A8.964 8.964 0 0 1 3 12c0-1.013.167-1.988.476-2.897zM3.5 6c0 .631.234 1.208.62 1.648A9.042 9.042 0 0 1 7.648 4.12A2.5 2.5 0 0 0 3.5 6zm16.38 1.648a2.5 2.5 0 0 0-3.528-3.528a9.042 9.042 0 0 1 3.528 3.528zM4.5 12a7.5 7.5 0 1 0 15 0a7.5 7.5 0 0 0-15 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})