@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.88 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: 'GlobeClock24Filled',
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: 'M11 17.5c0-.34.026-.675.077-1.002H8.906l.058.295c.637 3.11 1.84 5.204 3.038 5.204c.21 0 .422-.065.63-.19A6.475 6.475 0 0 1 11 17.5zm-1.835 4.092c-.809-1.24-1.427-3.01-1.792-5.093H3.067a10.03 10.03 0 0 0 6.098 5.093zM7 12c0-.682.024-1.35.07-2H2.2a10.048 10.048 0 0 0 .258 5H7.16l-.057-.58A27.934 27.934 0 0 1 7 11.999zm8.494-.684a25.584 25.584 0 0 0-.068-1.317H8.577l-.033.489a25.973 25.973 0 0 0 .132 4.512h2.823a6.523 6.523 0 0 1 3.995-3.684zm6.51.684c0-.686-.07-1.354-.201-2h-4.87l.039.656c.005.12.01.242.013.365a6.48 6.48 0 0 1 4.988 1.763c.02-.259.03-.52.03-.784zm-.63-3.5a10.027 10.027 0 0 0-6.536-6.094l.108.17l.162.276c.797 1.416 1.379 3.382 1.675 5.647h4.59zm-14.092-.44c.348-2.325 1.002-4.305 1.883-5.654l-.122.037l-.304.1a10.03 10.03 0 0 0-6.11 5.956h4.592l.061-.44zm7.934.124C14.646 4.542 13.32 2 12.002 2C10.645 2 9.28 4.69 8.74 8.498h6.521l-.046-.315zM23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zm-5.5 0h2a.5.5 0 0 1 0 1H17a.5.5 0 0 1-.5-.491v-3.01a.5.5 0 0 1 1 0V17.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})