UNPKG

@fluentui/react-icons

Version:

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

11 lines (10 loc) 875 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const CityFilled = ( /*#__PURE__*/createFluentFontIcon("CityFilled", "", 2, undefined)); export const CityRegular = ( /*#__PURE__*/createFluentFontIcon("CityRegular", "", 2, undefined)); export const City16Regular = ( /*#__PURE__*/createFluentFontIcon("City16Regular", "", 1, 16)); export const City16Filled = ( /*#__PURE__*/createFluentFontIcon("City16Filled", "", 0, 16)); export const City20Regular = ( /*#__PURE__*/createFluentFontIcon("City20Regular", "", 1, 20)); export const City20Filled = ( /*#__PURE__*/createFluentFontIcon("City20Filled", "", 0, 20)); export const City24Regular = ( /*#__PURE__*/createFluentFontIcon("City24Regular", "", 1, 24)); export const City24Filled = ( /*#__PURE__*/createFluentFontIcon("City24Filled", "", 0, 24));