Private
Public Access
1
0
Files

10 lines
1021 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LayoutColumnThreeFocusCenter24Filled = exports.LayoutColumnThreeFocusCenter20Filled = exports.LayoutColumnThreeFocusCenter16Filled = exports.LayoutColumnThreeFocusCenterFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LayoutColumnThreeFocusCenterFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnThreeFocusCenterFilled", "", 2, undefined));
exports.LayoutColumnThreeFocusCenter16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnThreeFocusCenter16Filled", "󰓃", 0, 16));
exports.LayoutColumnThreeFocusCenter20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnThreeFocusCenter20Filled", "󰓄", 0, 20));
exports.LayoutColumnThreeFocusCenter24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnThreeFocusCenter24Filled", "󰓅", 0, 24));