Private
Public Access
1
0
Files

12 lines
1.2 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CalligraphyPen24Filled = exports.CalligraphyPen24Regular = exports.CalligraphyPen20Filled = exports.CalligraphyPen20Regular = exports.CalligraphyPenRegular = exports.CalligraphyPenFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CalligraphyPenFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalligraphyPenFilled", "", 2, undefined));
exports.CalligraphyPenRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalligraphyPenRegular", "", 2, undefined));
exports.CalligraphyPen20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalligraphyPen20Regular", "", 1, 20));
exports.CalligraphyPen20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalligraphyPen20Filled", "", 0, 20));
exports.CalligraphyPen24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalligraphyPen24Regular", "", 1, 24));
exports.CalligraphyPen24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalligraphyPen24Filled", "", 0, 24));