@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.35 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const BuildingGovernmentFilled = ( /*#__PURE__*/createFluentFontIcon("BuildingGovernmentFilled", "", 2, undefined));
export const BuildingGovernmentRegular = ( /*#__PURE__*/createFluentFontIcon("BuildingGovernmentRegular", "", 2, undefined));
export const BuildingGovernment16Regular = ( /*#__PURE__*/createFluentFontIcon("BuildingGovernment16Regular", "", 1, 16));
export const BuildingGovernment16Filled = ( /*#__PURE__*/createFluentFontIcon("BuildingGovernment16Filled", "", 0, 16));
export const BuildingGovernment20Regular = ( /*#__PURE__*/createFluentFontIcon("BuildingGovernment20Regular", "", 1, 20));
export const BuildingGovernment20Filled = ( /*#__PURE__*/createFluentFontIcon("BuildingGovernment20Filled", "", 0, 20));
export const BuildingGovernment24Regular = ( /*#__PURE__*/createFluentFontIcon("BuildingGovernment24Regular", "", 1, 24));
export const BuildingGovernment24Filled = ( /*#__PURE__*/createFluentFontIcon("BuildingGovernment24Filled", "", 0, 24));
export const BuildingGovernment32Regular = ( /*#__PURE__*/createFluentFontIcon("BuildingGovernment32Regular", "", 1, 32));
export const BuildingGovernment32Filled = ( /*#__PURE__*/createFluentFontIcon("BuildingGovernment32Filled", "", 0, 32));