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.43 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: 'ClockPause24Regular', 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: 'M22 12c0-5.522-4.477-10-10-10S2 6.478 2 12c0 .263.01.523.03.78a6.515 6.515 0 0 1 1.644-1.135C3.861 7.214 7.524 3.667 12 3.667c4.595 0 8.333 3.738 8.333 8.333c0 4.476-3.547 8.139-7.978 8.326a6.516 6.516 0 0 1-1.136 1.644c.258.02.518.03.781.03c5.523 0 10-4.478 10-10zM6.5 23a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11zM5 15v5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0zm4 0v5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0zm2.75-9a.75.75 0 0 1 .743.648l.007.102V12h3.25a.75.75 0 0 1 .102 1.493l-.102.007h-4a.75.75 0 0 1-.743-.648L11 12.75v-6a.75.75 0 0 1 .75-.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })