Private
Public Access
1
0
Files

13 lines
1.2 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RotateLeft32Light = exports.RotateLeft24Filled = exports.RotateLeft24Regular = exports.RotateLeft20Filled = exports.RotateLeft20Regular = exports.RotateLeftRegular = exports.RotateLeftFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.RotateLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RotateLeftFilled", "", 2, undefined));
exports.RotateLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RotateLeftRegular", "", 2, undefined));
exports.RotateLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RotateLeft20Regular", "", 1, 20));
exports.RotateLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RotateLeft20Filled", "", 0, 20));
exports.RotateLeft24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RotateLeft24Regular", "", 1, 24));
exports.RotateLeft24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RotateLeft24Filled", "", 0, 24));
exports.RotateLeft32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RotateLeft32Light", "", 3, 32));