11 lines
1.0 KiB
JavaScript
11 lines
1.0 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const SpeakerBluetoothFilled = ( /*#__PURE__*/createFluentFontIcon("SpeakerBluetoothFilled", "", 2, undefined));
|
|
export const SpeakerBluetoothRegular = ( /*#__PURE__*/createFluentFontIcon("SpeakerBluetoothRegular", "", 2, undefined));
|
|
export const SpeakerBluetooth20Regular = ( /*#__PURE__*/createFluentFontIcon("SpeakerBluetooth20Regular", "", 1, 20));
|
|
export const SpeakerBluetooth20Filled = ( /*#__PURE__*/createFluentFontIcon("SpeakerBluetooth20Filled", "", 0, 20));
|
|
export const SpeakerBluetooth24Regular = ( /*#__PURE__*/createFluentFontIcon("SpeakerBluetooth24Regular", "", 1, 24));
|
|
export const SpeakerBluetooth24Filled = ( /*#__PURE__*/createFluentFontIcon("SpeakerBluetooth24Filled", "", 0, 24));
|
|
export const SpeakerBluetooth28Regular = ( /*#__PURE__*/createFluentFontIcon("SpeakerBluetooth28Regular", "", 1, 28));
|
|
export const SpeakerBluetooth28Filled = ( /*#__PURE__*/createFluentFontIcon("SpeakerBluetooth28Filled", "", 0, 28));
|