Private
Public Access
1
0
Files

20 lines
2.7 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContactCardGeneric48Filled = exports.ContactCardGeneric48Regular = exports.ContactCardGeneric32Filled = exports.ContactCardGeneric32Regular = exports.ContactCardGeneric28Filled = exports.ContactCardGeneric28Regular = exports.ContactCardGeneric24Filled = exports.ContactCardGeneric24Regular = exports.ContactCardGeneric20Filled = exports.ContactCardGeneric20Regular = exports.ContactCardGeneric16Filled = exports.ContactCardGeneric16Regular = exports.ContactCardGenericRegular = exports.ContactCardGenericFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ContactCardGenericFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardGenericFilled", "", 2, undefined));
exports.ContactCardGenericRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardGenericRegular", "", 2, undefined));
exports.ContactCardGeneric16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardGeneric16Regular", "󰩎", 1, 16));
exports.ContactCardGeneric16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardGeneric16Filled", "󰫊", 0, 16));
exports.ContactCardGeneric20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardGeneric20Regular", "󰩏", 1, 20));
exports.ContactCardGeneric20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardGeneric20Filled", "󰫋", 0, 20));
exports.ContactCardGeneric24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardGeneric24Regular", "󰩐", 1, 24));
exports.ContactCardGeneric24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardGeneric24Filled", "󰫌", 0, 24));
exports.ContactCardGeneric28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardGeneric28Regular", "󰩑", 1, 28));
exports.ContactCardGeneric28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardGeneric28Filled", "󰫍", 0, 28));
exports.ContactCardGeneric32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardGeneric32Regular", "󰩒", 1, 32));
exports.ContactCardGeneric32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardGeneric32Filled", "󰫎", 0, 32));
exports.ContactCardGeneric48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardGeneric48Regular", "󰩓", 1, 48));
exports.ContactCardGeneric48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardGeneric48Filled", "󰫏", 0, 48));