Private
Public Access
1
0
Files

12 lines
1.2 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StarArrowRightEnd24Filled = exports.StarArrowRightEnd24Regular = exports.StarArrowRightEnd20Filled = exports.StarArrowRightEnd20Regular = exports.StarArrowRightEndRegular = exports.StarArrowRightEndFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.StarArrowRightEndFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarArrowRightEndFilled", "", 2, undefined));
exports.StarArrowRightEndRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarArrowRightEndRegular", "", 2, undefined));
exports.StarArrowRightEnd20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarArrowRightEnd20Regular", "", 1, 20));
exports.StarArrowRightEnd20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarArrowRightEnd20Filled", "", 0, 20));
exports.StarArrowRightEnd24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarArrowRightEnd24Regular", "", 1, 24));
exports.StarArrowRightEnd24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarArrowRightEnd24Filled", "", 0, 24));