14 lines
1.5 KiB
JavaScript
14 lines
1.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PlantRagweed28Filled = exports.PlantRagweed28Regular = exports.PlantRagweed24Filled = exports.PlantRagweed24Regular = exports.PlantRagweed20Filled = exports.PlantRagweed20Regular = exports.PlantRagweedRegular = exports.PlantRagweedFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PlantRagweedFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweedFilled", "", 2, undefined));
|
|
exports.PlantRagweedRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweedRegular", "", 2, undefined));
|
|
exports.PlantRagweed20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweed20Regular", "", 1, 20));
|
|
exports.PlantRagweed20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweed20Filled", "", 0, 20));
|
|
exports.PlantRagweed24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweed24Regular", "", 1, 24));
|
|
exports.PlantRagweed24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweed24Filled", "", 0, 24));
|
|
exports.PlantRagweed28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweed28Regular", "", 1, 28));
|
|
exports.PlantRagweed28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweed28Filled", "", 0, 28));
|