@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 813 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowTurnLeftUpFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowTurnLeftUpFilled", "", 2, undefined));
export const ArrowTurnLeftUpRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowTurnLeftUpRegular", "", 2, undefined));
export const ArrowTurnLeftUp20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowTurnLeftUp20Regular", "", 1, 20));
export const ArrowTurnLeftUp20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowTurnLeftUp20Filled", "", 0, 20));
export const ArrowTurnLeftUp48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowTurnLeftUp48Regular", "", 1, 48));
export const ArrowTurnLeftUp48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowTurnLeftUp48Filled", "", 0, 48));