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.53 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: 'CubeTree24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M9.788 5.513a.75.75 0 0 1 .95-.475L12 5.46l1.263-.42a.75.75 0 0 1 .474 1.423l-.987.329v.959a.75.75 0 0 1-1.5 0v-.96l-.987-.328a.75.75 0 0 1-.475-.95zm2.45-3.475a.75.75 0 0 0-.475 0l-3.75 1.25A.75.75 0 0 0 7.5 4v5c0 .323.207.61.513.712l3.237 1.079V13H9.5a2.25 2.25 0 0 0-2.25 2.25v.845a3.001 3.001 0 1 0 1.5 0v-.845a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 .75.75v.845A3.001 3.001 0 0 0 16 22a3 3 0 0 0 .75-5.905v-.845A2.25 2.25 0 0 0 14.5 13h-1.75v-2.21l3.237-1.078A.75.75 0 0 0 16.5 9V4a.75.75 0 0 0-.513-.712l-3.75-1.25zM9 8.46V4.541l3-1l3 1v3.918l-3 1l-3-1zM8 17.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zm6.5 1.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })