@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.21 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const StarDismissFilled = ( /*#__PURE__*/createFluentFontIcon("StarDismissFilled", "", 2, undefined));
export const StarDismissRegular = ( /*#__PURE__*/createFluentFontIcon("StarDismissRegular", "", 2, undefined));
export const StarDismiss16Regular = ( /*#__PURE__*/createFluentFontIcon("StarDismiss16Regular", "", 1, 16));
export const StarDismiss16Filled = ( /*#__PURE__*/createFluentFontIcon("StarDismiss16Filled", "", 0, 16));
export const StarDismiss20Regular = ( /*#__PURE__*/createFluentFontIcon("StarDismiss20Regular", "", 1, 20));
export const StarDismiss20Filled = ( /*#__PURE__*/createFluentFontIcon("StarDismiss20Filled", "", 0, 20));
export const StarDismiss24Regular = ( /*#__PURE__*/createFluentFontIcon("StarDismiss24Regular", "", 1, 24));
export const StarDismiss24Filled = ( /*#__PURE__*/createFluentFontIcon("StarDismiss24Filled", "", 0, 24));
export const StarDismiss28Regular = ( /*#__PURE__*/createFluentFontIcon("StarDismiss28Regular", "", 1, 28));
export const StarDismiss28Filled = ( /*#__PURE__*/createFluentFontIcon("StarDismiss28Filled", "", 0, 28));