7 lines
551 B
JavaScript
7 lines
551 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PlaySettingsFilled = ( /*#__PURE__*/createFluentFontIcon("PlaySettingsFilled", "", 2, undefined));
|
|
export const PlaySettingsRegular = ( /*#__PURE__*/createFluentFontIcon("PlaySettingsRegular", "", 2, undefined));
|
|
export const PlaySettings20Regular = ( /*#__PURE__*/createFluentFontIcon("PlaySettings20Regular", "", 1, 20));
|
|
export const PlaySettings20Filled = ( /*#__PURE__*/createFluentFontIcon("PlaySettings20Filled", "", 0, 20));
|