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

14 lines
1.8 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextDirectionRotate45RightRegular = exports.TextDirectionRotate45RightFilled = exports.TextDirectionRotate45Right24Filled = exports.TextDirectionRotate45Right24Regular = exports.TextDirectionRotate45Right20Filled = exports.TextDirectionRotate45Right20Regular = exports.TextDirectionRotate45Right16Filled = exports.TextDirectionRotate45Right16Regular = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextDirectionRotate45Right16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate45Right16Regular", "󰯘", 1, 16));
exports.TextDirectionRotate45Right16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate45Right16Filled", "󰱕", 0, 16));
exports.TextDirectionRotate45Right20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate45Right20Regular", "󰇻", 1, 20));
exports.TextDirectionRotate45Right20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate45Right20Filled", "󰇻", 0, 20));
exports.TextDirectionRotate45Right24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate45Right24Regular", "󰇼", 1, 24));
exports.TextDirectionRotate45Right24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate45Right24Filled", "󰇼", 0, 24));
exports.TextDirectionRotate45RightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate45RightFilled", "", 2, undefined));
exports.TextDirectionRotate45RightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate45RightRegular", "", 2, undefined));