@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.5 kB
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));