Remix Icon

Remix Icon (remix_icon)

These options control the registration of the Remix Icon library.

Remix Icon uses the Apache 2.0 License.

JSON Schema

Definition
{
  "$id": "https://platen.io/modules/platen/config/site/features/shoelace/icon_libraries/remix_icon/schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "Settings for the Remix Icon library.\n\nhttps://platen.io/modules/platen/config/site/features/shoelace/icon_libraries/remix_icon/",
  "properties": {
    "aliases": {
      "default": [
        "remix"
      ],
      "description": "Define any number of aliases for the icon library.\n\nhttps://platen.io/modules/platen/config/site/features/shoelace/icon_libraries/remix_icon/#aliases",
      "items": {
        "type": "string"
      },
      "title": "Library Aliases",
      "type": "array"
    },
    "default_category": {
      "default": "system",
      "enum": [
        "buildings",
        "business",
        "communication",
        "design",
        "development",
        "device",
        "document",
        "editor",
        "finance",
        "health",
        "logos",
        "map",
        "media",
        "others",
        "system",
        "user",
        "weather"
      ],
      "title": "Default Icon Category",
      "type": "string"
    },
    "default_variant": {
      "default": "line",
      "description": "Choose the default icon variant to use for the library.\n\nhttps://platen.io/modules/platen/config/site/features/shoelace/icon_libraries/remix_icon/#default_variant",
      "enum": [
        "line",
        "fill"
      ],
      "title": "Library Default Variant",
      "type": "string"
    },
    "enabled": {
      "default": true,
      "description": "Choose whether to enable the icon library\n\nhttps://platen.io/modules/platen/config/site/features/shoelace/icon_libraries/remix_icon/#enabled",
      "title": "Enable Library",
      "type": "boolean"
    },
    "registration": {
      "description": "Settings for how the library is registered.\n\nhttps://platen.io/modules/platen/config/site/features/shoelace/icon_libraries/remix_icon/#registration",
      "properties": {
        "script": {
          "default": "ionicons.js",
          "description": "Specify the name of the registration script.\n\nhttps://platen.io/modules/platen/config/site/features/shoelace/icon_libraries/remix_icon/#script",
          "title": "Registration Script",
          "type": "string"
        }
      },
      "title": "Registration Options",
      "type": "object"
    },
    "version": {
      "default": "2.5.0",
      "description": "Choose the version of the library to load.\n\nhttps://platen.io/modules/platen/config/site/features/shoelace/icon_libraries/remix_icon/#version",
      "title": "Library Version",
      "type": "string"
    }
  },
  "title": "Remix Icon",
  "type": "object"
}

Enable Library (enabled)

Use this setting to choose whether the icon library is available.

Library Aliases (aliases)

Use this setting to specify alternate short names for the library. You can use these names instead of the full library name when specifying the library in your markup or other settings.

<h3 id="aliases.default">Default Value</h3>

[
  &#34;remix&#34;
]

Library Version (version)

Choose the version of the library to load from the CDN. Platen regularly updates this version after testing. You can always use a specific released version of the library if you prefer.

Default Icon Category (default_category)

Defines the default category to use for the icon library.

Library Default Variant (default_variant)

Use this option to set the default variant for icons from this library.

Registration Options (registration)

Settings for how the library is registered.

JSON Schema

Definition
{
  "description": "Settings for how the library is registered.\n\nhttps://platen.io/modules/platen/config/site/features/shoelace/icon_libraries/remix_icon/",
  "properties": {
    "script": {
      "default": "ionicons.js",
      "description": "Specify the name of the registration script.\n\nhttps://platen.io/modules/platen/config/site/features/shoelace/icon_libraries/remix_icon/#script",
      "title": "Registration Script",
      "type": "string"
    }
  },
  "title": "Registration Options",
  "type": "object"
}

Registration Script (script)

Specify the name of the registration script.

Edit this page