UNPKG

@fluentui/react-icons

Version:

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

19 lines (18 loc) 1.69 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const GuestFilled = ( /*#__PURE__*/createFluentFontIcon("GuestFilled", "", 2, undefined)); export const GuestRegular = ( /*#__PURE__*/createFluentFontIcon("GuestRegular", "", 2, undefined)); export const Guest12Regular = ( /*#__PURE__*/createFluentFontIcon("Guest12Regular", "󰔎", 1, 12)); export const Guest12Filled = ( /*#__PURE__*/createFluentFontIcon("Guest12Filled", "󰖇", 0, 12)); export const Guest16Regular = ( /*#__PURE__*/createFluentFontIcon("Guest16Regular", "", 1, 16)); export const Guest16Filled = ( /*#__PURE__*/createFluentFontIcon("Guest16Filled", "", 0, 16)); export const Guest20Regular = ( /*#__PURE__*/createFluentFontIcon("Guest20Regular", "", 1, 20)); export const Guest20Filled = ( /*#__PURE__*/createFluentFontIcon("Guest20Filled", "", 0, 20)); export const Guest24Regular = ( /*#__PURE__*/createFluentFontIcon("Guest24Regular", "", 1, 24)); export const Guest24Filled = ( /*#__PURE__*/createFluentFontIcon("Guest24Filled", "", 0, 24)); export const Guest28Regular = ( /*#__PURE__*/createFluentFontIcon("Guest28Regular", "", 1, 28)); export const Guest28Filled = ( /*#__PURE__*/createFluentFontIcon("Guest28Filled", "", 0, 28)); export const Guest32Regular = ( /*#__PURE__*/createFluentFontIcon("Guest32Regular", "󰔏", 1, 32)); export const Guest32Filled = ( /*#__PURE__*/createFluentFontIcon("Guest32Filled", "󰖈", 0, 32)); export const Guest48Regular = ( /*#__PURE__*/createFluentFontIcon("Guest48Regular", "󰔐", 1, 48)); export const Guest48Filled = ( /*#__PURE__*/createFluentFontIcon("Guest48Filled", "󰖉", 0, 48));