FluentIcon

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
name string Icon name
symbol string Symbol enum value (for SymbolIcon)
unicodePoint string Unicode code point for FontIcon
description string
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-fluenticon-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FluentIcon",
  "title": "FluentIcon",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Icon name"
    },
    "symbol": {
      "type": "string",
      "description": "Symbol enum value (for SymbolIcon)"
    },
    "unicodePoint": {
      "type": "string",
      "description": "Unicode code point for FontIcon",
      "example": "E700"
    },
    "description": {
      "type": "string"
    }
  }
}