9 lines
777 B
JavaScript
9 lines
777 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PhoneDismissFilled = ( /*#__PURE__*/createFluentFontIcon("PhoneDismissFilled", "", 2, undefined));
|
|
export const PhoneDismissRegular = ( /*#__PURE__*/createFluentFontIcon("PhoneDismissRegular", "", 2, undefined));
|
|
export const PhoneDismiss20Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneDismiss20Regular", "", 1, 20));
|
|
export const PhoneDismiss20Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneDismiss20Filled", "", 0, 20));
|
|
export const PhoneDismiss24Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneDismiss24Regular", "", 1, 24));
|
|
export const PhoneDismiss24Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneDismiss24Filled", "", 0, 24));
|