16 lines
1.4 KiB
JavaScript
16 lines
1.4 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CursorFilled = ( /*#__PURE__*/createFluentFontIcon("CursorFilled", "", 2, undefined));
|
|
export const CursorRegular = ( /*#__PURE__*/createFluentFontIcon("CursorRegular", "", 2, undefined));
|
|
export const Cursor16Regular = ( /*#__PURE__*/createFluentFontIcon("Cursor16Regular", "", 1, 16));
|
|
export const Cursor16Filled = ( /*#__PURE__*/createFluentFontIcon("Cursor16Filled", "", 0, 16));
|
|
export const Cursor20Regular = ( /*#__PURE__*/createFluentFontIcon("Cursor20Regular", "", 1, 20));
|
|
export const Cursor20Filled = ( /*#__PURE__*/createFluentFontIcon("Cursor20Filled", "", 0, 20));
|
|
export const Cursor24Regular = ( /*#__PURE__*/createFluentFontIcon("Cursor24Regular", "", 1, 24));
|
|
export const Cursor24Filled = ( /*#__PURE__*/createFluentFontIcon("Cursor24Filled", "", 0, 24));
|
|
export const Cursor28Regular = ( /*#__PURE__*/createFluentFontIcon("Cursor28Regular", "", 1, 28));
|
|
export const Cursor28Filled = ( /*#__PURE__*/createFluentFontIcon("Cursor28Filled", "", 0, 28));
|
|
export const Cursor32Regular = ( /*#__PURE__*/createFluentFontIcon("Cursor32Regular", "", 1, 32));
|
|
export const Cursor32Filled = ( /*#__PURE__*/createFluentFontIcon("Cursor32Filled", "", 0, 32));
|
|
export const Cursor32Light = ( /*#__PURE__*/createFluentFontIcon("Cursor32Light", "", 3, 32));
|