@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.78 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Certificate32Filled = exports.Certificate32Regular = exports.Certificate24Filled = exports.Certificate24Regular = exports.Certificate20Filled = exports.Certificate20Regular = exports.Certificate16Filled = exports.Certificate16Regular = exports.CertificateRegular = exports.CertificateFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CertificateFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CertificateFilled", "", 2, undefined));
exports.CertificateRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CertificateRegular", "", 2, undefined));
exports.Certificate16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Certificate16Regular", "", 1, 16));
exports.Certificate16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Certificate16Filled", "", 0, 16));
exports.Certificate20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Certificate20Regular", "", 1, 20));
exports.Certificate20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Certificate20Filled", "", 0, 20));
exports.Certificate24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Certificate24Regular", "", 1, 24));
exports.Certificate24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Certificate24Filled", "", 0, 24));
exports.Certificate32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Certificate32Regular", "", 1, 32));
exports.Certificate32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Certificate32Filled", "", 0, 32));