@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 1.52 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TagFilled = ( /*#__PURE__*/createFluentFontIcon("TagFilled", "", 2, undefined));
export const TagRegular = ( /*#__PURE__*/createFluentFontIcon("TagRegular", "", 2, undefined));
export const Tag16Regular = ( /*#__PURE__*/createFluentFontIcon("Tag16Regular", "", 1, 16));
export const Tag16Filled = ( /*#__PURE__*/createFluentFontIcon("Tag16Filled", "", 0, 16));
export const Tag20Regular = ( /*#__PURE__*/createFluentFontIcon("Tag20Regular", "", 1, 20));
export const Tag20Filled = ( /*#__PURE__*/createFluentFontIcon("Tag20Filled", "", 0, 20));
export const Tag24Regular = ( /*#__PURE__*/createFluentFontIcon("Tag24Regular", "", 1, 24));
export const Tag24Filled = ( /*#__PURE__*/createFluentFontIcon("Tag24Filled", "", 0, 24));
export const Tag28Regular = ( /*#__PURE__*/createFluentFontIcon("Tag28Regular", "", 1, 28));
export const Tag28Filled = ( /*#__PURE__*/createFluentFontIcon("Tag28Filled", "", 0, 28));
export const Tag32Regular = ( /*#__PURE__*/createFluentFontIcon("Tag32Regular", "", 1, 32));
export const Tag32Filled = ( /*#__PURE__*/createFluentFontIcon("Tag32Filled", "", 0, 32));
export const Tag32Light = ( /*#__PURE__*/createFluentFontIcon("Tag32Light", "", 3, 32));
export const Tag48Regular = ( /*#__PURE__*/createFluentFontIcon("Tag48Regular", "", 1, 48));
export const Tag48Filled = ( /*#__PURE__*/createFluentFontIcon("Tag48Filled", "", 0, 48));