@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.12 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Drop48Filled = exports.Drop48Regular = exports.Drop28Filled = exports.Drop28Regular = exports.Drop24Filled = exports.Drop24Regular = exports.Drop20Filled = exports.Drop20Regular = exports.Drop16Filled = exports.Drop16Regular = exports.Drop12Filled = exports.Drop12Regular = exports.DropRegular = exports.DropFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DropFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DropFilled", "", 2, undefined));
exports.DropRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DropRegular", "", 2, undefined));
exports.Drop12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop12Regular", "", 1, 12));
exports.Drop12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop12Filled", "", 0, 12));
exports.Drop16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop16Regular", "", 1, 16));
exports.Drop16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop16Filled", "", 0, 16));
exports.Drop20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop20Regular", "", 1, 20));
exports.Drop20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop20Filled", "", 0, 20));
exports.Drop24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop24Regular", "", 1, 24));
exports.Drop24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop24Filled", "", 0, 24));
exports.Drop28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop28Regular", "", 1, 28));
exports.Drop28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop28Filled", "", 0, 28));
exports.Drop48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop48Regular", "", 1, 48));
exports.Drop48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Drop48Filled", "", 0, 48));