12 lines
1.2 KiB
JavaScript
12 lines
1.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.AnimalRabbitOff32Filled = exports.AnimalRabbitOff32Regular = exports.AnimalRabbitOff20Filled = exports.AnimalRabbitOff20Regular = exports.AnimalRabbitOffRegular = exports.AnimalRabbitOffFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.AnimalRabbitOffFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalRabbitOffFilled", "", 2, undefined));
|
|
exports.AnimalRabbitOffRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalRabbitOffRegular", "", 2, undefined));
|
|
exports.AnimalRabbitOff20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalRabbitOff20Regular", "", 1, 20));
|
|
exports.AnimalRabbitOff20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalRabbitOff20Filled", "", 0, 20));
|
|
exports.AnimalRabbitOff32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalRabbitOff32Regular", "", 1, 32));
|
|
exports.AnimalRabbitOff32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AnimalRabbitOff32Filled", "", 0, 32));
|