Private
Public Access
1
0
Files

16 lines
1.6 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LeafOne32Filled = exports.LeafOne32Regular = exports.LeafOne24Filled = exports.LeafOne24Regular = exports.LeafOne20Filled = exports.LeafOne20Regular = exports.LeafOne16Filled = exports.LeafOne16Regular = exports.LeafOneRegular = exports.LeafOneFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LeafOneFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafOneFilled", "", 2, undefined));
exports.LeafOneRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafOneRegular", "", 2, undefined));
exports.LeafOne16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafOne16Regular", "", 1, 16));
exports.LeafOne16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafOne16Filled", "", 0, 16));
exports.LeafOne20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafOne20Regular", "", 1, 20));
exports.LeafOne20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafOne20Filled", "", 0, 20));
exports.LeafOne24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafOne24Regular", "", 1, 24));
exports.LeafOne24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafOne24Filled", "", 0, 24));
exports.LeafOne32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafOne32Regular", "", 1, 32));
exports.LeafOne32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafOne32Filled", "", 0, 32));