Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/panel-top-expand.js

7 lines
567 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PanelTopExpandFilled = ( /*#__PURE__*/createFluentFontIcon("PanelTopExpandFilled", "", 2, undefined));
export const PanelTopExpandRegular = ( /*#__PURE__*/createFluentFontIcon("PanelTopExpandRegular", "", 2, undefined));
export const PanelTopExpand20Regular = ( /*#__PURE__*/createFluentFontIcon("PanelTopExpand20Regular", "", 1, 20));
export const PanelTopExpand20Filled = ( /*#__PURE__*/createFluentFontIcon("PanelTopExpand20Filled", "", 0, 20));