@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.21 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CertificateFilled = ( /*#__PURE__*/createFluentFontIcon("CertificateFilled", "", 2, undefined));
export const CertificateRegular = ( /*#__PURE__*/createFluentFontIcon("CertificateRegular", "", 2, undefined));
export const Certificate16Regular = ( /*#__PURE__*/createFluentFontIcon("Certificate16Regular", "", 1, 16));
export const Certificate16Filled = ( /*#__PURE__*/createFluentFontIcon("Certificate16Filled", "", 0, 16));
export const Certificate20Regular = ( /*#__PURE__*/createFluentFontIcon("Certificate20Regular", "", 1, 20));
export const Certificate20Filled = ( /*#__PURE__*/createFluentFontIcon("Certificate20Filled", "", 0, 20));
export const Certificate24Regular = ( /*#__PURE__*/createFluentFontIcon("Certificate24Regular", "", 1, 24));
export const Certificate24Filled = ( /*#__PURE__*/createFluentFontIcon("Certificate24Filled", "", 0, 24));
export const Certificate32Regular = ( /*#__PURE__*/createFluentFontIcon("Certificate32Regular", "", 1, 32));
export const Certificate32Filled = ( /*#__PURE__*/createFluentFontIcon("Certificate32Filled", "", 0, 32));