UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.13 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'Sparkle16Regular', 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.465 9.83a.921.921 0 0 0 1.07-.001a.98.98 0 0 0 .341-.459l.347-1.067c.085-.252.226-.48.413-.668c.187-.187.415-.328.665-.411l1.086-.353a.923.923 0 0 0-.037-1.75l-1.069-.346a1.7 1.7 0 0 1-1.08-1.078l-.353-1.084a.917.917 0 0 0-.869-.61a.92.92 0 0 0-.875.624l-.356 1.09A1.71 1.71 0 0 1 3.7 4.775l-1.084.351a.923.923 0 0 0 .013 1.745l1.067.347a1.712 1.712 0 0 1 1.081 1.083l.352 1.08c.063.18.181.337.337.448zM4.007 6.263l-.855-.265l.864-.281a2.72 2.72 0 0 0 1.045-.659c.292-.3.512-.66.644-1.056l.265-.859l.28.862a2.706 2.706 0 0 0 1.718 1.715l.88.269l-.86.28A2.7 2.7 0 0 0 6.27 7.987l-.265.857l-.279-.859a2.7 2.7 0 0 0-1.719-1.721zm6.527 7.587a.806.806 0 0 0 .465.148a.813.813 0 0 0 .759-.55l.248-.762c.053-.158.143-.303.26-.421c.118-.118.262-.207.42-.259l.772-.252a.8.8 0 0 0-.023-1.521l-.764-.249a1.076 1.076 0 0 1-.68-.678l-.252-.774a.8.8 0 0 0-1.518.011l-.247.762a1.073 1.073 0 0 1-.664.679l-.776.253a.8.8 0 0 0-.388 1.221c.099.14.239.245.4.3l.763.247c.16.053.304.143.422.261c.119.118.207.263.258.422l.253.774a.8.8 0 0 0 .292.388zm-.914-2.793l-.178-.059l.184-.064a2.09 2.09 0 0 0 1.3-1.317l.058-.178l.06.181a2.076 2.076 0 0 0 1.316 1.316l.195.063l-.18.059a2.077 2.077 0 0 0-1.317 1.321l-.059.181l-.058-.181a2.074 2.074 0 0 0-1.32-1.322z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })