9 lines
777 B
JavaScript
9 lines
777 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PhoneVibrateFilled = ( /*#__PURE__*/createFluentFontIcon("PhoneVibrateFilled", "", 2, undefined));
|
|
export const PhoneVibrateRegular = ( /*#__PURE__*/createFluentFontIcon("PhoneVibrateRegular", "", 2, undefined));
|
|
export const PhoneVibrate20Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneVibrate20Regular", "", 1, 20));
|
|
export const PhoneVibrate20Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneVibrate20Filled", "", 0, 20));
|
|
export const PhoneVibrate24Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneVibrate24Regular", "", 1, 24));
|
|
export const PhoneVibrate24Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneVibrate24Filled", "", 0, 24));
|