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.89 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: 'MicSparkle20Regular', 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: 'M13.226 8.353l-.348-1.07a.423.423 0 0 0-.799 0l-.348 1.07a2.206 2.206 0 0 1-1.377 1.397l-1.072.348a.423.423 0 0 0 0 .798l1.072.348a2.207 2.207 0 0 1 1.399 1.403l.348 1.07a.423.423 0 0 0 .798 0l.349-1.07a2.205 2.205 0 0 1 1.398-1.398l1.071-.348a.423.423 0 0 0 0-.797l-.02-.006l-1.072-.348a2.207 2.207 0 0 1-1.399-1.397zM10 14.5a4.5 4.5 0 0 0 1.283-.185a1.424 1.424 0 0 0 1.036.674a5.47 5.47 0 0 1-1.819.489V17.5a.5.5 0 0 1-1 0v-2.022A5.5 5.5 0 0 1 4.5 10a.5.5 0 0 1 1 0a4.5 4.5 0 0 0 4.5 4.5zm0-1.5c.27 0 .531-.036.78-.102a1.206 1.206 0 0 0-.739-.704l-1.08-.35l-.011-.005a1.423 1.423 0 0 1-.932-1.568A2.02 2.02 0 0 1 8 10V5a2 2 0 1 1 4 0v1.083a1.423 1.423 0 0 1 1 .016V5a3 3 0 1 0-6 0v5a3 3 0 0 0 3 3zm8.017 1.965l.766.248l.015.004a.302.302 0 0 1 0 .57l-.765.248a1.577 1.577 0 0 0-1 .998l-.248.765a.302.302 0 0 1-.57 0l-.249-.764a1.576 1.576 0 0 0-.999-1.002l-.765-.25a.302.302 0 0 1 0-.569l.765-.248a1.577 1.577 0 0 0 .984-.999l.249-.764a.303.303 0 0 1 .57 0l.249.764a1.575 1.575 0 0 0 .998.999z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })