12 lines
1.2 KiB
JavaScript
12 lines
1.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ArrowTurnLeftUp48Filled = exports.ArrowTurnLeftUp48Regular = exports.ArrowTurnLeftUp20Filled = exports.ArrowTurnLeftUp20Regular = exports.ArrowTurnLeftUpRegular = exports.ArrowTurnLeftUpFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ArrowTurnLeftUpFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnLeftUpFilled", "", 2, undefined));
|
|
exports.ArrowTurnLeftUpRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnLeftUpRegular", "", 2, undefined));
|
|
exports.ArrowTurnLeftUp20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnLeftUp20Regular", "", 1, 20));
|
|
exports.ArrowTurnLeftUp20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnLeftUp20Filled", "", 0, 20));
|
|
exports.ArrowTurnLeftUp48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnLeftUp48Regular", "", 1, 48));
|
|
exports.ArrowTurnLeftUp48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnLeftUp48Filled", "", 0, 48));
|