Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/contact-card-link.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

9 lines
813 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ContactCardLinkFilled = ( /*#__PURE__*/createFluentFontIcon("ContactCardLinkFilled", "", 2, undefined));
export const ContactCardLinkRegular = ( /*#__PURE__*/createFluentFontIcon("ContactCardLinkRegular", "", 2, undefined));
export const ContactCardLink16Regular = ( /*#__PURE__*/createFluentFontIcon("ContactCardLink16Regular", "", 1, 16));
export const ContactCardLink16Filled = ( /*#__PURE__*/createFluentFontIcon("ContactCardLink16Filled", "", 0, 16));
export const ContactCardLink20Regular = ( /*#__PURE__*/createFluentFontIcon("ContactCardLink20Regular", "", 1, 20));
export const ContactCardLink20Filled = ( /*#__PURE__*/createFluentFontIcon("ContactCardLink20Filled", "", 0, 20));