14 lines
1.5 KiB
JavaScript
14 lines
1.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TextChangeCase24Filled = exports.TextChangeCase24Regular = exports.TextChangeCase20Filled = exports.TextChangeCase20Regular = exports.TextChangeCase16Filled = exports.TextChangeCase16Regular = exports.TextChangeCaseRegular = exports.TextChangeCaseFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TextChangeCaseFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextChangeCaseFilled", "", 2, undefined));
|
|
exports.TextChangeCaseRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextChangeCaseRegular", "", 2, undefined));
|
|
exports.TextChangeCase16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextChangeCase16Regular", "", 1, 16));
|
|
exports.TextChangeCase16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextChangeCase16Filled", "", 0, 16));
|
|
exports.TextChangeCase20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextChangeCase20Regular", "", 1, 20));
|
|
exports.TextChangeCase20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextChangeCase20Filled", "", 0, 20));
|
|
exports.TextChangeCase24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextChangeCase24Regular", "", 1, 24));
|
|
exports.TextChangeCase24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextChangeCase24Filled", "", 0, 24));
|