7 lines
543 B
JavaScript
7 lines
543 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PanelBottomFilled = ( /*#__PURE__*/createFluentFontIcon("PanelBottomFilled", "", 2, undefined));
|
|
export const PanelBottomRegular = ( /*#__PURE__*/createFluentFontIcon("PanelBottomRegular", "", 2, undefined));
|
|
export const PanelBottom20Regular = ( /*#__PURE__*/createFluentFontIcon("PanelBottom20Regular", "", 1, 20));
|
|
export const PanelBottom20Filled = ( /*#__PURE__*/createFluentFontIcon("PanelBottom20Filled", "", 0, 20));
|