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.11 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: 'DataSunburst24Regular', 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.494 4.25A.82.82 0 0 1 15 3.51c0-.52.507-.892.986-.684a10.037 10.037 0 0 1 5.188 5.189c.208.478-.163.986-.684.986a.82.82 0 0 1-.739-.494a8.533 8.533 0 0 0-4.257-4.258zM9 3.51c0-.52-.507-.892-.986-.684a10.037 10.037 0 0 0-5.188 5.189c-.208.478.163.986.684.986a.82.82 0 0 0 .739-.494a8.532 8.532 0 0 1 4.257-4.258A.82.82 0 0 0 9 3.511zm6.494 16.242a.82.82 0 0 0-.494.738c0 .522.507.893.986.685a10.037 10.037 0 0 0 5.188-5.189c.208-.478-.163-.985-.684-.985a.82.82 0 0 0-.739.493a8.533 8.533 0 0 1-4.257 4.258zM3.51 15c.322 0 .607.2.739.493a8.533 8.533 0 0 0 4.257 4.258a.82.82 0 0 1 .494.738c0 .522-.507.893-.986.685a10.037 10.037 0 0 1-5.188-5.189c-.208-.478.163-.985.684-.985zM12 6.5c-.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 12c0 1.142.347 2.2.942 3.08a.75.75 0 1 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 1 1 .697-1.328a5.503 5.503 0 0 0 7.864-3.439a.75.75 0 0 1 .92-.53zM12 8a4 4 0 1 0 0 8a4 4 0 0 0 0-8zm-2.5 4a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })