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

9 lines
849 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowAutofitHeightFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowAutofitHeightFilled", "", 2, undefined));
export const ArrowAutofitHeightRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowAutofitHeightRegular", "", 2, undefined));
export const ArrowAutofitHeight20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowAutofitHeight20Regular", "", 1, 20));
export const ArrowAutofitHeight20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowAutofitHeight20Filled", "", 0, 20));
export const ArrowAutofitHeight24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowAutofitHeight24Regular", "", 1, 24));
export const ArrowAutofitHeight24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowAutofitHeight24Filled", "", 0, 24));