13 lines
1.5 KiB
JavaScript
13 lines
1.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.FlagPridePhiladelphia48Filled = exports.FlagPridePhiladelphia32Filled = exports.FlagPridePhiladelphia28Filled = exports.FlagPridePhiladelphia24Filled = exports.FlagPridePhiladelphia20Filled = exports.FlagPridePhiladelphia16Filled = exports.FlagPridePhiladelphiaFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.FlagPridePhiladelphiaFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlagPridePhiladelphiaFilled", "", 2, undefined));
|
|
exports.FlagPridePhiladelphia16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlagPridePhiladelphia16Filled", "", 0, 16));
|
|
exports.FlagPridePhiladelphia20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlagPridePhiladelphia20Filled", "", 0, 20));
|
|
exports.FlagPridePhiladelphia24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlagPridePhiladelphia24Filled", "", 0, 24));
|
|
exports.FlagPridePhiladelphia28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlagPridePhiladelphia28Filled", "", 0, 28));
|
|
exports.FlagPridePhiladelphia32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlagPridePhiladelphia32Filled", "", 0, 32));
|
|
exports.FlagPridePhiladelphia48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlagPridePhiladelphia48Filled", "", 0, 48));
|