@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const StarSettingsFilled = ( /*#__PURE__*/createFluentFontIcon("StarSettingsFilled", "", 2, undefined));
export const StarSettingsRegular = ( /*#__PURE__*/createFluentFontIcon("StarSettingsRegular", "", 2, undefined));
export const StarSettings20Regular = ( /*#__PURE__*/createFluentFontIcon("StarSettings20Regular", "", 1, 20));
export const StarSettings20Filled = ( /*#__PURE__*/createFluentFontIcon("StarSettings20Filled", "", 0, 20));
export const StarSettings24Regular = ( /*#__PURE__*/createFluentFontIcon("StarSettings24Regular", "", 1, 24));
export const StarSettings24Filled = ( /*#__PURE__*/createFluentFontIcon("StarSettings24Filled", "", 0, 24));
export const StarSettings32Regular = ( /*#__PURE__*/createFluentFontIcon("StarSettings32Regular", "", 1, 32));
export const StarSettings32Filled = ( /*#__PURE__*/createFluentFontIcon("StarSettings32Filled", "", 0, 32));