Private
Public Access
1
0
Files

18 lines
1.8 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Water48Filled = exports.Water48Regular = exports.Water32Filled = exports.Water32Regular = exports.Water24Filled = exports.Water24Regular = exports.Water20Filled = exports.Water20Regular = exports.Water16Filled = exports.Water16Regular = exports.WaterRegular = exports.WaterFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WaterFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WaterFilled", "", 2, undefined));
exports.WaterRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WaterRegular", "", 2, undefined));
exports.Water16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Water16Regular", "", 1, 16));
exports.Water16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Water16Filled", "", 0, 16));
exports.Water20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Water20Regular", "", 1, 20));
exports.Water20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Water20Filled", "", 0, 20));
exports.Water24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Water24Regular", "", 1, 24));
exports.Water24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Water24Filled", "", 0, 24));
exports.Water32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Water32Regular", "", 1, 32));
exports.Water32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Water32Filled", "", 0, 32));
exports.Water48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Water48Regular", "", 1, 48));
exports.Water48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Water48Filled", "", 0, 48));