20 lines
2.6 KiB
JavaScript
20 lines
2.6 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ContactCardRibbon48Filled = exports.ContactCardRibbon48Regular = exports.ContactCardRibbon32Filled = exports.ContactCardRibbon32Regular = exports.ContactCardRibbon28Filled = exports.ContactCardRibbon28Regular = exports.ContactCardRibbon24Filled = exports.ContactCardRibbon24Regular = exports.ContactCardRibbon20Filled = exports.ContactCardRibbon20Regular = exports.ContactCardRibbon16Filled = exports.ContactCardRibbon16Regular = exports.ContactCardRibbonRegular = exports.ContactCardRibbonFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ContactCardRibbonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardRibbonFilled", "", 2, undefined));
|
|
exports.ContactCardRibbonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardRibbonRegular", "", 2, undefined));
|
|
exports.ContactCardRibbon16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardRibbon16Regular", "", 1, 16));
|
|
exports.ContactCardRibbon16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardRibbon16Filled", "", 0, 16));
|
|
exports.ContactCardRibbon20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardRibbon20Regular", "", 1, 20));
|
|
exports.ContactCardRibbon20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardRibbon20Filled", "", 0, 20));
|
|
exports.ContactCardRibbon24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardRibbon24Regular", "", 1, 24));
|
|
exports.ContactCardRibbon24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardRibbon24Filled", "", 0, 24));
|
|
exports.ContactCardRibbon28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardRibbon28Regular", "", 1, 28));
|
|
exports.ContactCardRibbon28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardRibbon28Filled", "", 0, 28));
|
|
exports.ContactCardRibbon32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardRibbon32Regular", "", 1, 32));
|
|
exports.ContactCardRibbon32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardRibbon32Filled", "", 0, 32));
|
|
exports.ContactCardRibbon48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardRibbon48Regular", "", 1, 48));
|
|
exports.ContactCardRibbon48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardRibbon48Filled", "", 0, 48));
|