17 lines
1.8 KiB
JavaScript
17 lines
1.8 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const FolderProhibitedFilled = ( /*#__PURE__*/createFluentFontIcon("FolderProhibitedFilled", "", 2, undefined));
|
|
export const FolderProhibitedRegular = ( /*#__PURE__*/createFluentFontIcon("FolderProhibitedRegular", "", 2, undefined));
|
|
export const FolderProhibited16Regular = ( /*#__PURE__*/createFluentFontIcon("FolderProhibited16Regular", "", 1, 16));
|
|
export const FolderProhibited16Filled = ( /*#__PURE__*/createFluentFontIcon("FolderProhibited16Filled", "", 0, 16));
|
|
export const FolderProhibited20Regular = ( /*#__PURE__*/createFluentFontIcon("FolderProhibited20Regular", "", 1, 20));
|
|
export const FolderProhibited20Filled = ( /*#__PURE__*/createFluentFontIcon("FolderProhibited20Filled", "", 0, 20));
|
|
export const FolderProhibited24Regular = ( /*#__PURE__*/createFluentFontIcon("FolderProhibited24Regular", "", 1, 24));
|
|
export const FolderProhibited24Filled = ( /*#__PURE__*/createFluentFontIcon("FolderProhibited24Filled", "", 0, 24));
|
|
export const FolderProhibited28Regular = ( /*#__PURE__*/createFluentFontIcon("FolderProhibited28Regular", "", 1, 28));
|
|
export const FolderProhibited28Filled = ( /*#__PURE__*/createFluentFontIcon("FolderProhibited28Filled", "", 0, 28));
|
|
export const FolderProhibited32Regular = ( /*#__PURE__*/createFluentFontIcon("FolderProhibited32Regular", "", 1, 32));
|
|
export const FolderProhibited32Filled = ( /*#__PURE__*/createFluentFontIcon("FolderProhibited32Filled", "", 0, 32));
|
|
export const FolderProhibited48Regular = ( /*#__PURE__*/createFluentFontIcon("FolderProhibited48Regular", "", 1, 48));
|
|
export const FolderProhibited48Filled = ( /*#__PURE__*/createFluentFontIcon("FolderProhibited48Filled", "", 0, 48));
|