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