UNPKG

@fluentui/react-icons

Version:

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

18 lines (17 loc) 1.55 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const FlagFilled = ( /*#__PURE__*/createFluentFontIcon("FlagFilled", "", 2, undefined)); export const FlagRegular = ( /*#__PURE__*/createFluentFontIcon("FlagRegular", "", 2, undefined)); export const Flag16Regular = ( /*#__PURE__*/createFluentFontIcon("Flag16Regular", "", 1, 16)); export const Flag16Filled = ( /*#__PURE__*/createFluentFontIcon("Flag16Filled", "", 0, 16)); export const Flag20Regular = ( /*#__PURE__*/createFluentFontIcon("Flag20Regular", "", 1, 20)); export const Flag20Filled = ( /*#__PURE__*/createFluentFontIcon("Flag20Filled", "", 0, 20)); export const Flag24Regular = ( /*#__PURE__*/createFluentFontIcon("Flag24Regular", "", 1, 24)); export const Flag24Filled = ( /*#__PURE__*/createFluentFontIcon("Flag24Filled", "", 0, 24)); export const Flag28Regular = ( /*#__PURE__*/createFluentFontIcon("Flag28Regular", "", 1, 28)); export const Flag28Filled = ( /*#__PURE__*/createFluentFontIcon("Flag28Filled", "", 0, 28)); export const Flag32Regular = ( /*#__PURE__*/createFluentFontIcon("Flag32Regular", "󰀼", 1, 32)); export const Flag32Filled = ( /*#__PURE__*/createFluentFontIcon("Flag32Filled", "󰁀", 0, 32)); export const Flag32Light = ( /*#__PURE__*/createFluentFontIcon("Flag32Light", "", 3, 32)); export const Flag48Regular = ( /*#__PURE__*/createFluentFontIcon("Flag48Regular", "", 1, 48)); export const Flag48Filled = ( /*#__PURE__*/createFluentFontIcon("Flag48Filled", "", 0, 48));