13 lines
1.1 KiB
JavaScript
13 lines
1.1 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const IncognitoFilled = ( /*#__PURE__*/createFluentFontIcon("IncognitoFilled", "", 2, undefined));
|
|
export const IncognitoRegular = ( /*#__PURE__*/createFluentFontIcon("IncognitoRegular", "", 2, undefined));
|
|
export const Incognito20Regular = ( /*#__PURE__*/createFluentFontIcon("Incognito20Regular", "", 1, 20));
|
|
export const Incognito20Filled = ( /*#__PURE__*/createFluentFontIcon("Incognito20Filled", "", 0, 20));
|
|
export const Incognito24Regular = ( /*#__PURE__*/createFluentFontIcon("Incognito24Regular", "", 1, 24));
|
|
export const Incognito24Filled = ( /*#__PURE__*/createFluentFontIcon("Incognito24Filled", "", 0, 24));
|
|
export const Incognito32Regular = ( /*#__PURE__*/createFluentFontIcon("Incognito32Regular", "", 1, 32));
|
|
export const Incognito32Filled = ( /*#__PURE__*/createFluentFontIcon("Incognito32Filled", "", 0, 32));
|
|
export const Incognito48Regular = ( /*#__PURE__*/createFluentFontIcon("Incognito48Regular", "", 1, 48));
|
|
export const Incognito48Filled = ( /*#__PURE__*/createFluentFontIcon("Incognito48Filled", "", 0, 48));
|