17 lines
1.5 KiB
JavaScript
17 lines
1.5 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CookiesFilled = ( /*#__PURE__*/createFluentFontIcon("CookiesFilled", "", 2, undefined));
|
|
export const CookiesRegular = ( /*#__PURE__*/createFluentFontIcon("CookiesRegular", "", 2, undefined));
|
|
export const Cookies16Regular = ( /*#__PURE__*/createFluentFontIcon("Cookies16Regular", "", 1, 16));
|
|
export const Cookies16Filled = ( /*#__PURE__*/createFluentFontIcon("Cookies16Filled", "", 0, 16));
|
|
export const Cookies20Regular = ( /*#__PURE__*/createFluentFontIcon("Cookies20Regular", "", 1, 20));
|
|
export const Cookies20Filled = ( /*#__PURE__*/createFluentFontIcon("Cookies20Filled", "", 0, 20));
|
|
export const Cookies24Regular = ( /*#__PURE__*/createFluentFontIcon("Cookies24Regular", "", 1, 24));
|
|
export const Cookies24Filled = ( /*#__PURE__*/createFluentFontIcon("Cookies24Filled", "", 0, 24));
|
|
export const Cookies28Regular = ( /*#__PURE__*/createFluentFontIcon("Cookies28Regular", "", 1, 28));
|
|
export const Cookies28Filled = ( /*#__PURE__*/createFluentFontIcon("Cookies28Filled", "", 0, 28));
|
|
export const Cookies32Regular = ( /*#__PURE__*/createFluentFontIcon("Cookies32Regular", "", 1, 32));
|
|
export const Cookies32Filled = ( /*#__PURE__*/createFluentFontIcon("Cookies32Filled", "", 0, 32));
|
|
export const Cookies48Regular = ( /*#__PURE__*/createFluentFontIcon("Cookies48Regular", "", 1, 48));
|
|
export const Cookies48Filled = ( /*#__PURE__*/createFluentFontIcon("Cookies48Filled", "", 0, 48));
|