@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.25 kB
JavaScript
"use client";
;
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));