UNPKG

@fluentui/react-icons

Version:

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

17 lines (16 loc) 1.71 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ClosedCaptionFilled = ( /*#__PURE__*/createFluentFontIcon("ClosedCaptionFilled", "", 2, undefined)); export const ClosedCaptionRegular = ( /*#__PURE__*/createFluentFontIcon("ClosedCaptionRegular", "", 2, undefined)); export const ClosedCaption16Regular = ( /*#__PURE__*/createFluentFontIcon("ClosedCaption16Regular", "", 1, 16)); export const ClosedCaption16Filled = ( /*#__PURE__*/createFluentFontIcon("ClosedCaption16Filled", "", 0, 16)); export const ClosedCaption20Regular = ( /*#__PURE__*/createFluentFontIcon("ClosedCaption20Regular", "", 1, 20)); export const ClosedCaption20Filled = ( /*#__PURE__*/createFluentFontIcon("ClosedCaption20Filled", "", 0, 20)); export const ClosedCaption24Regular = ( /*#__PURE__*/createFluentFontIcon("ClosedCaption24Regular", "", 1, 24)); export const ClosedCaption24Filled = ( /*#__PURE__*/createFluentFontIcon("ClosedCaption24Filled", "", 0, 24)); export const ClosedCaption28Regular = ( /*#__PURE__*/createFluentFontIcon("ClosedCaption28Regular", "", 1, 28)); export const ClosedCaption28Filled = ( /*#__PURE__*/createFluentFontIcon("ClosedCaption28Filled", "", 0, 28)); export const ClosedCaption32Regular = ( /*#__PURE__*/createFluentFontIcon("ClosedCaption32Regular", "", 1, 32)); export const ClosedCaption32Filled = ( /*#__PURE__*/createFluentFontIcon("ClosedCaption32Filled", "", 0, 32)); export const ClosedCaption48Regular = ( /*#__PURE__*/createFluentFontIcon("ClosedCaption48Regular", "", 1, 48)); export const ClosedCaption48Filled = ( /*#__PURE__*/createFluentFontIcon("ClosedCaption48Filled", "", 0, 48));