@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.88 kB
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));