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.97 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: 'MicSparkle20Filled', 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: 'M5 9.5a.5.5 0 0 1 .5.5a4.5 4.5 0 0 0 5.783 4.315a1.422 1.422 0 0 0 1.036.674a5.466 5.466 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 .5-.5zm7.1 4.218a.424.424 0 0 0 .8 0l.348-1.071a2.205 2.205 0 0 1 1.398-1.397l1.071-.348a.423.423 0 0 0 0-.798l-.02-.005l-1.072-.349a2.207 2.207 0 0 1-1.399-1.397l-.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.208 2.208 0 0 1 1.399 1.403l.348 1.07zM12.48 6c.179 0 .356.034.521.099V5a3 3 0 1 0-6 0v5a3 3 0 0 0 3.78 2.898a1.206 1.206 0 0 0-.739-.704l-1.08-.35l-.011-.005a1.423 1.423 0 0 1 0-2.684l.012-.004l1.073-.348a1.207 1.207 0 0 0 .746-.76l.351-1.082l.004-.012A1.423 1.423 0 0 1 12.48 6zm5.538 8.965l.766.248l.015.004a.303.303 0 0 1 .147.46a.302.302 0 0 1-.147.11l-.765.248a1.578 1.578 0 0 0-1 .998l-.248.765a.302.302 0 0 1-.57 0l-.249-.764a1.575 1.575 0 0 0-.999-1.002l-.765-.249a.303.303 0 0 1-.146-.46a.302.302 0 0 1 .146-.11l.765-.248a1.577 1.577 0 0 0 .984-.998l.249-.765a.302.302 0 0 1 .57 0l.249.764a1.575 1.575 0 0 0 .998.999z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })