17 lines
1.5 KiB
JavaScript
17 lines
1.5 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ImageFilled = ( /*#__PURE__*/createFluentFontIcon("ImageFilled", "", 2, undefined));
|
|
export const ImageRegular = ( /*#__PURE__*/createFluentFontIcon("ImageRegular", "", 2, undefined));
|
|
export const Image16Regular = ( /*#__PURE__*/createFluentFontIcon("Image16Regular", "", 1, 16));
|
|
export const Image16Filled = ( /*#__PURE__*/createFluentFontIcon("Image16Filled", "", 0, 16));
|
|
export const Image20Regular = ( /*#__PURE__*/createFluentFontIcon("Image20Regular", "", 1, 20));
|
|
export const Image20Filled = ( /*#__PURE__*/createFluentFontIcon("Image20Filled", "", 0, 20));
|
|
export const Image24Regular = ( /*#__PURE__*/createFluentFontIcon("Image24Regular", "", 1, 24));
|
|
export const Image24Filled = ( /*#__PURE__*/createFluentFontIcon("Image24Filled", "", 0, 24));
|
|
export const Image28Regular = ( /*#__PURE__*/createFluentFontIcon("Image28Regular", "", 1, 28));
|
|
export const Image28Filled = ( /*#__PURE__*/createFluentFontIcon("Image28Filled", "", 0, 28));
|
|
export const Image32Regular = ( /*#__PURE__*/createFluentFontIcon("Image32Regular", "", 1, 32));
|
|
export const Image32Filled = ( /*#__PURE__*/createFluentFontIcon("Image32Filled", "", 0, 32));
|
|
export const Image48Regular = ( /*#__PURE__*/createFluentFontIcon("Image48Regular", "", 1, 48));
|
|
export const Image48Filled = ( /*#__PURE__*/createFluentFontIcon("Image48Filled", "", 0, 48));
|