13 lines
1.3 KiB
JavaScript
13 lines
1.3 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const FontSpaceTrackingInFilled = ( /*#__PURE__*/createFluentFontIcon("FontSpaceTrackingInFilled", "", 2, undefined));
|
|
export const FontSpaceTrackingInRegular = ( /*#__PURE__*/createFluentFontIcon("FontSpaceTrackingInRegular", "", 2, undefined));
|
|
export const FontSpaceTrackingIn16Regular = ( /*#__PURE__*/createFluentFontIcon("FontSpaceTrackingIn16Regular", "", 1, 16));
|
|
export const FontSpaceTrackingIn16Filled = ( /*#__PURE__*/createFluentFontIcon("FontSpaceTrackingIn16Filled", "", 0, 16));
|
|
export const FontSpaceTrackingIn20Regular = ( /*#__PURE__*/createFluentFontIcon("FontSpaceTrackingIn20Regular", "", 1, 20));
|
|
export const FontSpaceTrackingIn20Filled = ( /*#__PURE__*/createFluentFontIcon("FontSpaceTrackingIn20Filled", "", 0, 20));
|
|
export const FontSpaceTrackingIn24Regular = ( /*#__PURE__*/createFluentFontIcon("FontSpaceTrackingIn24Regular", "", 1, 24));
|
|
export const FontSpaceTrackingIn24Filled = ( /*#__PURE__*/createFluentFontIcon("FontSpaceTrackingIn24Filled", "", 0, 24));
|
|
export const FontSpaceTrackingIn28Regular = ( /*#__PURE__*/createFluentFontIcon("FontSpaceTrackingIn28Regular", "", 1, 28));
|
|
export const FontSpaceTrackingIn28Filled = ( /*#__PURE__*/createFluentFontIcon("FontSpaceTrackingIn28Filled", "", 0, 28));
|