13 lines
1.1 KiB
JavaScript
13 lines
1.1 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CameraFilled = ( /*#__PURE__*/createFluentFontIcon("CameraFilled", "", 2, undefined));
|
|
export const CameraRegular = ( /*#__PURE__*/createFluentFontIcon("CameraRegular", "", 2, undefined));
|
|
export const Camera16Regular = ( /*#__PURE__*/createFluentFontIcon("Camera16Regular", "", 1, 16));
|
|
export const Camera16Filled = ( /*#__PURE__*/createFluentFontIcon("Camera16Filled", "", 0, 16));
|
|
export const Camera20Regular = ( /*#__PURE__*/createFluentFontIcon("Camera20Regular", "", 1, 20));
|
|
export const Camera20Filled = ( /*#__PURE__*/createFluentFontIcon("Camera20Filled", "", 0, 20));
|
|
export const Camera24Regular = ( /*#__PURE__*/createFluentFontIcon("Camera24Regular", "", 1, 24));
|
|
export const Camera24Filled = ( /*#__PURE__*/createFluentFontIcon("Camera24Filled", "", 0, 24));
|
|
export const Camera28Regular = ( /*#__PURE__*/createFluentFontIcon("Camera28Regular", "", 1, 28));
|
|
export const Camera28Filled = ( /*#__PURE__*/createFluentFontIcon("Camera28Filled", "", 0, 28));
|