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

16 lines
1.8 KiB
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowHookUpRightFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowHookUpRightFilled", "", 2, undefined, { flipInRtl: true }));
export const ArrowHookUpRightRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowHookUpRightRegular", "", 2, undefined, { flipInRtl: true }));
export const ArrowHookUpRight16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowHookUpRight16Regular", "", 1, 16, { flipInRtl: true }));
export const ArrowHookUpRight16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowHookUpRight16Filled", "", 0, 16, { flipInRtl: true }));
export const ArrowHookUpRight20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowHookUpRight20Regular", "", 1, 20, { flipInRtl: true }));
export const ArrowHookUpRight20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowHookUpRight20Filled", "", 0, 20, { flipInRtl: true }));
export const ArrowHookUpRight24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowHookUpRight24Regular", "", 1, 24, { flipInRtl: true }));
export const ArrowHookUpRight24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowHookUpRight24Filled", "", 0, 24, { flipInRtl: true }));
export const ArrowHookUpRight28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowHookUpRight28Regular", "", 1, 28, { flipInRtl: true }));
export const ArrowHookUpRight28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowHookUpRight28Filled", "", 0, 28, { flipInRtl: true }));
export const ArrowHookUpRight32Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowHookUpRight32Regular", "󰦨", 1, 32));
export const ArrowHookUpRight32Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowHookUpRight32Filled", "󰨥", 0, 32));
export const ArrowHookUpRight32Light = ( /*#__PURE__*/createFluentFontIcon("ArrowHookUpRight32Light", "", 3, 32));