Private
Public Access
1
0
Files

19 lines
2.1 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HandDraw32Light = exports.HandDraw32Filled = exports.HandDraw32Regular = exports.HandDraw28Filled = exports.HandDraw28Regular = exports.HandDraw24Filled = exports.HandDraw24Regular = exports.HandDraw20Filled = exports.HandDraw20Regular = exports.HandDraw16Filled = exports.HandDraw16Regular = exports.HandDrawRegular = exports.HandDrawFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.HandDrawFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HandDrawFilled", "", 2, undefined));
exports.HandDrawRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HandDrawRegular", "", 2, undefined));
exports.HandDraw16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HandDraw16Regular", "", 1, 16));
exports.HandDraw16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HandDraw16Filled", "", 0, 16));
exports.HandDraw20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HandDraw20Regular", "", 1, 20));
exports.HandDraw20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HandDraw20Filled", "", 0, 20));
exports.HandDraw24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HandDraw24Regular", "", 1, 24));
exports.HandDraw24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HandDraw24Filled", "", 0, 24));
exports.HandDraw28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HandDraw28Regular", "", 1, 28));
exports.HandDraw28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HandDraw28Filled", "", 0, 28));
exports.HandDraw32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HandDraw32Regular", "󰩸", 1, 32));
exports.HandDraw32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HandDraw32Filled", "󰫴", 0, 32));
exports.HandDraw32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HandDraw32Light", "", 3, 32));