9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PhoneKeyFilled = ( /*#__PURE__*/createFluentFontIcon("PhoneKeyFilled", "", 2, undefined));
|
|
export const PhoneKeyRegular = ( /*#__PURE__*/createFluentFontIcon("PhoneKeyRegular", "", 2, undefined));
|
|
export const PhoneKey20Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneKey20Regular", "", 1, 20));
|
|
export const PhoneKey20Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneKey20Filled", "", 0, 20));
|
|
export const PhoneKey24Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneKey24Regular", "", 1, 24));
|
|
export const PhoneKey24Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneKey24Filled", "", 0, 24));
|