@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.66 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Balloon24Filled = exports.Balloon24Regular = exports.Balloon20Filled = exports.Balloon20Regular = exports.Balloon16Filled = exports.Balloon16Regular = exports.Balloon12Filled = exports.Balloon12Regular = exports.BalloonRegular = exports.BalloonFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.BalloonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BalloonFilled", "", 2, undefined));
exports.BalloonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BalloonRegular", "", 2, undefined));
exports.Balloon12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Balloon12Regular", "", 1, 12));
exports.Balloon12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Balloon12Filled", "", 0, 12));
exports.Balloon16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Balloon16Regular", "", 1, 16));
exports.Balloon16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Balloon16Filled", "", 0, 16));
exports.Balloon20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Balloon20Regular", "", 1, 20));
exports.Balloon20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Balloon20Filled", "", 0, 20));
exports.Balloon24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Balloon24Regular", "", 1, 24));
exports.Balloon24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Balloon24Filled", "", 0, 24));