Private
Public Access
1
0
Files

12 lines
1.1 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GridKanban20Filled = exports.GridKanban20Regular = exports.GridKanban16Filled = exports.GridKanban16Regular = exports.GridKanbanRegular = exports.GridKanbanFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.GridKanbanFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GridKanbanFilled", "", 2, undefined));
exports.GridKanbanRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GridKanbanRegular", "", 2, undefined));
exports.GridKanban16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GridKanban16Regular", "󰆌", 1, 16));
exports.GridKanban16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GridKanban16Filled", "󰆌", 0, 16));
exports.GridKanban20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GridKanban20Regular", "", 1, 20));
exports.GridKanban20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GridKanban20Filled", "", 0, 20));