Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/text-direction-rotate-90-right.js

14 lines
1.8 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextDirectionRotate90RightRegular = exports.TextDirectionRotate90RightFilled = exports.TextDirectionRotate90Right24Filled = exports.TextDirectionRotate90Right24Regular = exports.TextDirectionRotate90Right20Filled = exports.TextDirectionRotate90Right20Regular = exports.TextDirectionRotate90Right16Filled = exports.TextDirectionRotate90Right16Regular = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextDirectionRotate90Right16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Right16Regular", "󰯚", 1, 16));
exports.TextDirectionRotate90Right16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Right16Filled", "󰱗", 0, 16));
exports.TextDirectionRotate90Right20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Right20Regular", "", 1, 20));
exports.TextDirectionRotate90Right20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Right20Filled", "", 0, 20));
exports.TextDirectionRotate90Right24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Right24Regular", "", 1, 24));
exports.TextDirectionRotate90Right24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Right24Filled", "", 0, 24));
exports.TextDirectionRotate90RightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90RightFilled", "", 2, undefined));
exports.TextDirectionRotate90RightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90RightRegular", "", 2, undefined));