9 lines
827 B
JavaScript
9 lines
827 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PanelRightExpandFilled = ( /*#__PURE__*/createFluentFontIcon("PanelRightExpandFilled", "", 2, undefined));
|
|
export const PanelRightExpandRegular = ( /*#__PURE__*/createFluentFontIcon("PanelRightExpandRegular", "", 2, undefined));
|
|
export const PanelRightExpand20Regular = ( /*#__PURE__*/createFluentFontIcon("PanelRightExpand20Regular", "", 1, 20));
|
|
export const PanelRightExpand20Filled = ( /*#__PURE__*/createFluentFontIcon("PanelRightExpand20Filled", "", 0, 20));
|
|
export const PanelRightExpand28Regular = ( /*#__PURE__*/createFluentFontIcon("PanelRightExpand28Regular", "", 1, 28));
|
|
export const PanelRightExpand28Filled = ( /*#__PURE__*/createFluentFontIcon("PanelRightExpand28Filled", "", 0, 28));
|