9 lines
753 B
JavaScript
9 lines
753 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ImageGlobeFilled = ( /*#__PURE__*/createFluentFontIcon("ImageGlobeFilled", "", 2, undefined));
|
|
export const ImageGlobeRegular = ( /*#__PURE__*/createFluentFontIcon("ImageGlobeRegular", "", 2, undefined));
|
|
export const ImageGlobe20Regular = ( /*#__PURE__*/createFluentFontIcon("ImageGlobe20Regular", "", 1, 20));
|
|
export const ImageGlobe20Filled = ( /*#__PURE__*/createFluentFontIcon("ImageGlobe20Filled", "", 0, 20));
|
|
export const ImageGlobe24Regular = ( /*#__PURE__*/createFluentFontIcon("ImageGlobe24Regular", "", 1, 24));
|
|
export const ImageGlobe24Filled = ( /*#__PURE__*/createFluentFontIcon("ImageGlobe24Filled", "", 0, 24));
|