@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.27 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowTurnRightDown48Filled = exports.ArrowTurnRightDown48Regular = exports.ArrowTurnRightDown20Filled = exports.ArrowTurnRightDown20Regular = exports.ArrowTurnRightDownRegular = exports.ArrowTurnRightDownFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ArrowTurnRightDownFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnRightDownFilled", "", 2, undefined));
exports.ArrowTurnRightDownRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnRightDownRegular", "", 2, undefined));
exports.ArrowTurnRightDown20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnRightDown20Regular", "", 1, 20));
exports.ArrowTurnRightDown20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnRightDown20Filled", "", 0, 20));
exports.ArrowTurnRightDown48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnRightDown48Regular", "", 1, 48));
exports.ArrowTurnRightDown48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnRightDown48Filled", "", 0, 48));