14 lines
1.5 KiB
JavaScript
14 lines
1.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TreeDeciduous28Filled = exports.TreeDeciduous28Regular = exports.TreeDeciduous24Filled = exports.TreeDeciduous24Regular = exports.TreeDeciduous20Filled = exports.TreeDeciduous20Regular = exports.TreeDeciduousRegular = exports.TreeDeciduousFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TreeDeciduousFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TreeDeciduousFilled", "", 2, undefined));
|
|
exports.TreeDeciduousRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TreeDeciduousRegular", "", 2, undefined));
|
|
exports.TreeDeciduous20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TreeDeciduous20Regular", "", 1, 20));
|
|
exports.TreeDeciduous20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TreeDeciduous20Filled", "", 0, 20));
|
|
exports.TreeDeciduous24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TreeDeciduous24Regular", "", 1, 24));
|
|
exports.TreeDeciduous24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TreeDeciduous24Filled", "", 0, 24));
|
|
exports.TreeDeciduous28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TreeDeciduous28Regular", "", 1, 28));
|
|
exports.TreeDeciduous28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TreeDeciduous28Filled", "", 0, 28));
|