11 lines
923 B
JavaScript
11 lines
923 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ZoomFitFilled = ( /*#__PURE__*/createFluentFontIcon("ZoomFitFilled", "", 2, undefined));
|
|
export const ZoomFitRegular = ( /*#__PURE__*/createFluentFontIcon("ZoomFitRegular", "", 2, undefined));
|
|
export const ZoomFit16Regular = ( /*#__PURE__*/createFluentFontIcon("ZoomFit16Regular", "", 1, 16));
|
|
export const ZoomFit16Filled = ( /*#__PURE__*/createFluentFontIcon("ZoomFit16Filled", "", 0, 16));
|
|
export const ZoomFit20Regular = ( /*#__PURE__*/createFluentFontIcon("ZoomFit20Regular", "", 1, 20));
|
|
export const ZoomFit20Filled = ( /*#__PURE__*/createFluentFontIcon("ZoomFit20Filled", "", 0, 20));
|
|
export const ZoomFit24Regular = ( /*#__PURE__*/createFluentFontIcon("ZoomFit24Regular", "", 1, 24));
|
|
export const ZoomFit24Filled = ( /*#__PURE__*/createFluentFontIcon("ZoomFit24Filled", "", 0, 24));
|