18 lines
1.6 KiB
JavaScript
18 lines
1.6 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const OptionsFilled = ( /*#__PURE__*/createFluentFontIcon("OptionsFilled", "", 2, undefined));
|
|
export const OptionsRegular = ( /*#__PURE__*/createFluentFontIcon("OptionsRegular", "", 2, undefined));
|
|
export const Options16Regular = ( /*#__PURE__*/createFluentFontIcon("Options16Regular", "", 1, 16));
|
|
export const Options16Filled = ( /*#__PURE__*/createFluentFontIcon("Options16Filled", "", 0, 16));
|
|
export const Options20Regular = ( /*#__PURE__*/createFluentFontIcon("Options20Regular", "", 1, 20));
|
|
export const Options20Filled = ( /*#__PURE__*/createFluentFontIcon("Options20Filled", "", 0, 20));
|
|
export const Options24Regular = ( /*#__PURE__*/createFluentFontIcon("Options24Regular", "", 1, 24));
|
|
export const Options24Filled = ( /*#__PURE__*/createFluentFontIcon("Options24Filled", "", 0, 24));
|
|
export const Options28Regular = ( /*#__PURE__*/createFluentFontIcon("Options28Regular", "", 1, 28));
|
|
export const Options28Filled = ( /*#__PURE__*/createFluentFontIcon("Options28Filled", "", 0, 28));
|
|
export const Options32Regular = ( /*#__PURE__*/createFluentFontIcon("Options32Regular", "", 1, 32));
|
|
export const Options32Filled = ( /*#__PURE__*/createFluentFontIcon("Options32Filled", "", 0, 32));
|
|
export const Options32Light = ( /*#__PURE__*/createFluentFontIcon("Options32Light", "", 3, 32));
|
|
export const Options48Regular = ( /*#__PURE__*/createFluentFontIcon("Options48Regular", "", 1, 48));
|
|
export const Options48Filled = ( /*#__PURE__*/createFluentFontIcon("Options48Filled", "", 0, 48));
|