Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/panel-right-expand.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

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));