7 lines
567 B
JavaScript
7 lines
567 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DatabaseWindowFilled = ( /*#__PURE__*/createFluentFontIcon("DatabaseWindowFilled", "", 2, undefined));
|
|
export const DatabaseWindowRegular = ( /*#__PURE__*/createFluentFontIcon("DatabaseWindowRegular", "", 2, undefined));
|
|
export const DatabaseWindow20Regular = ( /*#__PURE__*/createFluentFontIcon("DatabaseWindow20Regular", "", 1, 20));
|
|
export const DatabaseWindow20Filled = ( /*#__PURE__*/createFluentFontIcon("DatabaseWindow20Filled", "", 0, 20));
|