16 lines
2.0 KiB
JavaScript
16 lines
2.0 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.FontSpaceTrackingIn28Filled = exports.FontSpaceTrackingIn28Regular = exports.FontSpaceTrackingIn24Filled = exports.FontSpaceTrackingIn24Regular = exports.FontSpaceTrackingIn20Filled = exports.FontSpaceTrackingIn20Regular = exports.FontSpaceTrackingIn16Filled = exports.FontSpaceTrackingIn16Regular = exports.FontSpaceTrackingInRegular = exports.FontSpaceTrackingInFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.FontSpaceTrackingInFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingInFilled", "", 2, undefined));
|
|
exports.FontSpaceTrackingInRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingInRegular", "", 2, undefined));
|
|
exports.FontSpaceTrackingIn16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingIn16Regular", "", 1, 16));
|
|
exports.FontSpaceTrackingIn16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingIn16Filled", "", 0, 16));
|
|
exports.FontSpaceTrackingIn20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingIn20Regular", "", 1, 20));
|
|
exports.FontSpaceTrackingIn20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingIn20Filled", "", 0, 20));
|
|
exports.FontSpaceTrackingIn24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingIn24Regular", "", 1, 24));
|
|
exports.FontSpaceTrackingIn24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingIn24Filled", "", 0, 24));
|
|
exports.FontSpaceTrackingIn28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingIn28Regular", "", 1, 28));
|
|
exports.FontSpaceTrackingIn28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingIn28Filled", "", 0, 28));
|