UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.22 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'ChartMultiple20Filled', 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 11c0-.365.097-.707.268-1H10.5A1.5 1.5 0 0 1 9 8.5V2.015a7.5 7.5 0 0 0 0 14.967v-1.984a2 2 0 0 1 3-1.732v-.268a2 2 0 0 1 3-1.732v-.268zm-5-8.984v6.483a.5.5 0 0 0 .5.5h6.484A7.501 7.501 0 0 0 10 2.016zm6 8.983a1 1 0 1 1 2 0v7a1 1 0 1 1-2 0v-7zm-6 4a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0v-3zm3-2a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0v-5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })