@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.69 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
export default defineComponent({
name: 'Sparkle16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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.448zm5.07 4.021a.806.806 0 0 0 .464.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.388z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})