UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

14 lines (13 loc) 1.42 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HomeEmpty28Filled = exports.HomeEmpty28Regular = exports.HomeEmpty24Filled = exports.HomeEmpty24Regular = exports.HomeEmpty20Filled = exports.HomeEmpty20Regular = exports.HomeEmptyRegular = exports.HomeEmptyFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.HomeEmptyFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HomeEmptyFilled", "", 2, undefined)); exports.HomeEmptyRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HomeEmptyRegular", "", 2, undefined)); exports.HomeEmpty20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HomeEmpty20Regular", "󰟜", 1, 20)); exports.HomeEmpty20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HomeEmpty20Filled", "󰡙", 0, 20)); exports.HomeEmpty24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HomeEmpty24Regular", "󰟝", 1, 24)); exports.HomeEmpty24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HomeEmpty24Filled", "󰡚", 0, 24)); exports.HomeEmpty28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HomeEmpty28Regular", "󰟞", 1, 28)); exports.HomeEmpty28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HomeEmpty28Filled", "󰡛", 0, 28));