12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.DrawText24Filled = exports.DrawText24Regular = exports.DrawText20Filled = exports.DrawText20Regular = exports.DrawTextRegular = exports.DrawTextFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.DrawTextFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawTextFilled", "", 2, undefined));
|
|
exports.DrawTextRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawTextRegular", "", 2, undefined));
|
|
exports.DrawText20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawText20Regular", "", 1, 20));
|
|
exports.DrawText20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawText20Filled", "", 0, 20));
|
|
exports.DrawText24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawText24Regular", "", 1, 24));
|
|
exports.DrawText24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawText24Filled", "", 0, 24));
|