UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.22 kB
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 24 24' } export default defineComponent({ name: 'DataHistogram24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M8.5 5.23a2.25 2.25 0 0 1 2.25-2.25h2.5a2.25 2.25 0 0 1 2.25 2.25V7h3.25A2.25 2.25 0 0 1 21 9.25v11a.75.75 0 0 1-.75.75H3.75a.75.75 0 0 1-.75-.75v-8A2.25 2.25 0 0 1 5.25 10H8.5V5.23zM10 19.5h4V5.23a.75.75 0 0 0-.75-.75h-2.5a.75.75 0 0 0-.75.75V19.5zm-1.5-8H5.25a.75.75 0 0 0-.75.75v7.25h4v-8zm7 8h4V9.25a.75.75 0 0 0-.75-.75H15.5v11z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })