11 lines
877 B
JavaScript
11 lines
877 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const MidiFilled = ( /*#__PURE__*/createFluentFontIcon("MidiFilled", "", 2, undefined));
|
|
export const MidiRegular = ( /*#__PURE__*/createFluentFontIcon("MidiRegular", "", 2, undefined));
|
|
export const Midi16Regular = ( /*#__PURE__*/createFluentFontIcon("Midi16Regular", "", 1, 16));
|
|
export const Midi16Filled = ( /*#__PURE__*/createFluentFontIcon("Midi16Filled", "", 0, 16));
|
|
export const Midi20Regular = ( /*#__PURE__*/createFluentFontIcon("Midi20Regular", "", 1, 20));
|
|
export const Midi20Filled = ( /*#__PURE__*/createFluentFontIcon("Midi20Filled", "", 0, 20));
|
|
export const Midi24Regular = ( /*#__PURE__*/createFluentFontIcon("Midi24Regular", "", 1, 24));
|
|
export const Midi24Filled = ( /*#__PURE__*/createFluentFontIcon("Midi24Filled", "", 0, 24));
|