14 lines
1.5 KiB
JavaScript
14 lines
1.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ThumbLikeDislike24Filled = exports.ThumbLikeDislike24Regular = exports.ThumbLikeDislike20Filled = exports.ThumbLikeDislike20Regular = exports.ThumbLikeDislike16Filled = exports.ThumbLikeDislike16Regular = exports.ThumbLikeDislikeRegular = exports.ThumbLikeDislikeFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ThumbLikeDislikeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLikeDislikeFilled", "", 2, undefined));
|
|
exports.ThumbLikeDislikeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLikeDislikeRegular", "", 2, undefined));
|
|
exports.ThumbLikeDislike16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLikeDislike16Regular", "", 1, 16));
|
|
exports.ThumbLikeDislike16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLikeDislike16Filled", "", 0, 16));
|
|
exports.ThumbLikeDislike20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLikeDislike20Regular", "", 1, 20));
|
|
exports.ThumbLikeDislike20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLikeDislike20Filled", "", 0, 20));
|
|
exports.ThumbLikeDislike24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLikeDislike24Regular", "", 1, 24));
|
|
exports.ThumbLikeDislike24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLikeDislike24Filled", "", 0, 24));
|