UNPKG

@fluentui/react-icons

Version:

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

15 lines (14 loc) 1.33 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const StarOffFilled = ( /*#__PURE__*/createFluentFontIcon("StarOffFilled", "", 2, undefined)); export const StarOffRegular = ( /*#__PURE__*/createFluentFontIcon("StarOffRegular", "", 2, undefined)); export const StarOff12Regular = ( /*#__PURE__*/createFluentFontIcon("StarOff12Regular", "", 1, 12)); export const StarOff12Filled = ( /*#__PURE__*/createFluentFontIcon("StarOff12Filled", "", 0, 12)); export const StarOff16Regular = ( /*#__PURE__*/createFluentFontIcon("StarOff16Regular", "", 1, 16)); export const StarOff16Filled = ( /*#__PURE__*/createFluentFontIcon("StarOff16Filled", "", 0, 16)); export const StarOff20Regular = ( /*#__PURE__*/createFluentFontIcon("StarOff20Regular", "", 1, 20)); export const StarOff20Filled = ( /*#__PURE__*/createFluentFontIcon("StarOff20Filled", "", 0, 20)); export const StarOff24Regular = ( /*#__PURE__*/createFluentFontIcon("StarOff24Regular", "", 1, 24)); export const StarOff24Filled = ( /*#__PURE__*/createFluentFontIcon("StarOff24Filled", "", 0, 24)); export const StarOff28Regular = ( /*#__PURE__*/createFluentFontIcon("StarOff28Regular", "", 1, 28)); export const StarOff28Filled = ( /*#__PURE__*/createFluentFontIcon("StarOff28Filled", "", 0, 28));