@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 755 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const GridKanbanFilled = ( /*#__PURE__*/createFluentFontIcon("GridKanbanFilled", "", 2, undefined));
export const GridKanbanRegular = ( /*#__PURE__*/createFluentFontIcon("GridKanbanRegular", "", 2, undefined));
export const GridKanban16Regular = ( /*#__PURE__*/createFluentFontIcon("GridKanban16Regular", "", 1, 16));
export const GridKanban16Filled = ( /*#__PURE__*/createFluentFontIcon("GridKanban16Filled", "", 0, 16));
export const GridKanban20Regular = ( /*#__PURE__*/createFluentFontIcon("GridKanban20Regular", "", 1, 20));
export const GridKanban20Filled = ( /*#__PURE__*/createFluentFontIcon("GridKanban20Filled", "", 0, 20));