9 lines
717 B
JavaScript
9 lines
717 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DockRowFilled = ( /*#__PURE__*/createFluentFontIcon("DockRowFilled", "", 2, undefined));
|
|
export const DockRowRegular = ( /*#__PURE__*/createFluentFontIcon("DockRowRegular", "", 2, undefined));
|
|
export const DockRow20Regular = ( /*#__PURE__*/createFluentFontIcon("DockRow20Regular", "", 1, 20));
|
|
export const DockRow20Filled = ( /*#__PURE__*/createFluentFontIcon("DockRow20Filled", "", 0, 20));
|
|
export const DockRow24Regular = ( /*#__PURE__*/createFluentFontIcon("DockRow24Regular", "", 1, 24));
|
|
export const DockRow24Filled = ( /*#__PURE__*/createFluentFontIcon("DockRow24Filled", "", 0, 24));
|