9 lines
781 B
JavaScript
9 lines
781 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const AppsSettingsFilled = ( /*#__PURE__*/createFluentFontIcon("AppsSettingsFilled", "", 2, undefined));
|
|
export const AppsSettingsRegular = ( /*#__PURE__*/createFluentFontIcon("AppsSettingsRegular", "", 2, undefined));
|
|
export const AppsSettings16Regular = ( /*#__PURE__*/createFluentFontIcon("AppsSettings16Regular", "", 1, 16));
|
|
export const AppsSettings16Filled = ( /*#__PURE__*/createFluentFontIcon("AppsSettings16Filled", "", 0, 16));
|
|
export const AppsSettings20Regular = ( /*#__PURE__*/createFluentFontIcon("AppsSettings20Regular", "", 1, 20));
|
|
export const AppsSettings20Filled = ( /*#__PURE__*/createFluentFontIcon("AppsSettings20Filled", "", 0, 20));
|