10 lines
1001 B
JavaScript
10 lines
1001 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CalligraphyPenQuestionMark20Filled = exports.CalligraphyPenQuestionMark20Regular = exports.CalligraphyPenQuestionMarkRegular = exports.CalligraphyPenQuestionMarkFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CalligraphyPenQuestionMarkFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalligraphyPenQuestionMarkFilled", "", 2, undefined));
|
|
exports.CalligraphyPenQuestionMarkRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalligraphyPenQuestionMarkRegular", "", 2, undefined));
|
|
exports.CalligraphyPenQuestionMark20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalligraphyPenQuestionMark20Regular", "", 1, 20));
|
|
exports.CalligraphyPenQuestionMark20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalligraphyPenQuestionMark20Filled", "", 0, 20));
|