9 lines
753 B
JavaScript
9 lines
753 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PhoneShakeFilled = ( /*#__PURE__*/createFluentFontIcon("PhoneShakeFilled", "", 2, undefined));
|
|
export const PhoneShakeRegular = ( /*#__PURE__*/createFluentFontIcon("PhoneShakeRegular", "", 2, undefined));
|
|
export const PhoneShake20Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneShake20Regular", "", 1, 20));
|
|
export const PhoneShake20Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneShake20Filled", "", 0, 20));
|
|
export const PhoneShake24Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneShake24Regular", "", 1, 24));
|
|
export const PhoneShake24Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneShake24Filled", "", 0, 24));
|