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