11 lines
859 B
JavaScript
11 lines
859 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const GifFilled = ( /*#__PURE__*/createFluentFontIcon("GifFilled", "", 2, undefined));
|
|
export const GifRegular = ( /*#__PURE__*/createFluentFontIcon("GifRegular", "", 2, undefined));
|
|
export const Gif16Regular = ( /*#__PURE__*/createFluentFontIcon("Gif16Regular", "", 1, 16));
|
|
export const Gif16Filled = ( /*#__PURE__*/createFluentFontIcon("Gif16Filled", "", 0, 16));
|
|
export const Gif20Regular = ( /*#__PURE__*/createFluentFontIcon("Gif20Regular", "", 1, 20));
|
|
export const Gif20Filled = ( /*#__PURE__*/createFluentFontIcon("Gif20Filled", "", 0, 20));
|
|
export const Gif24Regular = ( /*#__PURE__*/createFluentFontIcon("Gif24Regular", "", 1, 24));
|
|
export const Gif24Filled = ( /*#__PURE__*/createFluentFontIcon("Gif24Filled", "", 0, 24));
|