UNPKG

@fluentui/react-icons

Version:

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

19 lines (18 loc) 1.65 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const HomeFilled = ( /*#__PURE__*/createFluentFontIcon("HomeFilled", "", 2, undefined)); export const HomeRegular = ( /*#__PURE__*/createFluentFontIcon("HomeRegular", "", 2, undefined)); export const Home12Regular = ( /*#__PURE__*/createFluentFontIcon("Home12Regular", "", 1, 12)); export const Home12Filled = ( /*#__PURE__*/createFluentFontIcon("Home12Filled", "", 0, 12)); export const Home16Regular = ( /*#__PURE__*/createFluentFontIcon("Home16Regular", "", 1, 16)); export const Home16Filled = ( /*#__PURE__*/createFluentFontIcon("Home16Filled", "", 0, 16)); export const Home20Regular = ( /*#__PURE__*/createFluentFontIcon("Home20Regular", "", 1, 20)); export const Home20Filled = ( /*#__PURE__*/createFluentFontIcon("Home20Filled", "", 0, 20)); export const Home24Regular = ( /*#__PURE__*/createFluentFontIcon("Home24Regular", "", 1, 24)); export const Home24Filled = ( /*#__PURE__*/createFluentFontIcon("Home24Filled", "", 0, 24)); export const Home28Regular = ( /*#__PURE__*/createFluentFontIcon("Home28Regular", "", 1, 28)); export const Home28Filled = ( /*#__PURE__*/createFluentFontIcon("Home28Filled", "", 0, 28)); export const Home32Regular = ( /*#__PURE__*/createFluentFontIcon("Home32Regular", "", 1, 32)); export const Home32Filled = ( /*#__PURE__*/createFluentFontIcon("Home32Filled", "", 0, 32)); export const Home48Regular = ( /*#__PURE__*/createFluentFontIcon("Home48Regular", "", 1, 48)); export const Home48Filled = ( /*#__PURE__*/createFluentFontIcon("Home48Filled", "", 0, 48));