12 lines
996 B
JavaScript
12 lines
996 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Ram20Filled = exports.Ram20Regular = exports.Ram16Filled = exports.Ram16Regular = exports.RamRegular = exports.RamFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.RamFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RamFilled", "", 2, undefined));
|
|
exports.RamRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RamRegular", "", 2, undefined));
|
|
exports.Ram16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Ram16Regular", "", 1, 16));
|
|
exports.Ram16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Ram16Filled", "", 0, 16));
|
|
exports.Ram20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Ram20Regular", "", 1, 20));
|
|
exports.Ram20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Ram20Filled", "", 0, 20));
|