UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

20 lines (19 loc) 1.71 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const EyeFilled = ( /*#__PURE__*/createFluentFontIcon("EyeFilled", "", 2, undefined)); export const EyeRegular = ( /*#__PURE__*/createFluentFontIcon("EyeRegular", "", 2, undefined)); export const Eye12Regular = ( /*#__PURE__*/createFluentFontIcon("Eye12Regular", "", 1, 12)); export const Eye12Filled = ( /*#__PURE__*/createFluentFontIcon("Eye12Filled", "", 0, 12)); export const Eye16Regular = ( /*#__PURE__*/createFluentFontIcon("Eye16Regular", "", 1, 16)); export const Eye16Filled = ( /*#__PURE__*/createFluentFontIcon("Eye16Filled", "", 0, 16)); export const Eye20Regular = ( /*#__PURE__*/createFluentFontIcon("Eye20Regular", "", 1, 20)); export const Eye20Filled = ( /*#__PURE__*/createFluentFontIcon("Eye20Filled", "", 0, 20)); export const Eye24Regular = ( /*#__PURE__*/createFluentFontIcon("Eye24Regular", "", 1, 24)); export const Eye24Filled = ( /*#__PURE__*/createFluentFontIcon("Eye24Filled", "", 0, 24)); export const Eye28Regular = ( /*#__PURE__*/createFluentFontIcon("Eye28Regular", "", 1, 28)); export const Eye28Filled = ( /*#__PURE__*/createFluentFontIcon("Eye28Filled", "", 0, 28)); export const Eye32Regular = ( /*#__PURE__*/createFluentFontIcon("Eye32Regular", "", 1, 32)); export const Eye32Filled = ( /*#__PURE__*/createFluentFontIcon("Eye32Filled", "", 0, 32)); export const Eye32Light = ( /*#__PURE__*/createFluentFontIcon("Eye32Light", "", 3, 32)); export const Eye48Regular = ( /*#__PURE__*/createFluentFontIcon("Eye48Regular", "", 1, 48)); export const Eye48Filled = ( /*#__PURE__*/createFluentFontIcon("Eye48Filled", "", 0, 48));