9 lines
717 B
JavaScript
9 lines
717 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const LotteryFilled = ( /*#__PURE__*/createFluentFontIcon("LotteryFilled", "", 2, undefined));
|
|
export const LotteryRegular = ( /*#__PURE__*/createFluentFontIcon("LotteryRegular", "", 2, undefined));
|
|
export const Lottery20Regular = ( /*#__PURE__*/createFluentFontIcon("Lottery20Regular", "", 1, 20));
|
|
export const Lottery20Filled = ( /*#__PURE__*/createFluentFontIcon("Lottery20Filled", "", 0, 20));
|
|
export const Lottery24Regular = ( /*#__PURE__*/createFluentFontIcon("Lottery24Regular", "", 1, 24));
|
|
export const Lottery24Filled = ( /*#__PURE__*/createFluentFontIcon("Lottery24Filled", "", 0, 24));
|