@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.1 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BowlSalad24Filled = exports.BowlSalad24Regular = exports.BowlSalad20Filled = exports.BowlSalad20Regular = exports.BowlSaladRegular = exports.BowlSaladFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.BowlSaladFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlSaladFilled", "", 2, undefined));
exports.BowlSaladRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlSaladRegular", "", 2, undefined));
exports.BowlSalad20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlSalad20Regular", "", 1, 20));
exports.BowlSalad20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlSalad20Filled", "", 0, 20));
exports.BowlSalad24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlSalad24Regular", "", 1, 24));
exports.BowlSalad24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlSalad24Filled", "", 0, 24));