@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.21 kB
JavaScript
"use client";
;
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));