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.07 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'DataSunburst24Filled', 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: 'M15 3.51c0 .322.2.607.494.74a8.533 8.533 0 0 1 4.257 4.257a.82.82 0 0 0 .739.494c.521 0 .892-.508.684-.986a10.037 10.037 0 0 0-5.188-5.189c-.479-.208-.986.163-.986.685zm-6.986-.684c.479-.208.986.163.986.685a.82.82 0 0 1-.494.738A8.532 8.532 0 0 0 4.25 8.507a.82.82 0 0 1-.739.494c-.521 0-.892-.508-.684-.986a10.037 10.037 0 0 1 5.188-5.189zM15 20.49c0-.321.2-.606.494-.738a8.533 8.533 0 0 0 4.257-4.258a.82.82 0 0 1 .739-.493c.521 0 .892.507.684.985a10.037 10.037 0 0 1-5.188 5.189c-.479.208-.986-.163-.986-.685zM4.249 15.494a.82.82 0 0 0-.739-.493c-.521 0-.892.507-.684.985a10.037 10.037 0 0 0 5.188 5.189c.479.208.986-.163.986-.685a.82.82 0 0 0-.494-.738a8.533 8.533 0 0 1-4.257-4.258zM12 6.501c-.193 0-.384.01-.572.029a.75.75 0 1 1-.154-1.492a7.002 7.002 0 0 1 7.552 5.406a.75.75 0 1 1-1.463.332A5.502 5.502 0 0 0 12 6.501zm-2.879-.1a.75.75 0 0 1-.2 1.042A5.494 5.494 0 0 0 6.5 12a5.47 5.47 0 0 0 .942 3.08a.75.75 0 0 1-1.242.84a6.97 6.97 0 0 1-1.2-3.92a6.994 6.994 0 0 1 3.08-5.8a.75.75 0 0 1 1.041.2zm9.11 6.505c.4.107.636.519.529.919a7.003 7.003 0 0 1-10.01 4.377a.75.75 0 0 1 .697-1.328a5.503 5.503 0 0 0 7.864-3.44a.75.75 0 0 1 .92-.528zM12 8a4 4 0 1 0 0 8a4 4 0 0 0 0-8z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })