Private
Public Access
1
0
Files

12 lines
1.2 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextColumnOneWide24Filled = exports.TextColumnOneWide24Regular = exports.TextColumnOneWide20Filled = exports.TextColumnOneWide20Regular = exports.TextColumnOneWideRegular = exports.TextColumnOneWideFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextColumnOneWideFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextColumnOneWideFilled", "", 2, undefined));
exports.TextColumnOneWideRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextColumnOneWideRegular", "", 2, undefined));
exports.TextColumnOneWide20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextColumnOneWide20Regular", "", 1, 20));
exports.TextColumnOneWide20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextColumnOneWide20Filled", "", 0, 20));
exports.TextColumnOneWide24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextColumnOneWide24Regular", "", 1, 24));
exports.TextColumnOneWide24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextColumnOneWide24Filled", "", 0, 24));