UNPKG

@fluentui/react-icons

Version:

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

13 lines (12 loc) 1.07 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const PillFilled = ( /*#__PURE__*/createFluentFontIcon("PillFilled", "", 2, undefined)); export const PillRegular = ( /*#__PURE__*/createFluentFontIcon("PillRegular", "", 2, undefined)); export const Pill16Regular = ( /*#__PURE__*/createFluentFontIcon("Pill16Regular", "", 1, 16)); export const Pill16Filled = ( /*#__PURE__*/createFluentFontIcon("Pill16Filled", "", 0, 16)); export const Pill20Regular = ( /*#__PURE__*/createFluentFontIcon("Pill20Regular", "", 1, 20)); export const Pill20Filled = ( /*#__PURE__*/createFluentFontIcon("Pill20Filled", "", 0, 20)); export const Pill24Regular = ( /*#__PURE__*/createFluentFontIcon("Pill24Regular", "", 1, 24)); export const Pill24Filled = ( /*#__PURE__*/createFluentFontIcon("Pill24Filled", "", 0, 24)); export const Pill28Regular = ( /*#__PURE__*/createFluentFontIcon("Pill28Regular", "", 1, 28)); export const Pill28Filled = ( /*#__PURE__*/createFluentFontIcon("Pill28Filled", "", 0, 28));