@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.68 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SendBeaker48Filled = exports.SendBeaker48Regular = exports.SendBeaker32Filled = exports.SendBeaker32Regular = exports.SendBeaker28Filled = exports.SendBeaker28Regular = exports.SendBeaker24Filled = exports.SendBeaker24Regular = exports.SendBeaker20Filled = exports.SendBeaker20Regular = exports.SendBeaker16Filled = exports.SendBeaker16Regular = exports.SendBeakerRegular = exports.SendBeakerFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.SendBeakerFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendBeakerFilled", "", 2, undefined, { flipInRtl: true }));
exports.SendBeakerRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendBeakerRegular", "", 2, undefined, { flipInRtl: true }));
exports.SendBeaker16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendBeaker16Regular", "", 1, 16, { flipInRtl: true }));
exports.SendBeaker16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendBeaker16Filled", "", 0, 16, { flipInRtl: true }));
exports.SendBeaker20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendBeaker20Regular", "", 1, 20, { flipInRtl: true }));
exports.SendBeaker20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendBeaker20Filled", "", 0, 20, { flipInRtl: true }));
exports.SendBeaker24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendBeaker24Regular", "", 1, 24, { flipInRtl: true }));
exports.SendBeaker24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendBeaker24Filled", "", 0, 24, { flipInRtl: true }));
exports.SendBeaker28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendBeaker28Regular", "", 1, 28, { flipInRtl: true }));
exports.SendBeaker28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendBeaker28Filled", "", 0, 28, { flipInRtl: true }));
exports.SendBeaker32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendBeaker32Regular", "", 1, 32, { flipInRtl: true }));
exports.SendBeaker32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendBeaker32Filled", "", 0, 32, { flipInRtl: true }));
exports.SendBeaker48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendBeaker48Regular", "", 1, 48, { flipInRtl: true }));
exports.SendBeaker48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SendBeaker48Filled", "", 0, 48, { flipInRtl: true }));