14 lines
1.8 KiB
JavaScript
14 lines
1.8 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TextDirectionRotate90LeftRegular = exports.TextDirectionRotate90LeftFilled = exports.TextDirectionRotate90Left24Filled = exports.TextDirectionRotate90Left24Regular = exports.TextDirectionRotate90Left20Filled = exports.TextDirectionRotate90Left20Regular = exports.TextDirectionRotate90Left16Filled = exports.TextDirectionRotate90Left16Regular = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TextDirectionRotate90Left16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Left16Regular", "", 1, 16));
|
|
exports.TextDirectionRotate90Left16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Left16Filled", "", 0, 16));
|
|
exports.TextDirectionRotate90Left20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Left20Regular", "", 1, 20));
|
|
exports.TextDirectionRotate90Left20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Left20Filled", "", 0, 20));
|
|
exports.TextDirectionRotate90Left24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Left24Regular", "", 1, 24));
|
|
exports.TextDirectionRotate90Left24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Left24Filled", "", 0, 24));
|
|
exports.TextDirectionRotate90LeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90LeftFilled", "", 2, undefined));
|
|
exports.TextDirectionRotate90LeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90LeftRegular", "", 2, undefined));
|