@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.04 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const LayoutCellFourFilled = ( /*#__PURE__*/createFluentFontIcon("LayoutCellFourFilled", "", 2, undefined));
export const LayoutCellFourRegular = ( /*#__PURE__*/createFluentFontIcon("LayoutCellFourRegular", "", 2, undefined));
export const LayoutCellFour16Regular = ( /*#__PURE__*/createFluentFontIcon("LayoutCellFour16Regular", "", 1, 16));
export const LayoutCellFour16Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutCellFour16Filled", "", 0, 16));
export const LayoutCellFour20Regular = ( /*#__PURE__*/createFluentFontIcon("LayoutCellFour20Regular", "", 1, 20));
export const LayoutCellFour20Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutCellFour20Filled", "", 0, 20));
export const LayoutCellFour24Regular = ( /*#__PURE__*/createFluentFontIcon("LayoutCellFour24Regular", "", 1, 24));
export const LayoutCellFour24Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutCellFour24Filled", "", 0, 24));