15 lines
1.3 KiB
JavaScript
15 lines
1.3 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DatabaseFilled = ( /*#__PURE__*/createFluentFontIcon("DatabaseFilled", "", 2, undefined));
|
|
export const DatabaseRegular = ( /*#__PURE__*/createFluentFontIcon("DatabaseRegular", "", 2, undefined));
|
|
export const Database16Regular = ( /*#__PURE__*/createFluentFontIcon("Database16Regular", "", 1, 16));
|
|
export const Database16Filled = ( /*#__PURE__*/createFluentFontIcon("Database16Filled", "", 0, 16));
|
|
export const Database20Regular = ( /*#__PURE__*/createFluentFontIcon("Database20Regular", "", 1, 20));
|
|
export const Database20Filled = ( /*#__PURE__*/createFluentFontIcon("Database20Filled", "", 0, 20));
|
|
export const Database24Regular = ( /*#__PURE__*/createFluentFontIcon("Database24Regular", "", 1, 24));
|
|
export const Database24Filled = ( /*#__PURE__*/createFluentFontIcon("Database24Filled", "", 0, 24));
|
|
export const Database32Regular = ( /*#__PURE__*/createFluentFontIcon("Database32Regular", "", 1, 32));
|
|
export const Database32Filled = ( /*#__PURE__*/createFluentFontIcon("Database32Filled", "", 0, 32));
|
|
export const Database48Regular = ( /*#__PURE__*/createFluentFontIcon("Database48Regular", "", 1, 48));
|
|
export const Database48Filled = ( /*#__PURE__*/createFluentFontIcon("Database48Filled", "", 0, 48));
|