@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 2.02 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ThumbLike48Filled = exports.ThumbLike48Regular = exports.ThumbLike28Filled = exports.ThumbLike28Regular = exports.ThumbLike24Filled = exports.ThumbLike24Regular = exports.ThumbLike20Filled = exports.ThumbLike20Regular = exports.ThumbLike16Filled = exports.ThumbLike16Regular = exports.ThumbLikeRegular = exports.ThumbLikeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ThumbLikeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLikeFilled", "", 2, undefined));
exports.ThumbLikeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLikeRegular", "", 2, undefined));
exports.ThumbLike16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLike16Regular", "", 1, 16));
exports.ThumbLike16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLike16Filled", "", 0, 16));
exports.ThumbLike20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLike20Regular", "", 1, 20));
exports.ThumbLike20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLike20Filled", "", 0, 20));
exports.ThumbLike24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLike24Regular", "", 1, 24));
exports.ThumbLike24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLike24Filled", "", 0, 24));
exports.ThumbLike28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLike28Regular", "", 1, 28));
exports.ThumbLike28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLike28Filled", "", 0, 28));
exports.ThumbLike48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLike48Regular", "", 1, 48));
exports.ThumbLike48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ThumbLike48Filled", "", 0, 48));