20 lines
2.5 KiB
JavaScript
20 lines
2.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.AnimalPawPrint48Filled = exports.AnimalPawPrint48Regular = exports.AnimalPawPrint32Filled = exports.AnimalPawPrint32Regular = exports.AnimalPawPrint28Filled = exports.AnimalPawPrint28Regular = exports.AnimalPawPrint24Filled = exports.AnimalPawPrint24Regular = exports.AnimalPawPrint20Filled = exports.AnimalPawPrint20Regular = exports.AnimalPawPrint16Filled = exports.AnimalPawPrint16Regular = exports.AnimalPawPrintRegular = exports.AnimalPawPrintFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.AnimalPawPrintFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalPawPrintFilled", "", 2, undefined));
|
|
exports.AnimalPawPrintRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalPawPrintRegular", "", 2, undefined));
|
|
exports.AnimalPawPrint16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalPawPrint16Regular", "", 1, 16));
|
|
exports.AnimalPawPrint16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalPawPrint16Filled", "", 0, 16));
|
|
exports.AnimalPawPrint20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalPawPrint20Regular", "", 1, 20));
|
|
exports.AnimalPawPrint20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalPawPrint20Filled", "", 0, 20));
|
|
exports.AnimalPawPrint24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalPawPrint24Regular", "", 1, 24));
|
|
exports.AnimalPawPrint24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalPawPrint24Filled", "", 0, 24));
|
|
exports.AnimalPawPrint28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalPawPrint28Regular", "", 1, 28));
|
|
exports.AnimalPawPrint28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalPawPrint28Filled", "", 0, 28));
|
|
exports.AnimalPawPrint32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalPawPrint32Regular", "", 1, 32));
|
|
exports.AnimalPawPrint32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalPawPrint32Filled", "", 0, 32));
|
|
exports.AnimalPawPrint48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalPawPrint48Regular", "", 1, 48));
|
|
exports.AnimalPawPrint48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalPawPrint48Filled", "", 0, 48));
|