15 lines
1.5 KiB
JavaScript
15 lines
1.5 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ClosedCaptionOffFilled = ( /*#__PURE__*/createFluentFontIcon("ClosedCaptionOffFilled", "", 2, undefined));
|
|
export const ClosedCaptionOffRegular = ( /*#__PURE__*/createFluentFontIcon("ClosedCaptionOffRegular", "", 2, undefined));
|
|
export const ClosedCaptionOff16Regular = ( /*#__PURE__*/createFluentFontIcon("ClosedCaptionOff16Regular", "", 1, 16));
|
|
export const ClosedCaptionOff16Filled = ( /*#__PURE__*/createFluentFontIcon("ClosedCaptionOff16Filled", "", 0, 16));
|
|
export const ClosedCaptionOff20Regular = ( /*#__PURE__*/createFluentFontIcon("ClosedCaptionOff20Regular", "", 1, 20));
|
|
export const ClosedCaptionOff20Filled = ( /*#__PURE__*/createFluentFontIcon("ClosedCaptionOff20Filled", "", 0, 20));
|
|
export const ClosedCaptionOff24Regular = ( /*#__PURE__*/createFluentFontIcon("ClosedCaptionOff24Regular", "", 1, 24));
|
|
export const ClosedCaptionOff24Filled = ( /*#__PURE__*/createFluentFontIcon("ClosedCaptionOff24Filled", "", 0, 24));
|
|
export const ClosedCaptionOff28Regular = ( /*#__PURE__*/createFluentFontIcon("ClosedCaptionOff28Regular", "", 1, 28));
|
|
export const ClosedCaptionOff28Filled = ( /*#__PURE__*/createFluentFontIcon("ClosedCaptionOff28Filled", "", 0, 28));
|
|
export const ClosedCaptionOff48Regular = ( /*#__PURE__*/createFluentFontIcon("ClosedCaptionOff48Regular", "", 1, 48));
|
|
export const ClosedCaptionOff48Filled = ( /*#__PURE__*/createFluentFontIcon("ClosedCaptionOff48Filled", "", 0, 48));
|