@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.65 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CursorHoverFilled = ( /*#__PURE__*/createFluentFontIcon("CursorHoverFilled", "", 2, undefined));
export const CursorHoverRegular = ( /*#__PURE__*/createFluentFontIcon("CursorHoverRegular", "", 2, undefined));
export const CursorHover16Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHover16Regular", "", 1, 16));
export const CursorHover16Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHover16Filled", "", 0, 16));
export const CursorHover20Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHover20Regular", "", 1, 20));
export const CursorHover20Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHover20Filled", "", 0, 20));
export const CursorHover24Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHover24Regular", "", 1, 24));
export const CursorHover24Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHover24Filled", "", 0, 24));
export const CursorHover28Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHover28Regular", "", 1, 28));
export const CursorHover28Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHover28Filled", "", 0, 28));
export const CursorHover32Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHover32Regular", "", 1, 32));
export const CursorHover32Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHover32Filled", "", 0, 32));
export const CursorHover48Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHover48Regular", "", 1, 48));
export const CursorHover48Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHover48Filled", "", 0, 48));