@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.87 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 20 20'
}
export default defineComponent({
name: 'DataSunburst20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6.942 3.131a.5.5 0 0 1-.208.676a7.034 7.034 0 0 0-2.927 2.927a.5.5 0 0 1-.884-.468a8.034 8.034 0 0 1 3.344-3.343a.5.5 0 0 1 .675.208zm6.116 0a.5.5 0 0 1 .676-.208a8.034 8.034 0 0 1 3.343 3.343a.5.5 0 0 1-.884.468a7.033 7.033 0 0 0-2.926-2.927a.5.5 0 0 1-.209-.676zm-9.926 9.927a.5.5 0 0 1 .675.208a7.034 7.034 0 0 0 2.927 2.927a.5.5 0 0 1-.467.884a8.034 8.034 0 0 1-3.344-3.343a.5.5 0 0 1 .209-.676zm13.737 0a.5.5 0 0 1 .208.676a8.034 8.034 0 0 1-3.343 3.343a.5.5 0 1 1-.467-.884a7.033 7.033 0 0 0 2.926-2.927a.5.5 0 0 1 .676-.208zM10 5.5a4.56 4.56 0 0 0-.45.022a.5.5 0 1 1-.1-.995a5.502 5.502 0 0 1 5.798 3.823a.5.5 0 1 1-.954.3A4.502 4.502 0 0 0 10 5.5zm-2.6.2a.5.5 0 0 1-.1.7A4.492 4.492 0 0 0 5.5 10c0 .82.22 1.588.602 2.25a.5.5 0 0 1-.866.5A5.477 5.477 0 0 1 4.5 10c0-1.8.865-3.398 2.2-4.4a.5.5 0 0 1 .7.1zm7.521 5.323a.5.5 0 0 1 .327.627a5.502 5.502 0 0 1-7.998 3.114a.5.5 0 0 1 .5-.866a4.502 4.502 0 0 0 6.544-2.548a.5.5 0 0 1 .627-.327zM10.001 13a3 3 0 1 0 0-6a3 3 0 0 0 0 6z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})