Private
Public Access
1
0
Files

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));