Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/font-space-tracking-out.js

16 lines
2.0 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FontSpaceTrackingOut28Filled = exports.FontSpaceTrackingOut28Regular = exports.FontSpaceTrackingOut24Filled = exports.FontSpaceTrackingOut24Regular = exports.FontSpaceTrackingOut20Filled = exports.FontSpaceTrackingOut20Regular = exports.FontSpaceTrackingOut16Filled = exports.FontSpaceTrackingOut16Regular = exports.FontSpaceTrackingOutRegular = exports.FontSpaceTrackingOutFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.FontSpaceTrackingOutFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingOutFilled", "", 2, undefined));
exports.FontSpaceTrackingOutRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingOutRegular", "", 2, undefined));
exports.FontSpaceTrackingOut16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingOut16Regular", "", 1, 16));
exports.FontSpaceTrackingOut16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingOut16Filled", "", 0, 16));
exports.FontSpaceTrackingOut20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingOut20Regular", "", 1, 20));
exports.FontSpaceTrackingOut20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingOut20Filled", "", 0, 20));
exports.FontSpaceTrackingOut24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingOut24Regular", "", 1, 24));
exports.FontSpaceTrackingOut24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingOut24Filled", "", 0, 24));
exports.FontSpaceTrackingOut28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingOut28Regular", "", 1, 28));
exports.FontSpaceTrackingOut28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FontSpaceTrackingOut28Filled", "", 0, 28));