@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.44 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlantGrass28Filled = exports.PlantGrass28Regular = exports.PlantGrass24Filled = exports.PlantGrass24Regular = exports.PlantGrass20Filled = exports.PlantGrass20Regular = exports.PlantGrassRegular = exports.PlantGrassFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PlantGrassFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantGrassFilled", "", 2, undefined));
exports.PlantGrassRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantGrassRegular", "", 2, undefined));
exports.PlantGrass20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantGrass20Regular", "", 1, 20));
exports.PlantGrass20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantGrass20Filled", "", 0, 20));
exports.PlantGrass24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantGrass24Regular", "", 1, 24));
exports.PlantGrass24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantGrass24Filled", "", 0, 24));
exports.PlantGrass28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantGrass28Regular", "", 1, 28));
exports.PlantGrass28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantGrass28Filled", "", 0, 28));