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.51 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'Gauge20Filled', 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: 'M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16zm1.819-12.66a5.002 5.002 0 0 0-5.355 8.196a.5.5 0 0 1-.707.707a6 6 0 0 1 6.425-9.834a.5.5 0 0 1-.364.932zm3.772 2.478a6.001 6.001 0 0 1-1.348 6.425a.5.5 0 1 1-.707-.707a5.001 5.001 0 0 0 1.123-5.354a.5.5 0 0 1 .932-.364zM14.085 5.82a.5.5 0 0 1 .111.626l-.11.196a323.588 323.588 0 0 1-.686 1.206l-.23.402l-.298.518l-.422.727c-.2.345-.395.675-.567.963a30.112 30.112 0 0 1-.492.793a4.28 4.28 0 0 1-.074.108a1.5 1.5 0 1 1-2.371-1.83c.072-.085.203-.205.343-.329c.15-.132.343-.296.56-.479c.436-.364.982-.81 1.514-1.24c.533-.432 1.055-.85 1.443-1.16l.275-.219l.369-.293a.5.5 0 0 1 .635.011z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })