9 lines
669 B
JavaScript
9 lines
669 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const RamFilled = ( /*#__PURE__*/createFluentFontIcon("RamFilled", "", 2, undefined));
|
|
export const RamRegular = ( /*#__PURE__*/createFluentFontIcon("RamRegular", "", 2, undefined));
|
|
export const Ram16Regular = ( /*#__PURE__*/createFluentFontIcon("Ram16Regular", "", 1, 16));
|
|
export const Ram16Filled = ( /*#__PURE__*/createFluentFontIcon("Ram16Filled", "", 0, 16));
|
|
export const Ram20Regular = ( /*#__PURE__*/createFluentFontIcon("Ram20Regular", "", 1, 20));
|
|
export const Ram20Filled = ( /*#__PURE__*/createFluentFontIcon("Ram20Filled", "", 0, 20));
|