UNPKG

@fluentui/react-icons

Version:

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

20 lines (19 loc) 1.85 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const MentionFilled = ( /*#__PURE__*/createFluentFontIcon("MentionFilled", "", 2, undefined)); export const MentionRegular = ( /*#__PURE__*/createFluentFontIcon("MentionRegular", "", 2, undefined)); export const Mention12Regular = ( /*#__PURE__*/createFluentFontIcon("Mention12Regular", "", 1, 12)); export const Mention12Filled = ( /*#__PURE__*/createFluentFontIcon("Mention12Filled", "", 0, 12)); export const Mention16Regular = ( /*#__PURE__*/createFluentFontIcon("Mention16Regular", "", 1, 16)); export const Mention16Filled = ( /*#__PURE__*/createFluentFontIcon("Mention16Filled", "", 0, 16)); export const Mention20Regular = ( /*#__PURE__*/createFluentFontIcon("Mention20Regular", "", 1, 20)); export const Mention20Filled = ( /*#__PURE__*/createFluentFontIcon("Mention20Filled", "", 0, 20)); export const Mention24Regular = ( /*#__PURE__*/createFluentFontIcon("Mention24Regular", "", 1, 24)); export const Mention24Filled = ( /*#__PURE__*/createFluentFontIcon("Mention24Filled", "", 0, 24)); export const Mention28Regular = ( /*#__PURE__*/createFluentFontIcon("Mention28Regular", "󰫣", 1, 28)); export const Mention28Filled = ( /*#__PURE__*/createFluentFontIcon("Mention28Filled", "󰭡", 0, 28)); export const Mention32Regular = ( /*#__PURE__*/createFluentFontIcon("Mention32Regular", "󰁱", 1, 32)); export const Mention32Filled = ( /*#__PURE__*/createFluentFontIcon("Mention32Filled", "󰁵", 0, 32)); export const Mention32Light = ( /*#__PURE__*/createFluentFontIcon("Mention32Light", "", 3, 32)); export const Mention48Regular = ( /*#__PURE__*/createFluentFontIcon("Mention48Regular", "󰁲", 1, 48)); export const Mention48Filled = ( /*#__PURE__*/createFluentFontIcon("Mention48Filled", "󰁶", 0, 48));