@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.43 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextDirectionRotate270Right24Filled = exports.TextDirectionRotate270Right24Regular = exports.TextDirectionRotate270Right20Filled = exports.TextDirectionRotate270Right20Regular = exports.TextDirectionRotate270RightRegular = exports.TextDirectionRotate270RightFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextDirectionRotate270RightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate270RightFilled", "", 2, undefined));
exports.TextDirectionRotate270RightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate270RightRegular", "", 2, undefined));
exports.TextDirectionRotate270Right20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate270Right20Regular", "", 1, 20));
exports.TextDirectionRotate270Right20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate270Right20Filled", "", 0, 20));
exports.TextDirectionRotate270Right24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate270Right24Regular", "", 1, 24));
exports.TextDirectionRotate270Right24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate270Right24Filled", "", 0, 24));