7 lines
667 B
JavaScript
7 lines
667 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const LayoutRowFourFocusCenterTopFilled = ( /*#__PURE__*/createFluentFontIcon("LayoutRowFourFocusCenterTopFilled", "", 2, undefined));
|
|
export const LayoutRowFourFocusCenterTop16Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutRowFourFocusCenterTop16Filled", "", 0, 16));
|
|
export const LayoutRowFourFocusCenterTop20Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutRowFourFocusCenterTop20Filled", "", 0, 20));
|
|
export const LayoutRowFourFocusCenterTop24Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutRowFourFocusCenterTop24Filled", "", 0, 24));
|