17 lines
1.7 KiB
JavaScript
17 lines
1.7 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const BrightnessLowFilled = ( /*#__PURE__*/createFluentFontIcon("BrightnessLowFilled", "", 2, undefined));
|
|
export const BrightnessLowRegular = ( /*#__PURE__*/createFluentFontIcon("BrightnessLowRegular", "", 2, undefined));
|
|
export const BrightnessLow16Regular = ( /*#__PURE__*/createFluentFontIcon("BrightnessLow16Regular", "", 1, 16));
|
|
export const BrightnessLow16Filled = ( /*#__PURE__*/createFluentFontIcon("BrightnessLow16Filled", "", 0, 16));
|
|
export const BrightnessLow20Regular = ( /*#__PURE__*/createFluentFontIcon("BrightnessLow20Regular", "", 1, 20));
|
|
export const BrightnessLow20Filled = ( /*#__PURE__*/createFluentFontIcon("BrightnessLow20Filled", "", 0, 20));
|
|
export const BrightnessLow24Regular = ( /*#__PURE__*/createFluentFontIcon("BrightnessLow24Regular", "", 1, 24));
|
|
export const BrightnessLow24Filled = ( /*#__PURE__*/createFluentFontIcon("BrightnessLow24Filled", "", 0, 24));
|
|
export const BrightnessLow28Regular = ( /*#__PURE__*/createFluentFontIcon("BrightnessLow28Regular", "", 1, 28));
|
|
export const BrightnessLow28Filled = ( /*#__PURE__*/createFluentFontIcon("BrightnessLow28Filled", "", 0, 28));
|
|
export const BrightnessLow32Regular = ( /*#__PURE__*/createFluentFontIcon("BrightnessLow32Regular", "", 1, 32));
|
|
export const BrightnessLow32Filled = ( /*#__PURE__*/createFluentFontIcon("BrightnessLow32Filled", "", 0, 32));
|
|
export const BrightnessLow48Regular = ( /*#__PURE__*/createFluentFontIcon("BrightnessLow48Regular", "", 1, 48));
|
|
export const BrightnessLow48Filled = ( /*#__PURE__*/createFluentFontIcon("BrightnessLow48Filled", "", 0, 48));
|