@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.93 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowHookDownRightFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowHookDownRightFilled", "", 2, undefined, { flipInRtl: true }));
export const ArrowHookDownRightRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowHookDownRightRegular", "", 2, undefined, { flipInRtl: true }));
export const ArrowHookDownRight16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowHookDownRight16Regular", "", 1, 16, { flipInRtl: true }));
export const ArrowHookDownRight16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowHookDownRight16Filled", "", 0, 16, { flipInRtl: true }));
export const ArrowHookDownRight20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowHookDownRight20Regular", "", 1, 20, { flipInRtl: true }));
export const ArrowHookDownRight20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowHookDownRight20Filled", "", 0, 20, { flipInRtl: true }));
export const ArrowHookDownRight24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowHookDownRight24Regular", "", 1, 24, { flipInRtl: true }));
export const ArrowHookDownRight24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowHookDownRight24Filled", "", 0, 24, { flipInRtl: true }));
export const ArrowHookDownRight28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowHookDownRight28Regular", "", 1, 28, { flipInRtl: true }));
export const ArrowHookDownRight28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowHookDownRight28Filled", "", 0, 28, { flipInRtl: true }));
export const ArrowHookDownRight32Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowHookDownRight32Regular", "", 1, 32));
export const ArrowHookDownRight32Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowHookDownRight32Filled", "", 0, 32));
export const ArrowHookDownRight32Light = ( /*#__PURE__*/createFluentFontIcon("ArrowHookDownRight32Light", "", 3, 32));