9 lines
753 B
JavaScript
9 lines
753 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const Cellular5GFilled = ( /*#__PURE__*/createFluentFontIcon("Cellular5GFilled", "", 2, undefined));
|
|
export const Cellular5GRegular = ( /*#__PURE__*/createFluentFontIcon("Cellular5GRegular", "", 2, undefined));
|
|
export const Cellular5G20Regular = ( /*#__PURE__*/createFluentFontIcon("Cellular5G20Regular", "", 1, 20));
|
|
export const Cellular5G20Filled = ( /*#__PURE__*/createFluentFontIcon("Cellular5G20Filled", "", 0, 20));
|
|
export const Cellular5G24Regular = ( /*#__PURE__*/createFluentFontIcon("Cellular5G24Regular", "", 1, 24));
|
|
export const Cellular5G24Filled = ( /*#__PURE__*/createFluentFontIcon("Cellular5G24Filled", "", 0, 24));
|