UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 837 B
"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));