Private
Public Access
1
0
Files

10 lines
847 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HardDriveCall32Filled = exports.HardDriveCall32Regular = exports.HardDriveCall24Filled = exports.HardDriveCall24Regular = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.HardDriveCall24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HardDriveCall24Regular", "󰌈", 1, 24));
exports.HardDriveCall24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HardDriveCall24Filled", "󰌛", 0, 24));
exports.HardDriveCall32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HardDriveCall32Regular", "󰌉", 1, 32));
exports.HardDriveCall32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HardDriveCall32Filled", "󰌜", 0, 32));