9 lines
753 B
JavaScript
9 lines
753 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const SurfaceHubFilled = ( /*#__PURE__*/createFluentFontIcon("SurfaceHubFilled", "", 2, undefined));
|
|
export const SurfaceHubRegular = ( /*#__PURE__*/createFluentFontIcon("SurfaceHubRegular", "", 2, undefined));
|
|
export const SurfaceHub20Regular = ( /*#__PURE__*/createFluentFontIcon("SurfaceHub20Regular", "", 1, 20));
|
|
export const SurfaceHub20Filled = ( /*#__PURE__*/createFluentFontIcon("SurfaceHub20Filled", "", 0, 20));
|
|
export const SurfaceHub24Regular = ( /*#__PURE__*/createFluentFontIcon("SurfaceHub24Regular", "", 1, 24));
|
|
export const SurfaceHub24Filled = ( /*#__PURE__*/createFluentFontIcon("SurfaceHub24Filled", "", 0, 24));
|