UNPKG

@fluentui/react-icons

Version:

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

7 lines (6 loc) 551 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const PlayingCardsFilled = ( /*#__PURE__*/createFluentFontIcon("PlayingCardsFilled", "", 2, undefined)); export const PlayingCardsRegular = ( /*#__PURE__*/createFluentFontIcon("PlayingCardsRegular", "", 2, undefined)); export const PlayingCards20Regular = ( /*#__PURE__*/createFluentFontIcon("PlayingCards20Regular", "", 1, 20)); export const PlayingCards20Filled = ( /*#__PURE__*/createFluentFontIcon("PlayingCards20Filled", "", 0, 20));