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