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.44 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: 'Midi24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M21.25 4.004a.75.75 0 0 1 .743.648l.007.102v14.495a.75.75 0 0 1-.648.744L21.25 20H2.75a.75.75 0 0 1-.743-.649L2 19.25V4.754a.75.75 0 0 1 .648-.743l.102-.007h18.5zm-15.25 8H3.5V18.5h17v-6.496H18v4.246a.75.75 0 0 1-1.493.101l-.007-.101v-4.246h-2v4.246a.75.75 0 0 1-1.493.101L13 16.25v-4.246h-2v4.246a.75.75 0 0 1-1.493.101L9.5 16.25v-4.246h-2v4.246a.75.75 0 0 1-1.493.101L6 16.25v-4.246zM17.25 7.5h-2.5l-.102.007a.75.75 0 0 0 0 1.487L14.75 9h2.5l.102-.006A.75.75 0 0 0 17.25 7.5zm-11 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5zm3 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })