14 lines
1.2 KiB
JavaScript
14 lines
1.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Rss24Filled = exports.Rss24Regular = exports.Rss20Filled = exports.Rss20Regular = exports.Rss16Filled = exports.Rss16Regular = exports.RssRegular = exports.RssFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.RssFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RssFilled", "", 2, undefined));
|
|
exports.RssRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RssRegular", "", 2, undefined));
|
|
exports.Rss16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Rss16Regular", "", 1, 16));
|
|
exports.Rss16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Rss16Filled", "", 0, 16));
|
|
exports.Rss20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Rss20Regular", "", 1, 20));
|
|
exports.Rss20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Rss20Filled", "", 0, 20));
|
|
exports.Rss24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Rss24Regular", "", 1, 24));
|
|
exports.Rss24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Rss24Filled", "", 0, 24));
|