@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.12 kB
JavaScript
"use client";
;
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));