10 lines
839 B
JavaScript
10 lines
839 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const FlagPrideFilled = ( /*#__PURE__*/createFluentFontIcon("FlagPrideFilled", "", 2, undefined));
|
|
export const FlagPride16Filled = ( /*#__PURE__*/createFluentFontIcon("FlagPride16Filled", "", 0, 16));
|
|
export const FlagPride20Filled = ( /*#__PURE__*/createFluentFontIcon("FlagPride20Filled", "", 0, 20));
|
|
export const FlagPride24Filled = ( /*#__PURE__*/createFluentFontIcon("FlagPride24Filled", "", 0, 24));
|
|
export const FlagPride28Filled = ( /*#__PURE__*/createFluentFontIcon("FlagPride28Filled", "", 0, 28));
|
|
export const FlagPride32Filled = ( /*#__PURE__*/createFluentFontIcon("FlagPride32Filled", "", 0, 32));
|
|
export const FlagPride48Filled = ( /*#__PURE__*/createFluentFontIcon("FlagPride48Filled", "", 0, 48));
|