12 lines
1.2 KiB
JavaScript
12 lines
1.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ContactCardLink20Filled = exports.ContactCardLink20Regular = exports.ContactCardLink16Filled = exports.ContactCardLink16Regular = exports.ContactCardLinkRegular = exports.ContactCardLinkFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ContactCardLinkFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardLinkFilled", "", 2, undefined));
|
|
exports.ContactCardLinkRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardLinkRegular", "", 2, undefined));
|
|
exports.ContactCardLink16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardLink16Regular", "", 1, 16));
|
|
exports.ContactCardLink16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardLink16Filled", "", 0, 16));
|
|
exports.ContactCardLink20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardLink20Regular", "", 1, 20));
|
|
exports.ContactCardLink20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContactCardLink20Filled", "", 0, 20));
|