@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
19 lines (18 loc) • 1.65 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PlayFilled = ( /*#__PURE__*/createFluentFontIcon("PlayFilled", "", 2, undefined));
export const PlayRegular = ( /*#__PURE__*/createFluentFontIcon("PlayRegular", "", 2, undefined));
export const Play12Regular = ( /*#__PURE__*/createFluentFontIcon("Play12Regular", "", 1, 12));
export const Play12Filled = ( /*#__PURE__*/createFluentFontIcon("Play12Filled", "", 0, 12));
export const Play16Regular = ( /*#__PURE__*/createFluentFontIcon("Play16Regular", "", 1, 16));
export const Play16Filled = ( /*#__PURE__*/createFluentFontIcon("Play16Filled", "", 0, 16));
export const Play20Regular = ( /*#__PURE__*/createFluentFontIcon("Play20Regular", "", 1, 20));
export const Play20Filled = ( /*#__PURE__*/createFluentFontIcon("Play20Filled", "", 0, 20));
export const Play24Regular = ( /*#__PURE__*/createFluentFontIcon("Play24Regular", "", 1, 24));
export const Play24Filled = ( /*#__PURE__*/createFluentFontIcon("Play24Filled", "", 0, 24));
export const Play28Regular = ( /*#__PURE__*/createFluentFontIcon("Play28Regular", "", 1, 28));
export const Play28Filled = ( /*#__PURE__*/createFluentFontIcon("Play28Filled", "", 0, 28));
export const Play32Regular = ( /*#__PURE__*/createFluentFontIcon("Play32Regular", "", 1, 32));
export const Play32Filled = ( /*#__PURE__*/createFluentFontIcon("Play32Filled", "", 0, 32));
export const Play48Regular = ( /*#__PURE__*/createFluentFontIcon("Play48Regular", "", 1, 48));
export const Play48Filled = ( /*#__PURE__*/createFluentFontIcon("Play48Filled", "", 0, 48));