Private
Public Access
1
0
Files

9 lines
837 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowTurnDownLeftFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowTurnDownLeftFilled", "", 2, undefined));
export const ArrowTurnDownLeftRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowTurnDownLeftRegular", "", 2, undefined));
export const ArrowTurnDownLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowTurnDownLeft20Regular", "", 1, 20));
export const ArrowTurnDownLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowTurnDownLeft20Filled", "", 0, 20));
export const ArrowTurnDownLeft48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowTurnDownLeft48Regular", "", 1, 48));
export const ArrowTurnDownLeft48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowTurnDownLeft48Filled", "", 0, 48));