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

15 lines
1.5 KiB
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CursorHoverOffFilled = ( /*#__PURE__*/createFluentFontIcon("CursorHoverOffFilled", "", 2, undefined));
export const CursorHoverOffRegular = ( /*#__PURE__*/createFluentFontIcon("CursorHoverOffRegular", "", 2, undefined));
export const CursorHoverOff16Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHoverOff16Regular", "", 1, 16));
export const CursorHoverOff16Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHoverOff16Filled", "", 0, 16));
export const CursorHoverOff20Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHoverOff20Regular", "", 1, 20));
export const CursorHoverOff20Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHoverOff20Filled", "", 0, 20));
export const CursorHoverOff24Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHoverOff24Regular", "", 1, 24));
export const CursorHoverOff24Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHoverOff24Filled", "", 0, 24));
export const CursorHoverOff28Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHoverOff28Regular", "", 1, 28));
export const CursorHoverOff28Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHoverOff28Filled", "", 0, 28));
export const CursorHoverOff48Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHoverOff48Regular", "", 1, 48));
export const CursorHoverOff48Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHoverOff48Filled", "", 0, 48));