12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TextAsterisk20Filled = exports.TextAsterisk20Regular = exports.TextAsterisk16Filled = exports.TextAsterisk16Regular = exports.TextAsteriskRegular = exports.TextAsteriskFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TextAsteriskFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAsteriskFilled", "", 2, undefined));
|
|
exports.TextAsteriskRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAsteriskRegular", "", 2, undefined));
|
|
exports.TextAsterisk16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAsterisk16Regular", "", 1, 16));
|
|
exports.TextAsterisk16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAsterisk16Filled", "", 0, 16));
|
|
exports.TextAsterisk20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAsterisk20Regular", "", 1, 20));
|
|
exports.TextAsterisk20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextAsterisk20Filled", "", 0, 20));
|