9 lines
745 B
JavaScript
9 lines
745 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const RouterOffFilled = ( /*#__PURE__*/createFluentFontIcon("RouterOffFilled", "", 2, undefined));
|
|
export const RouterOffRegular = ( /*#__PURE__*/createFluentFontIcon("RouterOffRegular", "", 2, undefined));
|
|
export const RouterOff20Regular = ( /*#__PURE__*/createFluentFontIcon("RouterOff20Regular", "", 1, 20));
|
|
export const RouterOff20Filled = ( /*#__PURE__*/createFluentFontIcon("RouterOff20Filled", "", 0, 20));
|
|
export const RouterOff24Regular = ( /*#__PURE__*/createFluentFontIcon("RouterOff24Regular", "", 1, 24));
|
|
export const RouterOff24Filled = ( /*#__PURE__*/createFluentFontIcon("RouterOff24Filled", "", 0, 24));
|