Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/image-globe.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

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));