{
  "plugins": [
    "react",
    "import"
  ],
  "rules": {
    "react/forbid-elements": [
      "warn",
      {
        "forbid": []
      }
    ],
    "no-restricted-imports": [
      "warn",
      {
        "patterns": [
          {
            "group": [
              "components/**",
              "components/icons-graphic/**",
              "components/icons/**",
              "preview/**"
            ],
            "message": "Import design-system components from 'index.js', not component internals."
          }
        ]
      }
    ],
    "no-restricted-syntax": [
      "warn",
      {
        "selector": "Literal[value=/#[0-9a-fA-F]{3,8}\\b/]",
        "message": "Raw hex color — use a design-system color token via var()."
      },
      {
        "selector": "Literal[value=/\\b\\d+px\\b/]",
        "message": "Raw px value — use a design-system spacing token via var()."
      },
      {
        "selector": "Literal[value=/font-family\\s*:\\s*(?!['\\\"]?(?:Parkinsans|Instrument Sans|Schibsted Grotesk))/i]",
        "message": "Font not provided by the design system. Available: Parkinsans, Instrument Sans, Schibsted Grotesk."
      },
      {
        "selector": "JSXOpeningElement[name.name='Arrows'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|icon2|key|ref|className|style|children)$/]",
        "message": "<Arrows> doesn't accept that prop. Declared props: className, style, type, icon2."
      },
      {
        "selector": "JSXOpeningElement[name.name='Arrows'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:default)$/]",
        "message": "<Arrows> type must be one of 'default'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Arrows2'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|icon2|key|ref|className|style|children)$/]",
        "message": "<Arrows2> doesn't accept that prop. Declared props: className, style, type, icon2."
      },
      {
        "selector": "JSXOpeningElement[name.name='Arrows2'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:default)$/]",
        "message": "<Arrows2> type must be one of 'default'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Base'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|size|state|icon|text1|icon1|key|ref|className|style|children)$/]",
        "message": "<Base> doesn't accept that prop. Declared props: className, style, type, size, state, icon, text1, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Base'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:primary|secondary)$/]",
        "message": "<Base> type must be one of 'primary' | 'secondary'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Base'] > JSXAttribute[name.name='size'] > Literal[value!=/^(?:sm|lg)$/]",
        "message": "<Base> size must be one of 'sm' | 'lg'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Base'] > JSXAttribute[name.name='state'] > Literal[value!=/^(?:default|hover)$/]",
        "message": "<Base> state must be one of 'default' | 'hover'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Base'] > JSXAttribute[name.name='icon'] > Literal[value!=/^(?:no icon|icon right|icon left)$/]",
        "message": "<Base> icon must be one of 'no icon' | 'icon right' | 'icon left'."
      },
      {
        "selector": "JSXOpeningElement[name.name='BTN'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|taille|priorit|style2|text1|key|ref|className|style|children)$/]",
        "message": "<BTN> doesn't accept that prop. Declared props: className, style, taille, priorit, style2, text1."
      },
      {
        "selector": "JSXOpeningElement[name.name='BTN'] > JSXAttribute[name.name='taille'] > Literal[value!=/^(?:default|link|s|xs)$/]",
        "message": "<BTN> taille must be one of 'default' | 'link' | 's' | 'xs'."
      },
      {
        "selector": "JSXOpeningElement[name.name='BTN'] > JSXAttribute[name.name='priorit'] > Literal[value!=/^(?:primary|secondary|error)$/]",
        "message": "<BTN> priorit must be one of 'primary' | 'secondary' | 'error'."
      },
      {
        "selector": "JSXOpeningElement[name.name='BTN'] > JSXAttribute[name.name='style2'] > Literal[value!=/^(?:full|full \\/ hover|disabled|outline|outline \\/ hover|outline \\+ arrow \\/ hover|outline \\+ arrow|error|sharing)$/]",
        "message": "<BTN> style2 must be one of 'full' | 'full / hover' | 'disabled' | 'outline' | 'outline / hover' | 'outline + arrow / hover' | 'outline + arrow' | 'error' | 'sharing'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|shape|state|type|icon|size|text1|icon1|key|ref|className|style|children)$/]",
        "message": "<Button> doesn't accept that prop. Declared props: className, style, shape, state, type, icon, size, text1, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button'] > JSXAttribute[name.name='shape'] > Literal[value!=/^(?:rectangle|circle)$/]",
        "message": "<Button> shape must be one of 'rectangle' | 'circle'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button'] > JSXAttribute[name.name='state'] > Literal[value!=/^(?:default|hover)$/]",
        "message": "<Button> state must be one of 'default' | 'hover'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:primary|secondary|tertiary)$/]",
        "message": "<Button> type must be one of 'primary' | 'secondary' | 'tertiary'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button'] > JSXAttribute[name.name='icon'] > Literal[value!=/^(?:no icon|icon right|icon left)$/]",
        "message": "<Button> icon must be one of 'no icon' | 'icon right' | 'icon left'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button'] > JSXAttribute[name.name='size'] > Literal[value!=/^(?:sm|lg)$/]",
        "message": "<Button> size must be one of 'sm' | 'lg'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button3'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|shape|state|type|icon|size|text1|icon1|key|ref|className|style|children)$/]",
        "message": "<Button3> doesn't accept that prop. Declared props: className, style, shape, state, type, icon, size, text1, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button3'] > JSXAttribute[name.name='shape'] > Literal[value!=/^(?:rectangle|circle)$/]",
        "message": "<Button3> shape must be one of 'rectangle' | 'circle'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button3'] > JSXAttribute[name.name='state'] > Literal[value!=/^(?:default|hover)$/]",
        "message": "<Button3> state must be one of 'default' | 'hover'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button3'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:primary|secondary|tertiary)$/]",
        "message": "<Button3> type must be one of 'primary' | 'secondary' | 'tertiary'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button3'] > JSXAttribute[name.name='icon'] > Literal[value!=/^(?:no icon|icon right|icon left)$/]",
        "message": "<Button3> icon must be one of 'no icon' | 'icon right' | 'icon left'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button3'] > JSXAttribute[name.name='size'] > Literal[value!=/^(?:sm|lg)$/]",
        "message": "<Button3> size must be one of 'sm' | 'lg'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button5'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|shape|state|type|icon|size|text1|icon1|key|ref|className|style|children)$/]",
        "message": "<Button5> doesn't accept that prop. Declared props: className, style, shape, state, type, icon, size, text1, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button5'] > JSXAttribute[name.name='shape'] > Literal[value!=/^(?:rectangle|circle)$/]",
        "message": "<Button5> shape must be one of 'rectangle' | 'circle'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button5'] > JSXAttribute[name.name='state'] > Literal[value!=/^(?:default|hover)$/]",
        "message": "<Button5> state must be one of 'default' | 'hover'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button5'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:primary|secondary|tertiary)$/]",
        "message": "<Button5> type must be one of 'primary' | 'secondary' | 'tertiary'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button5'] > JSXAttribute[name.name='icon'] > Literal[value!=/^(?:no icon|icon right|icon left)$/]",
        "message": "<Button5> icon must be one of 'no icon' | 'icon right' | 'icon left'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Button5'] > JSXAttribute[name.name='size'] > Literal[value!=/^(?:sm|lg)$/]",
        "message": "<Button5> size must be one of 'sm' | 'lg'."
      },
      {
        "selector": "JSXOpeningElement[name.name='ButtonArrowRight'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|key|ref|className|style|children)$/]",
        "message": "<ButtonArrowRight> doesn't accept that prop. Declared props: className, style."
      },
      {
        "selector": "JSXOpeningElement[name.name='CardAides'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|tat|text1|text2|text3|key|ref|className|style|children)$/]",
        "message": "<CardAides> doesn't accept that prop. Declared props: className, style, tat, text1, text2, text3."
      },
      {
        "selector": "JSXOpeningElement[name.name='CardAides'] > JSXAttribute[name.name='tat'] > Literal[value!=/^(?:a \\(primo\\)|b \\(récurrent\\))$/]",
        "message": "<CardAides> tat must be one of 'a (primo)' | 'b (récurrent)'."
      },
      {
        "selector": "JSXOpeningElement[name.name='CardCatGorie'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text1|text2|text3|icon1|key|ref|className|style|children)$/]",
        "message": "<CardCatGorie> doesn't accept that prop. Declared props: className, style, text1, text2, text3, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='CardService'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|couleur|text1|text2|icon1|key|ref|className|style|children)$/]",
        "message": "<CardService> doesn't accept that prop. Declared props: className, style, couleur, text1, text2, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='CardService'] > JSXAttribute[name.name='couleur'] > Literal[value!=/^(?:primary|secondary|tertiary)$/]",
        "message": "<CardService> couleur must be one of 'primary' | 'secondary' | 'tertiary'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Cercle03'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|key|ref|className|style|children)$/]",
        "message": "<Cercle03> doesn't accept that prop. Declared props: className, style, type."
      },
      {
        "selector": "JSXOpeningElement[name.name='Cercle03'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:color-01|color-02|color-03|color-04|color-05|color-06|color-07|color-08|color-09|color-10)$/]",
        "message": "<Cercle03> type must be one of 'color-01' | 'color-02' | 'color-03' | 'color-04' | 'color-05' | 'color-06' | 'color-07' | 'color-08' | 'color-09' | 'color-10'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Circle'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|text1|key|ref|className|style|children)$/]",
        "message": "<Circle> doesn't accept that prop. Declared props: className, style, type, text1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Circle'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:item number|notification|warning|info|sale|help)$/]",
        "message": "<Circle> type must be one of 'item number' | 'notification' | 'warning' | 'info' | 'sale' | 'help'."
      },
      {
        "selector": "JSXOpeningElement[name.name='CompnayLogo'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|logo|logoType|color|text1|key|ref|className|style|children)$/]",
        "message": "<CompnayLogo> doesn't accept that prop. Declared props: className, style, logo, logoType, color, text1."
      },
      {
        "selector": "JSXOpeningElement[name.name='CompnayLogo'] > JSXAttribute[name.name='logo'] > Literal[value!=/^(?:dexign|emblem|grapho|iconic|optimal|signum|vectra|visualy)$/]",
        "message": "<CompnayLogo> logo must be one of 'dexign' | 'emblem' | 'grapho' | 'iconic' | 'optimal' | 'signum' | 'vectra' | 'visualy'."
      },
      {
        "selector": "JSXOpeningElement[name.name='CompnayLogo'] > JSXAttribute[name.name='logoType'] > Literal[value!=/^(?:logo text)$/]",
        "message": "<CompnayLogo> logoType must be one of 'logo text'."
      },
      {
        "selector": "JSXOpeningElement[name.name='CompnayLogo'] > JSXAttribute[name.name='color'] > Literal[value!=/^(?:dark)$/]",
        "message": "<CompnayLogo> color must be one of 'dark'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component1'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|variant|key|ref|className|style|children)$/]",
        "message": "<Component1> doesn't accept that prop. Declared props: className, style, variant."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component1'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47|48|49|50|51|52|53|54|55|56|57|58|59|60|61|62|63|64|65|66|67|68|69|70|71|72|73|74|75|76|77|78|79|80|81|82|83|84|85|86|87|88|89|90|91|92|93|94|95|96|97|98|99|100|101|102|103|104|105|106|107|108|109|110|111|112|113|114|115|116|117|118|119|120|121|122|123|124|125|126|127|128|129|130|131|132|133|134|135|136|137|138|139|140|141|142|143|144|145|146|147|148|149|150|151|152|153|154|155|156|157|158|159|160|161|162|163|164|165|166|167|168|169|170|171|172|173|174|175|176|177|178|179|180|181|182|183|184|185|186|187|188|189|190|191)$/]",
        "message": "<Component1> variant must be one of '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | '13' | '14' | '15' | '16' | '17' | '18' | '19' | '20' | '21' | '22' | '23' | '24' | '25' | '26' | '27' | '28' | '29' | '30' | '31' | '32' | '33' | '34' | '35' | '36' | '37' | '38' | '39' | '40' | '41' | '42' | '43' | '44' | '45' | '46' | '47' | '48' | '49' | '50' | '51' | '52' | '53' | '54' | '55' | '56' | '57' | '58' | '59' | '60' | '61' | '62' | '63' | '64' | '65' | '66' | '67' | '68' | '69' | '70' | '71' | '72' | '73' | '74' | '75' | '76' | '77' | '78' | '79' | '80' | '81' | '82' | '83' | '84' | '85' | '86' | '87' | '88' | '89' | '90' | '91' | '92' | '93' | '94' | '95' | '96' | '97' | '98' | '99' | '100' | '101' | '102' | '103' | '104' | '105' | '106' | '107' | '108' | '109' | '110' | '111' | '112' | '113' | '114' | '115' | '116' | '117' | '118' | '119' | '120' | '121' | '122' | '123' | '124' | '125' | '126' | '127' | '128' | '129' | '130' | '131' | '132' | '133' | '134' | '135' | '136' | '137' | '138' | '139' | '140' | '141' | '142' | '143' | '144' | '145' | '146' | '147' | '148' | '149' | '150' | '151' | '152' | '153' | '154' | '155' | '156' | '157' | '158' | '159' | '160' | '161' | '162' | '163' | '164' | '165' | '166' | '167' | '168' | '169' | '170' | '171' | '172' | '173' | '174' | '175' | '176' | '177' | '178' | '179' | '180' | '181' | '182' | '183' | '184' | '185' | '186' | '187' | '188' | '189' | '190' | '191'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component10'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text|variant|hover|key|ref|className|style|children)$/]",
        "message": "<Component10> doesn't accept that prop. Declared props: className, style, text, variant, hover."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component10'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:1|2)$/]",
        "message": "<Component10> variant must be one of '1' | '2'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component11'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text|variant|hover|icon1|key|ref|className|style|children)$/]",
        "message": "<Component11> doesn't accept that prop. Declared props: className, style, text, variant, hover, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component11'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:1|2)$/]",
        "message": "<Component11> variant must be one of '1' | '2'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component12'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|variant|hover|icon1|icon2|key|ref|className|style|children)$/]",
        "message": "<Component12> doesn't accept that prop. Declared props: className, style, variant, hover, icon1, icon2."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component12'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:1|2)$/]",
        "message": "<Component12> variant must be one of '1' | '2'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component13'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|variant|hover|icon1|icon2|key|ref|className|style|children)$/]",
        "message": "<Component13> doesn't accept that prop. Declared props: className, style, variant, hover, icon1, icon2."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component13'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:4|1|2|3)$/]",
        "message": "<Component13> variant must be one of '4' | '1' | '2' | '3'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component14'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|variant|hover|icon1|key|ref|className|style|children)$/]",
        "message": "<Component14> doesn't accept that prop. Declared props: className, style, variant, hover, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component14'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:1|2)$/]",
        "message": "<Component14> variant must be one of '1' | '2'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component15'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|variant|key|ref|className|style|children)$/]",
        "message": "<Component15> doesn't accept that prop. Declared props: className, style, variant."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component15'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:1|2)$/]",
        "message": "<Component15> variant must be one of '1' | '2'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component16'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text|variant|hover|key|ref|className|style|children)$/]",
        "message": "<Component16> doesn't accept that prop. Declared props: className, style, text, variant, hover."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component16'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:1)$/]",
        "message": "<Component16> variant must be one of '1'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component2'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text|variant|hover|key|ref|className|style|children)$/]",
        "message": "<Component2> doesn't accept that prop. Declared props: className, style, text, variant, hover."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component2'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:1)$/]",
        "message": "<Component2> variant must be one of '1'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component3'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|variant|hover|text1|text2|icon1|key|ref|className|style|children)$/]",
        "message": "<Component3> doesn't accept that prop. Declared props: className, style, variant, hover, text1, text2, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component3'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:2|6|1|3|4|5|7|8|9|10|11)$/]",
        "message": "<Component3> variant must be one of '2' | '6' | '1' | '3' | '4' | '5' | '7' | '8' | '9' | '10' | '11'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component4'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|variant|hover|text1|text2|text3|text4|key|ref|className|style|children)$/]",
        "message": "<Component4> doesn't accept that prop. Declared props: className, style, variant, hover, text1, text2, text3, text4."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component4'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:1|2|3|4|5|6|7|8|9|10)$/]",
        "message": "<Component4> variant must be one of '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component5'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|variant|key|ref|className|style|children)$/]",
        "message": "<Component5> doesn't accept that prop. Declared props: className, style, variant."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component5'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:1|2|3|4|5|6)$/]",
        "message": "<Component5> variant must be one of '1' | '2' | '3' | '4' | '5' | '6'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component6'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text|variant|hover|icon1|key|ref|className|style|children)$/]",
        "message": "<Component6> doesn't accept that prop. Declared props: className, style, text, variant, hover, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component6'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:1|2|3)$/]",
        "message": "<Component6> variant must be one of '1' | '2' | '3'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component7'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text|variant|hover|icon1|key|ref|className|style|children)$/]",
        "message": "<Component7> doesn't accept that prop. Declared props: className, style, text, variant, hover, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component7'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:1|2|3|4|5)$/]",
        "message": "<Component7> variant must be one of '1' | '2' | '3' | '4' | '5'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component8'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|variant|hover|icon1|key|ref|className|style|children)$/]",
        "message": "<Component8> doesn't accept that prop. Declared props: className, style, variant, hover, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component8'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:1|2|3|4|5|6|7|8|9|10|11|12)$/]",
        "message": "<Component8> variant must be one of '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component9'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text|variant|hover|key|ref|className|style|children)$/]",
        "message": "<Component9> doesn't accept that prop. Declared props: className, style, text, variant, hover."
      },
      {
        "selector": "JSXOpeningElement[name.name='Component9'] > JSXAttribute[name.name='variant'] > Literal[value!=/^(?:1|2)$/]",
        "message": "<Component9> variant must be one of '1' | '2'."
      },
      {
        "selector": "JSXOpeningElement[name.name='ControlHandle'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|state|type|text1|key|ref|className|style|children)$/]",
        "message": "<ControlHandle> doesn't accept that prop. Declared props: className, style, state, type, text1."
      },
      {
        "selector": "JSXOpeningElement[name.name='ControlHandle'] > JSXAttribute[name.name='state'] > Literal[value!=/^(?:default|hover|focused)$/]",
        "message": "<ControlHandle> state must be one of 'default' | 'hover' | 'focused'."
      },
      {
        "selector": "JSXOpeningElement[name.name='ControlHandle'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:false|text|tooltip)$/]",
        "message": "<ControlHandle> type must be one of 'false' | 'text' | 'tooltip'."
      },
      {
        "selector": "JSXOpeningElement[name.name='CursorGrab'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|key|ref|className|style|children)$/]",
        "message": "<CursorGrab> doesn't accept that prop. Declared props: className, style."
      },
      {
        "selector": "JSXOpeningElement[name.name='Custom'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|property1|text1|key|ref|className|style|children)$/]",
        "message": "<Custom> doesn't accept that prop. Declared props: className, style, property1, text1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Custom'] > JSXAttribute[name.name='property1'] > Literal[value!=/^(?:base)$/]",
        "message": "<Custom> property1 must be one of 'base'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Field'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|showIcon|state|text1|text2|text3|key|ref|className|style|children)$/]",
        "message": "<Field> doesn't accept that prop. Declared props: className, style, showIcon, state, text1, text2, text3."
      },
      {
        "selector": "JSXOpeningElement[name.name='Field'] > JSXAttribute[name.name='state'] > Literal[value!=/^(?:default|active|error|filled)$/]",
        "message": "<Field> state must be one of 'default' | 'active' | 'error' | 'filled'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Flag'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|country|key|ref|className|style|children)$/]",
        "message": "<Flag> doesn't accept that prop. Declared props: className, style, country."
      },
      {
        "selector": "JSXOpeningElement[name.name='Flag'] > JSXAttribute[name.name='country'] > Literal[value!=/^(?:france|spain|sweden|belgium|brazil-|czech-republic|denmark|germany|netherlands|norway|poland|south-korea|switzerland|united-kingdom|united-states)$/]",
        "message": "<Flag> country must be one of 'france' | 'spain' | 'sweden' | 'belgium' | 'brazil-' | 'czech-republic' | 'denmark' | 'germany' | 'netherlands' | 'norway' | 'poland' | 'south-korea' | 'switzerland' | 'united-kingdom' | 'united-states'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Footer'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|text1|text2|text3|text4|icon1|icon2|icon3|icon4|key|ref|className|style|children)$/]",
        "message": "<Footer> doesn't accept that prop. Declared props: className, style, type, text1, text2, text3, text4, icon1, icon2, icon3, icon4."
      },
      {
        "selector": "JSXOpeningElement[name.name='Footer'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:01|02)$/]",
        "message": "<Footer> type must be one of '01' | '02'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Frame1321316223'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|where|key|ref|className|style|children)$/]",
        "message": "<Frame1321316223> doesn't accept that prop. Declared props: className, style, where."
      },
      {
        "selector": "JSXOpeningElement[name.name='Frame1321316223'] > JSXAttribute[name.name='where'] > Literal[value!=/^(?:on base|on lift|on depth|on image)$/]",
        "message": "<Frame1321316223> where must be one of 'on base' | 'on lift' | 'on depth' | 'on image'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Frame1321316754'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|key|ref|className|style|children)$/]",
        "message": "<Frame1321316754> doesn't accept that prop. Declared props: className, style."
      },
      {
        "selector": "JSXOpeningElement[name.name='Frame1321316768'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|property1|key|ref|className|style|children)$/]",
        "message": "<Frame1321316768> doesn't accept that prop. Declared props: className, style, property1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Frame1321316768'] > JSXAttribute[name.name='property1'] > Literal[value!=/^(?:default|variant2|variant3|variant4)$/]",
        "message": "<Frame1321316768> property1 must be one of 'default' | 'variant2' | 'variant3' | 'variant4'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Frame2'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|key|ref|className|style|children)$/]",
        "message": "<Frame2> doesn't accept that prop. Declared props: className, style."
      },
      {
        "selector": "JSXOpeningElement[name.name='Graphic'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|icon|key|ref|className|style|children)$/]",
        "message": "<Graphic> doesn't accept that prop. Declared props: className, style, icon."
      },
      {
        "selector": "JSXOpeningElement[name.name='Graphic'] > JSXAttribute[name.name='icon'] > Literal[value!=/^(?:design|screen|finance|people|home|diamond|phone|clock|map|mail|typography|mobile|drag|seo|speed|cart|custom|plan|strategy|optimize|world|grape|car)$/]",
        "message": "<Graphic> icon must be one of 'design' | 'screen' | 'finance' | 'people' | 'home' | 'diamond' | 'phone' | 'clock' | 'map' | 'mail' | 'typography' | 'mobile' | 'drag' | 'seo' | 'speed' | 'cart' | 'custom' | 'plan' | 'strategy' | 'optimize' | 'world' | 'grape' | 'car'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Graphic2'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|icon|key|ref|className|style|children)$/]",
        "message": "<Graphic2> doesn't accept that prop. Declared props: className, style, icon."
      },
      {
        "selector": "JSXOpeningElement[name.name='Graphic2'] > JSXAttribute[name.name='icon'] > Literal[value!=/^(?:design|screen|finance|people|home|diamond|phone|clock|map|mail|typography|mobile|drag|seo|speed|cart|custom|plan|strategy|optimize|world|grape|car|module|eco|crown)$/]",
        "message": "<Graphic2> icon must be one of 'design' | 'screen' | 'finance' | 'people' | 'home' | 'diamond' | 'phone' | 'clock' | 'map' | 'mail' | 'typography' | 'mobile' | 'drag' | 'seo' | 'speed' | 'cart' | 'custom' | 'plan' | 'strategy' | 'optimize' | 'world' | 'grape' | 'car' | 'module' | 'eco' | 'crown'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Icon'] > JSXAttribute > JSXIdentifier[name!=/^(?:name|size|key|ref|className|style|children)$/]",
        "message": "<Icon> doesn't accept that prop. Declared props: name, size."
      },
      {
        "selector": "JSXOpeningElement[name.name='IconBox'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|property1|icon1|key|ref|className|style|children)$/]",
        "message": "<IconBox> doesn't accept that prop. Declared props: className, style, property1, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='IconBox'] > JSXAttribute[name.name='property1'] > Literal[value!=/^(?:default)$/]",
        "message": "<IconBox> property1 must be one of 'default'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Icon'] > JSXAttribute > JSXIdentifier[name!=/^(?:name|size|key|ref|className|style|children)$/]",
        "message": "<Icon> doesn't accept that prop. Declared props: name, size."
      },
      {
        "selector": "JSXOpeningElement[name.name='IconsGraphic'] > JSXAttribute > JSXIdentifier[name!=/^(?:name|size|key|ref|className|style|children)$/]",
        "message": "<IconsGraphic> doesn't accept that prop. Declared props: name, size."
      },
      {
        "selector": "JSXOpeningElement[name.name='IndustryLeaders'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|icon|text1|icon1|key|ref|className|style|children)$/]",
        "message": "<IndustryLeaders> doesn't accept that prop. Declared props: className, style, icon, text1, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='IndustryLeaders'] > JSXAttribute[name.name='icon'] > Literal[value!=/^(?:no icon|icon right)$/]",
        "message": "<IndustryLeaders> icon must be one of 'no icon' | 'icon right'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Input'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|state|size|text1|text2|text3|key|ref|className|style|children)$/]",
        "message": "<Input> doesn't accept that prop. Declared props: className, style, state, size, text1, text2, text3."
      },
      {
        "selector": "JSXOpeningElement[name.name='Input'] > JSXAttribute[name.name='state'] > Literal[value!=/^(?:default|focus|error|disabled)$/]",
        "message": "<Input> state must be one of 'default' | 'focus' | 'error' | 'disabled'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Input'] > JSXAttribute[name.name='size'] > Literal[value!=/^(?:md|lg)$/]",
        "message": "<Input> size must be one of 'md' | 'lg'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Interface'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|property1|key|ref|className|style|children)$/]",
        "message": "<Interface> doesn't accept that prop. Declared props: className, style, property1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Interface'] > JSXAttribute[name.name='property1'] > Literal[value!=/^(?:a-arrow-down|a-arrow-up|a-large-small|accessibility|activity|air-vent|airplay|alarm-clock|alarm-clock-check|alarm-clock-minus|alarm-clock-off|alarm-clock-plus|alarm-smoke|album|align-center|align-center-horizontal|align-center-vertical|align-end-horizontal|align-end-vertical|align-horizontal-distribute-center|align-horizontal-distribute-end|align-horizontal-distribute-start|align-horizontal-justify-center|align-horizontal-justify-end|align-horizontal-justify-start|align-horizontal-space-around|align-horizontal-space-between|align-justify|align-left|align-right|align-start-horizontal|align-start-vertical|align-vertical-distribute-center|align-vertical-distribute-end|align-vertical-distribute-start|align-vertical-justify-center|align-vertical-justify-end|align-vertical-justify-start|align-vertical-space-around|align-vertical-space-between|ambulance|ampersand|ampersands|amphora|anchor|angry|annoyed|antenna|anvil|aperture|app-window|app-window-mac|apple|archive|archive-restore|archive-x|armchair|arrow-big-down|arrow-big-down-dash|arrow-big-left|arrow-big-left-dash|arrow-big-right|arrow-big-right-dash|arrow-big-up|arrow-big-up-dash|arrow-down|arrow-down-0-1|arrow-down-1-0|arrow-down-a-z|arrow-down-from-line|arrow-down-left|arrow-down-narrow-wide|arrow-down-right|arrow-down-to-dot|arrow-down-to-line|arrow-down-up|arrow-down-wide-narrow|arrow-down-z-a|arrow-left|arrow-left-from-line|arrow-left-right|arrow-left-to-line|arrow-right|arrow-right-from-line|arrow-right-left|arrow-right-to-line|arrow-up|arrow-up-0-1|arrow-up-1-0|arrow-up-a-z|arrow-up-down|arrow-up-from-dot|arrow-up-from-line|arrow-up-left|arrow-up-narrow-wide|arrow-up-right|arrow-up-to-line|arrow-up-wide-narrow|arrow-up-z-a|arrows-up-from-line|asterisk|at-sign|atom|audio-lines|audio-waveform|award|axe|axis-3d|baby|backpack|badge|badge-alert|badge-cent|badge-check|badge-dollar-sign|badge-euro|badge-indian-rupee|badge-info|badge-japanese-yen|badge-minus|badge-percent|badge-plus|badge-pound-sterling|badge-question-mark|badge-russian-ruble|badge-swiss-franc|badge-turkish-lira|badge-x|baggage-claim|ban|banana|bandage|banknote|banknote-arrow-down|banknote-arrow-up|banknote-x|barcode|barrel|baseline|bath|battery|battery-charging|battery-full|battery-low|battery-medium|battery-plus|battery-warning|beaker|bean|bean-off|bed|bed-double|bed-single|beef|beer|beer-off|bell|bell-dot|bell-electric|bell-minus|bell-off|bell-plus|bell-ring|between-horizontal-end|between-horizontal-start|between-vertical-end|between-vertical-start|biceps-flexed|bike|binary|binoculars|biohazard|bird|bitcoin|blend|blinds|blocks|bluetooth|bluetooth-connected|bluetooth-off|bluetooth-searching|bold|bolt|bomb|bone|book|book-a|book-alert|book-audio|book-check|book-copy|book-dashed|book-down|book-headphones|book-heart|book-image|book-key|book-lock|book-marked|book-minus|book-open|book-open-check|book-open-text|book-plus|book-text|book-type|book-up|book-up-2|book-user|book-x|bookmark|bookmark-minus|bookmark-plus|bookmark-x|boom-box|bot|bot-message-square|bot-off|bottle-wine|bow-arrow|box|boxes|braces|brackets|brain|brain-circuit|brain-cog|brick-wall|brick-wall-fire|briefcase|briefcase-business|briefcase-conveyor-belt|briefcase-medical|bring-to-front|brush|brush-cleaning|bubbles|bug|bug-off|bug-play|building|building-2|bus|bus-front|cable|cable-car|cake|cake-slice|calculator|calendar|calendar-1|calendar-arrow-down|calendar-arrow-up|calendar-check|calendar-check-2|calendar-clock|calendar-cog|calendar-days|calendar-fold|calendar-heart|calendar-minus|calendar-minus-2|calendar-off|calendar-plus|calendar-plus-2|calendar-range|calendar-search|calendar-sync|calendar-x|calendar-x-2|camera|camera-off|candy|candy-cane|candy-off|cannabis|captions|captions-off|car|car-front|car-taxi-front|caravan|card-sim|carrot|case-lower|case-sensitive|case-upper|cassette-tape|cast|castle|cat|cctv|chart-area|chart-bar|chart-bar-big|chart-bar-decreasing|chart-bar-increasing|chart-bar-stacked|chart-candlestick|chart-column|chart-column-big|chart-column-decreasing|chart-column-increasing|chart-column-stacked|chart-gantt|chart-line|chart-network|chart-no-axes-column|chart-no-axes-column-decreasing|chart-no-axes-column-increasing|chart-no-axes-combined|chart-no-axes-gantt|chart-pie|chart-scatter|chart-spline|check|check-check|check-line|chef-hat|cherry|chevron-down|chevron-first|chevron-last|chevron-left|chevron-right|chevron-up|chevrons-down|chevrons-down-up|chevrons-left|chevrons-left-right|chevrons-left-right-ellipsis|chevrons-right|chevrons-right-left|chevrons-up|chevrons-up-down|chrome|church|cigarette|cigarette-off|circle|circle-alert|circle-arrow-down|circle-arrow-left|circle-arrow-out-down-left|circle-arrow-out-down-right|circle-arrow-out-up-left|circle-arrow-out-up-right|circle-arrow-right|circle-arrow-up|circle-check|circle-check-big|circle-chevron-down|circle-chevron-left|circle-chevron-right|circle-chevron-up|circle-dashed|circle-divide|circle-dollar-sign|circle-dot|circle-dot-dashed|circle-ellipsis|circle-equal|circle-fading-arrow-up|circle-fading-plus|circle-gauge|circle-minus|circle-off|circle-parking|circle-parking-off|circle-pause|circle-percent|circle-play|circle-plus|circle-pound-sterling|circle-power|circle-question-mark|circle-slash|circle-slash-2|circle-small|circle-stop|circle-user|circle-user-round|circle-x|circuit-board|citrus|clapperboard|clipboard|clipboard-check|clipboard-clock|clipboard-copy|clipboard-list|clipboard-minus|clipboard-paste|clipboard-pen|clipboard-pen-line|clipboard-plus|clipboard-type|clipboard-x|clock|clock-1|clock-10|clock-11|clock-12|clock-2|clock-3|clock-4|clock-5|clock-6|clock-7|clock-8|clock-9|clock-alert|clock-arrow-down|clock-arrow-up|clock-fading|clock-plus|closed-caption|cloud|cloud-alert|cloud-check|cloud-cog|cloud-download|cloud-drizzle|cloud-fog|cloud-hail|cloud-lightning|cloud-moon|cloud-moon-rain|cloud-off|cloud-rain|cloud-rain-wind|cloud-snow|cloud-sun|cloud-sun-rain|cloud-upload|cloudy|clover|club|code|code-xml|codepen|codesandbox|coffee|cog|coins|columns-2|columns-3|columns-3-cog|columns-4|combine|command|compass|component|computer|concierge-bell|cone|construction|contact|contact-round|container|contrast|cookie|cooking-pot|copy|copy-check|copy-minus|copy-plus|copy-slash|copy-x|copyleft|copyright|corner-down-left|corner-down-right|corner-left-down|corner-left-up|corner-right-down|corner-right-up|corner-up-left|corner-up-right|cpu|creative-commons|credit-card|croissant|crop|cross|crosshair|crown|cuboid|cup-soda|currency|cylinder|dam|database|database-backup|database-zap|decimals-arrow-left|decimals-arrow-right|delete|dessert|diameter|diamond|diamond-minus|diamond-percent|diamond-plus|dice-1|dice-2|dice-3|dice-4|dice-5|dice-6|dices|diff|disc|disc-2|disc-3|disc-album|divide|dna|dna-off|dock|dog|dollar-sign|donut|door-closed|door-closed-locked|door-open|dot|download|drafting-compass|drama|dribbble|drill|drone|droplet|droplet-off|droplets|drum|drumstick|dumbbell|ear|ear-off|earth|earth-lock|eclipse|egg|egg-fried|egg-off|ellipsis|ellipsis-vertical|equal|equal-approximately|equal-not|eraser|ethernet-port|euro|expand|external-link|eye|eye-closed|eye-off|facebook|factory|fan|fast-forward|feather|fence|ferris-wheel|figma|file|file-archive|file-audio|file-audio-2|file-axis-3d|file-badge|file-badge-2|file-box|file-chart-column|file-chart-column-increasing|file-chart-line|file-chart-pie|file-check|file-check-2|file-clock|file-code|file-code-2|file-cog|file-diff|file-digit|file-down|file-heart|file-image|file-input|file-json|file-json-2|file-key|file-key-2|file-lock|file-lock-2|file-minus|file-minus-2|file-music|file-output|file-pen|file-pen-line|file-play|file-plus|file-plus-2|file-question-mark|file-scan|file-search|file-search-2|file-sliders|file-spreadsheet|file-stack|file-symlink|file-terminal|file-text|file-type|file-type-2|file-up|file-user|file-video-camera|file-volume|file-volume-2|file-warning|file-x|file-x-2|files|film|fingerprint|fire-extinguisher|fish|fish-off|fish-symbol|flag|flag-off|flag-triangle-left|flag-triangle-right|flame|flame-kindling|flashlight|flashlight-off|flask-conical|flask-conical-off|flask-round|flip-horizontal|flip-horizontal-2|flip-vertical|flip-vertical-2|flower|flower-2|focus|fold-horizontal|fold-vertical|folder|folder-archive|folder-check|folder-clock|folder-closed|folder-code|folder-cog|folder-dot|folder-down|folder-git|folder-git-2|folder-heart|folder-input|folder-kanban|folder-key|folder-lock|folder-minus|folder-open|folder-open-dot|folder-output|folder-pen|folder-plus|folder-root|folder-search|folder-search-2|folder-symlink|folder-sync|folder-tree|folder-up|folder-x|folders|footprints|forklift|forward|frame|framer|frown|fuel|fullscreen|funnel|funnel-plus|funnel-x|gallery-horizontal|gallery-horizontal-end|gallery-thumbnails|gallery-vertical|gallery-vertical-end|gamepad|gamepad-2|gauge|gavel|gem|georgian-lari|ghost|gift|git-branch|git-branch-plus|git-commit-horizontal|git-commit-vertical|git-compare|git-compare-arrows|git-fork|git-graph|git-merge|git-pull-request|git-pull-request-arrow|git-pull-request-closed|git-pull-request-create|git-pull-request-create-arrow|git-pull-request-draft|github|gitlab|glass-water|glasses|globe|globe-lock|goal|gpu|graduation-cap|grape|grid-2x2|grid-2x2-check|grid-2x2-plus|grid-2x2-x|grid-3x2|grid-3x3|grip|grip-horizontal|grip-vertical|group|guitar|ham|hamburger|hammer|hand|hand-coins|hand-fist|hand-grab|hand-heart|hand-helping|hand-metal|hand-platter|handbag|handshake|hard-drive|hard-drive-download|hard-drive-upload|hard-hat|hash|hat-glasses|haze|hdmi-port|heading|heading-1|heading-2|heading-3|heading-4|heading-5|heading-6|headphone-off|headphones|headset|heart|heart-crack|heart-handshake|heart-minus|heart-off|heart-plus|heart-pulse|heater|hexagon|highlighter|history|hop|hop-off|hospital|hotel|hourglass|house|house-plug|house-plus|house-wifi|ice-cream-bowl|ice-cream-cone|id-card|id-card-lanyard|image|image-down|image-minus|image-off|image-play|image-plus|image-up|image-upscale|images|import|inbox|indent-decrease|indent-increase|indian-rupee|infinity|info|inspection-panel|instagram|italic|iteration-ccw|iteration-cw|japanese-yen|joystick|kanban|key|key-round|key-square|keyboard|keyboard-music|keyboard-off|lamp|lamp-ceiling|lamp-desk|lamp-floor|lamp-wall-down|lamp-wall-up|land-plot|landmark|languages|laptop|laptop-minimal|laptop-minimal-check|lasso|lasso-select|laugh|layers|layers-2|layout-dashboard|layout-grid|layout-list|layout-panel-left|layout-panel-top|layout-template|leaf|leafy-green|lectern|letter-text|library|library-big|life-buoy|ligature|lightbulb|lightbulb-off|line-squiggle|link|link-2|link-2-off|linkedin|list|list-check|list-checks|list-collapse|list-end|list-filter|list-filter-plus|list-minus|list-music|list-ordered|list-plus|list-restart|list-start|list-todo|list-tree|list-video|list-x|loader|loader-circle|loader-pinwheel|locate|locate-fixed|locate-off|lock|lock-keyhole|lock-keyhole-open|lock-open|log-in|log-out|logs|lollipop|luggage|magnet|mail|mail-check|mail-minus|mail-open|mail-plus|mail-question-mark|mail-search|mail-warning|mail-x|mailbox|mails|map|map-minus|map-pin|map-pin-check|map-pin-check-inside|map-pin-house|map-pin-minus|map-pin-minus-inside|map-pin-off|map-pin-pen|map-pin-plus|map-pin-plus-inside|map-pin-x|map-pin-x-inside|map-pinned|map-plus|mars|mars-stroke|martini|maximize|maximize-2|medal|megaphone|megaphone-off|meh|memory-stick|menu|merge|message-circle|message-circle-code|message-circle-dashed|message-circle-heart|message-circle-more|message-circle-off|message-circle-plus|message-circle-question-mark|message-circle-reply|message-circle-warning|message-circle-x|message-square|message-square-code|message-square-dashed|message-square-diff|message-square-dot|message-square-heart|message-square-lock|message-square-more|message-square-off|message-square-plus|message-square-quote|message-square-reply|message-square-share|message-square-text|message-square-warning|message-square-x|messages-square|mic|mic-off|mic-vocal|microchip|microscope|microwave|milestone|milk|milk-off|minimize|minimize-2|minus|monitor|monitor-check|monitor-cog|monitor-dot|monitor-down|monitor-off|monitor-pause|monitor-play|monitor-smartphone|monitor-speaker|monitor-stop|monitor-up|monitor-x|moon|moon-star|mountain|mountain-snow|mouse|mouse-off|mouse-pointer|mouse-pointer-2|mouse-pointer-ban|mouse-pointer-click|move|move-3d|move-diagonal|move-diagonal-2|move-down|move-down-left|move-down-right|move-horizontal|move-left|move-right|move-up|move-up-left|move-up-right|move-vertical|music|music-2|music-3|music-4|navigation|navigation-2|navigation-2-off|navigation-off|network|newspaper|nfc|non-binary|notebook|notebook-pen|notebook-tabs|notebook-text|notepad-text|notepad-text-dashed|nut|nut-off|octagon|octagon-alert|octagon-minus|octagon-pause|octagon-x|omega|option|orbit|origami|package|package-2|package-check|package-minus|package-open|package-plus|package-search|package-x|paint-bucket|paint-roller|paintbrush|paintbrush-vertical|palette|panda|panel-bottom|panel-bottom-close|panel-bottom-dashed|panel-bottom-open|panel-left|panel-left-close|panel-left-dashed|panel-left-open|panel-right|panel-right-close|panel-right-dashed|panel-right-open|panel-top|panel-top-close|panel-top-dashed|panel-top-open|panels-left-bottom|panels-right-bottom|panels-top-left|paperclip|parentheses|parking-meter|party-popper|pause|paw-print|pc-case|pen|pen-line|pen-off|pen-tool|pencil|pencil-line|pencil-off|pencil-ruler|pentagon|percent|person-standing|philippine-peso|phone|phone-call|phone-forwarded|phone-incoming|phone-missed|phone-off|phone-outgoing|pi|piano|pickaxe|picture-in-picture|picture-in-picture-2|piggy-bank|pilcrow|pilcrow-left|pilcrow-right|pill|pill-bottle|pin|pin-off|pipette|pizza|plane|plane-landing|plane-takeoff|play|plug|plug-2|plug-zap|plus|pocket|pocket-knife|podcast|pointer|pointer-off|popcorn|popsicle|pound-sterling|power|power-off|presentation|printer|printer-check|projector|proportions|puzzle|pyramid|qr-code|quote|rabbit|radar|radiation|radical|radio|radio-receiver|radio-tower|radius|rail-symbol|rainbow|rat|ratio|receipt|receipt-cent|receipt-euro|receipt-indian-rupee|receipt-japanese-yen|receipt-pound-sterling|receipt-russian-ruble|receipt-swiss-franc|receipt-text|receipt-turkish-lira|rectangle-circle|rectangle-ellipsis|rectangle-goggles|rectangle-horizontal|rectangle-vertical|recycle|redo|redo-2|redo-dot|refresh-ccw|refresh-ccw-dot|refresh-cw|refresh-cw-off|refrigerator|regex|remove-formatting|repeat|repeat-1|repeat-2|replace|replace-all|reply|reply-all|rewind|ribbon|rocket|rocking-chair|roller-coaster|rotate-3d|rotate-ccw|rotate-ccw-key|rotate-ccw-square|rotate-cw|rotate-cw-square|route|route-off|router|rows-2|rows-3|rows-4|rss|ruler|ruler-dimension-line|russian-ruble|sailboat|salad|sandwich|satellite|satellite-dish|saudi-riyal|save|save-all|save-off|scale|scale-3d|scaling|scan|scan-barcode|scan-eye|scan-face|scan-heart|scan-line|scan-qr-code|scan-search|scan-text|school|scissors|scissors-line-dashed|screen-share|screen-share-off|scroll|scroll-text|search|search-check|search-code|search-slash|search-x|section|send|send-horizontal|send-to-back|separator-horizontal|separator-vertical|server|server-cog|server-crash|server-off|settings|settings-2|shapes|share|share-2|sheet|shell|shield|shield-alert|shield-ban|shield-check|shield-ellipsis|shield-half|shield-minus|shield-off|shield-plus|shield-question-mark|shield-user|shield-x|ship|ship-wheel|shirt|shopping-bag|shopping-basket|shopping-cart|shovel|shower-head|shredder|shrimp|shrink|shrub|shuffle|sigma|signal|signal-high|signal-low|signal-medium|signal-zero|signature|signpost|signpost-big|siren|skip-back|skip-forward|skull|slack|slash|slice|sliders-horizontal|sliders-vertical|smartphone|smartphone-charging|smartphone-nfc|smile|smile-plus|snail|snowflake|soap-dispenser-droplet|sofa|soup|space|spade|sparkle|sparkles|speaker|speech|spell-check|spell-check-2|spline|spline-pointer|split|spool|spotlight|spray-can|sprout|square|square-activity|square-arrow-down|square-arrow-down-left|square-arrow-down-right|square-arrow-left|square-arrow-out-down-left|square-arrow-out-down-right|square-arrow-out-up-left|square-arrow-out-up-right|square-arrow-right|square-arrow-up|square-arrow-up-left|square-arrow-up-right|square-asterisk|square-bottom-dashed-scissors|square-chart-gantt|square-check|square-check-big|square-chevron-down|square-chevron-left|square-chevron-right|square-chevron-up|square-code|square-dashed|square-dashed-bottom|square-dashed-bottom-code|square-dashed-kanban|square-dashed-mouse-pointer|square-dashed-top-solid|square-divide|square-dot|square-equal|square-function|square-kanban|square-library|square-m|square-menu|square-minus|square-mouse-pointer|square-parking|square-parking-off|square-pause|square-pen|square-percent|square-pi|square-pilcrow|square-play|square-plus|square-power|square-radical|square-round-corner|square-scissors|square-sigma|square-slash|square-split-horizontal|square-split-vertical|square-square|square-stack|square-stop|square-terminal|square-user|square-user-round|square-x|squares-exclude|squares-intersect|squares-subtract|squares-unite|squircle|squircle-dashed|squirrel|stamp|star|star-half|star-off|step-back|step-forward|stethoscope|sticker|sticky-note|store|stretch-horizontal|stretch-vertical|strikethrough|subscript|sun|sun-dim|sun-medium|sun-moon|sun-snow|sunrise|sunset|superscript|swatch-book|swiss-franc|switch-camera|sword|swords|syringe|table|table-2|table-cells-merge|table-cells-split|table-columns-split|table-of-contents|table-properties|table-rows-split|tablet|tablet-smartphone|tablets|tag|tags|tally-1|tally-2|tally-3|tally-4|tally-5|tangent|target|telescope|tent|tent-tree|terminal|test-tube|test-tube-diagonal|test-tubes|text|text-cursor|text-cursor-input|text-quote|text-search|text-select|theater|thermometer|thermometer-snowflake|thermometer-sun|thumbs-down|thumbs-up|ticket|ticket-check|ticket-minus|ticket-percent|ticket-plus|ticket-slash|ticket-x|tickets|tickets-plane|timer|timer-off|timer-reset|toggle-left|toggle-right|toilet|tool-case|tornado|torus|touchpad|touchpad-off|tower-control|toy-brick|tractor|traffic-cone|train-front|train-front-tunnel|train-track|tram-front|transgender|trash|trash-2|tree-deciduous|tree-palm|tree-pine|trees|trello|trending-down|trending-up|trending-up-down|triangle|triangle-alert|triangle-dashed|triangle-right|trophy|truck|truck-electric|turkish-lira|turntable|turtle|tv|tv-minimal|tv-minimal-play|twitch|twitter|type|type-outline|umbrella|umbrella-off|underline|undo|undo-2|undo-dot|unfold-horizontal|unfold-vertical|ungroup|university|unlink|unlink-2|unplug|upload|usb|user|user-check|user-cog|user-lock|user-minus|user-pen|user-plus|user-round|user-round-check|user-round-cog|user-round-minus|user-round-pen|user-round-plus|user-round-search|user-round-x|user-search|user-star|user-x|users|users-round|utensils|utensils-crossed|utility-pole|variable|vault|vector-square|vegan|venetian-mask|venus|venus-and-mars|vibrate|vibrate-off|video|video-off|videotape|view|voicemail|volleyball|volume|volume-1|volume-2|volume-off|volume-x|vote|wallet|wallet-cards|wallet-minimal|wallpaper|wand|wand-sparkles|warehouse|washing-machine|watch|waves|waves-ladder|waypoints|webcam|webhook|webhook-off|weight|wheat|wheat-off|whole-word|wifi|wifi-cog|wifi-high|wifi-low|wifi-off|wifi-pen|wifi-sync|wifi-zero|wind|wind-arrow-down|wine|wine-off|workflow|worm|wrap-text|wrench|x|youtube|zap|zap-off|zoom-in|zoom-out|byq)$/]",
        "message": "<Interface> property1 must be one of 'a-arrow-down' | 'a-arrow-up' | 'a-large-small' | 'accessibility' | 'activity' | 'air-vent' | 'airplay' | 'alarm-clock' | 'alarm-clock-check' | 'alarm-clock-minus' | 'alarm-clock-off' | 'alarm-clock-plus' | 'alarm-smoke' | 'album' | 'align-center' | 'align-center-horizontal' | 'align-center-vertical' | 'align-end-horizontal' | 'align-end-vertical' | 'align-horizontal-distribute-center' | 'align-horizontal-distribute-end' | 'align-horizontal-distribute-start' | 'align-horizontal-justify-center' | 'align-horizontal-justify-end' | 'align-horizontal-justify-start' | 'align-horizontal-space-around' | 'align-horizontal-space-between' | 'align-justify' | 'align-left' | 'align-right' | 'align-start-horizontal' | 'align-start-vertical' | 'align-vertical-distribute-center' | 'align-vertical-distribute-end' | 'align-vertical-distribute-start' | 'align-vertical-justify-center' | 'align-vertical-justify-end' | 'align-vertical-justify-start' | 'align-vertical-space-around' | 'align-vertical-space-between' | 'ambulance' | 'ampersand' | 'ampersands' | 'amphora' | 'anchor' | 'angry' | 'annoyed' | 'antenna' | 'anvil' | 'aperture' | 'app-window' | 'app-window-mac' | 'apple' | 'archive' | 'archive-restore' | 'archive-x' | 'armchair' | 'arrow-big-down' | 'arrow-big-down-dash' | 'arrow-big-left' | 'arrow-big-left-dash' | 'arrow-big-right' | 'arrow-big-right-dash' | 'arrow-big-up' | 'arrow-big-up-dash' | 'arrow-down' | 'arrow-down-0-1' | 'arrow-down-1-0' | 'arrow-down-a-z' | 'arrow-down-from-line' | 'arrow-down-left' | 'arrow-down-narrow-wide' | 'arrow-down-right' | 'arrow-down-to-dot' | 'arrow-down-to-line' | 'arrow-down-up' | 'arrow-down-wide-narrow' | 'arrow-down-z-a' | 'arrow-left' | 'arrow-left-from-line' | 'arrow-left-right' | 'arrow-left-to-line' | 'arrow-right' | 'arrow-right-from-line' | 'arrow-right-left' | 'arrow-right-to-line' | 'arrow-up' | 'arrow-up-0-1' | 'arrow-up-1-0' | 'arrow-up-a-z' | 'arrow-up-down' | 'arrow-up-from-dot' | 'arrow-up-from-line' | 'arrow-up-left' | 'arrow-up-narrow-wide' | 'arrow-up-right' | 'arrow-up-to-line' | 'arrow-up-wide-narrow' | 'arrow-up-z-a' | 'arrows-up-from-line' | 'asterisk' | 'at-sign' | 'atom' | 'audio-lines' | 'audio-waveform' | 'award' | 'axe' | 'axis-3d' | 'baby' | 'backpack' | 'badge' | 'badge-alert' | 'badge-cent' | 'badge-check' | 'badge-dollar-sign' | 'badge-euro' | 'badge-indian-rupee' | 'badge-info' | 'badge-japanese-yen' | 'badge-minus' | 'badge-percent' | 'badge-plus' | 'badge-pound-sterling' | 'badge-question-mark' | 'badge-russian-ruble' | 'badge-swiss-franc' | 'badge-turkish-lira' | 'badge-x' | 'baggage-claim' | 'ban' | 'banana' | 'bandage' | 'banknote' | 'banknote-arrow-down' | 'banknote-arrow-up' | 'banknote-x' | 'barcode' | 'barrel' | 'baseline' | 'bath' | 'battery' | 'battery-charging' | 'battery-full' | 'battery-low' | 'battery-medium' | 'battery-plus' | 'battery-warning' | 'beaker' | 'bean' | 'bean-off' | 'bed' | 'bed-double' | 'bed-single' | 'beef' | 'beer' | 'beer-off' | 'bell' | 'bell-dot' | 'bell-electric' | 'bell-minus' | 'bell-off' | 'bell-plus' | 'bell-ring' | 'between-horizontal-end' | 'between-horizontal-start' | 'between-vertical-end' | 'between-vertical-start' | 'biceps-flexed' | 'bike' | 'binary' | 'binoculars' | 'biohazard' | 'bird' | 'bitcoin' | 'blend' | 'blinds' | 'blocks' | 'bluetooth' | 'bluetooth-connected' | 'bluetooth-off' | 'bluetooth-searching' | 'bold' | 'bolt' | 'bomb' | 'bone' | 'book' | 'book-a' | 'book-alert' | 'book-audio' | 'book-check' | 'book-copy' | 'book-dashed' | 'book-down' | 'book-headphones' | 'book-heart' | 'book-image' | 'book-key' | 'book-lock' | 'book-marked' | 'book-minus' | 'book-open' | 'book-open-check' | 'book-open-text' | 'book-plus' | 'book-text' | 'book-type' | 'book-up' | 'book-up-2' | 'book-user' | 'book-x' | 'bookmark' | 'bookmark-minus' | 'bookmark-plus' | 'bookmark-x' | 'boom-box' | 'bot' | 'bot-message-square' | 'bot-off' | 'bottle-wine' | 'bow-arrow' | 'box' | 'boxes' | 'braces' | 'brackets' | 'brain' | 'brain-circuit' | 'brain-cog' | 'brick-wall' | 'brick-wall-fire' | 'briefcase' | 'briefcase-business' | 'briefcase-conveyor-belt' | 'briefcase-medical' | 'bring-to-front' | 'brush' | 'brush-cleaning' | 'bubbles' | 'bug' | 'bug-off' | 'bug-play' | 'building' | 'building-2' | 'bus' | 'bus-front' | 'cable' | 'cable-car' | 'cake' | 'cake-slice' | 'calculator' | 'calendar' | 'calendar-1' | 'calendar-arrow-down' | 'calendar-arrow-up' | 'calendar-check' | 'calendar-check-2' | 'calendar-clock' | 'calendar-cog' | 'calendar-days' | 'calendar-fold' | 'calendar-heart' | 'calendar-minus' | 'calendar-minus-2' | 'calendar-off' | 'calendar-plus' | 'calendar-plus-2' | 'calendar-range' | 'calendar-search' | 'calendar-sync' | 'calendar-x' | 'calendar-x-2' | 'camera' | 'camera-off' | 'candy' | 'candy-cane' | 'candy-off' | 'cannabis' | 'captions' | 'captions-off' | 'car' | 'car-front' | 'car-taxi-front' | 'caravan' | 'card-sim' | 'carrot' | 'case-lower' | 'case-sensitive' | 'case-upper' | 'cassette-tape' | 'cast' | 'castle' | 'cat' | 'cctv' | 'chart-area' | 'chart-bar' | 'chart-bar-big' | 'chart-bar-decreasing' | 'chart-bar-increasing' | 'chart-bar-stacked' | 'chart-candlestick' | 'chart-column' | 'chart-column-big' | 'chart-column-decreasing' | 'chart-column-increasing' | 'chart-column-stacked' | 'chart-gantt' | 'chart-line' | 'chart-network' | 'chart-no-axes-column' | 'chart-no-axes-column-decreasing' | 'chart-no-axes-column-increasing' | 'chart-no-axes-combined' | 'chart-no-axes-gantt' | 'chart-pie' | 'chart-scatter' | 'chart-spline' | 'check' | 'check-check' | 'check-line' | 'chef-hat' | 'cherry' | 'chevron-down' | 'chevron-first' | 'chevron-last' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevrons-down' | 'chevrons-down-up' | 'chevrons-left' | 'chevrons-left-right' | 'chevrons-left-right-ellipsis' | 'chevrons-right' | 'chevrons-right-left' | 'chevrons-up' | 'chevrons-up-down' | 'chrome' | 'church' | 'cigarette' | 'cigarette-off' | 'circle' | 'circle-alert' | 'circle-arrow-down' | 'circle-arrow-left' | 'circle-arrow-out-down-left' | 'circle-arrow-out-down-right' | 'circle-arrow-out-up-left' | 'circle-arrow-out-up-right' | 'circle-arrow-right' | 'circle-arrow-up' | 'circle-check' | 'circle-check-big' | 'circle-chevron-down' | 'circle-chevron-left' | 'circle-chevron-right' | 'circle-chevron-up' | 'circle-dashed' | 'circle-divide' | 'circle-dollar-sign' | 'circle-dot' | 'circle-dot-dashed' | 'circle-ellipsis' | 'circle-equal' | 'circle-fading-arrow-up' | 'circle-fading-plus' | 'circle-gauge' | 'circle-minus' | 'circle-off' | 'circle-parking' | 'circle-parking-off' | 'circle-pause' | 'circle-percent' | 'circle-play' | 'circle-plus' | 'circle-pound-sterling' | 'circle-power' | 'circle-question-mark' | 'circle-slash' | 'circle-slash-2' | 'circle-small' | 'circle-stop' | 'circle-user' | 'circle-user-round' | 'circle-x' | 'circuit-board' | 'citrus' | 'clapperboard' | 'clipboard' | 'clipboard-check' | 'clipboard-clock' | 'clipboard-copy' | 'clipboard-list' | 'clipboard-minus' | 'clipboard-paste' | 'clipboard-pen' | 'clipboard-pen-line' | 'clipboard-plus' | 'clipboard-type' | 'clipboard-x' | 'clock' | 'clock-1' | 'clock-10' | 'clock-11' | 'clock-12' | 'clock-2' | 'clock-3' | 'clock-4' | 'clock-5' | 'clock-6' | 'clock-7' | 'clock-8' | 'clock-9' | 'clock-alert' | 'clock-arrow-down' | 'clock-arrow-up' | 'clock-fading' | 'clock-plus' | 'closed-caption' | 'cloud' | 'cloud-alert' | 'cloud-check' | 'cloud-cog' | 'cloud-download' | 'cloud-drizzle' | 'cloud-fog' | 'cloud-hail' | 'cloud-lightning' | 'cloud-moon' | 'cloud-moon-rain' | 'cloud-off' | 'cloud-rain' | 'cloud-rain-wind' | 'cloud-snow' | 'cloud-sun' | 'cloud-sun-rain' | 'cloud-upload' | 'cloudy' | 'clover' | 'club' | 'code' | 'code-xml' | 'codepen' | 'codesandbox' | 'coffee' | 'cog' | 'coins' | 'columns-2' | 'columns-3' | 'columns-3-cog' | 'columns-4' | 'combine' | 'command' | 'compass' | 'component' | 'computer' | 'concierge-bell' | 'cone' | 'construction' | 'contact' | 'contact-round' | 'container' | 'contrast' | 'cookie' | 'cooking-pot' | 'copy' | 'copy-check' | 'copy-minus' | 'copy-plus' | 'copy-slash' | 'copy-x' | 'copyleft' | 'copyright' | 'corner-down-left' | 'corner-down-right' | 'corner-left-down' | 'corner-left-up' | 'corner-right-down' | 'corner-right-up' | 'corner-up-left' | 'corner-up-right' | 'cpu' | 'creative-commons' | 'credit-card' | 'croissant' | 'crop' | 'cross' | 'crosshair' | 'crown' | 'cuboid' | 'cup-soda' | 'currency' | 'cylinder' | 'dam' | 'database' | 'database-backup' | 'database-zap' | 'decimals-arrow-left' | 'decimals-arrow-right' | 'delete' | 'dessert' | 'diameter' | 'diamond' | 'diamond-minus' | 'diamond-percent' | 'diamond-plus' | 'dice-1' | 'dice-2' | 'dice-3' | 'dice-4' | 'dice-5' | 'dice-6' | 'dices' | 'diff' | 'disc' | 'disc-2' | 'disc-3' | 'disc-album' | 'divide' | 'dna' | 'dna-off' | 'dock' | 'dog' | 'dollar-sign' | 'donut' | 'door-closed' | 'door-closed-locked' | 'door-open' | 'dot' | 'download' | 'drafting-compass' | 'drama' | 'dribbble' | 'drill' | 'drone' | 'droplet' | 'droplet-off' | 'droplets' | 'drum' | 'drumstick' | 'dumbbell' | 'ear' | 'ear-off' | 'earth' | 'earth-lock' | 'eclipse' | 'egg' | 'egg-fried' | 'egg-off' | 'ellipsis' | 'ellipsis-vertical' | 'equal' | 'equal-approximately' | 'equal-not' | 'eraser' | 'ethernet-port' | 'euro' | 'expand' | 'external-link' | 'eye' | 'eye-closed' | 'eye-off' | 'facebook' | 'factory' | 'fan' | 'fast-forward' | 'feather' | 'fence' | 'ferris-wheel' | 'figma' | 'file' | 'file-archive' | 'file-audio' | 'file-audio-2' | 'file-axis-3d' | 'file-badge' | 'file-badge-2' | 'file-box' | 'file-chart-column' | 'file-chart-column-increasing' | 'file-chart-line' | 'file-chart-pie' | 'file-check' | 'file-check-2' | 'file-clock' | 'file-code' | 'file-code-2' | 'file-cog' | 'file-diff' | 'file-digit' | 'file-down' | 'file-heart' | 'file-image' | 'file-input' | 'file-json' | 'file-json-2' | 'file-key' | 'file-key-2' | 'file-lock' | 'file-lock-2' | 'file-minus' | 'file-minus-2' | 'file-music' | 'file-output' | 'file-pen' | 'file-pen-line' | 'file-play' | 'file-plus' | 'file-plus-2' | 'file-question-mark' | 'file-scan' | 'file-search' | 'file-search-2' | 'file-sliders' | 'file-spreadsheet' | 'file-stack' | 'file-symlink' | 'file-terminal' | 'file-text' | 'file-type' | 'file-type-2' | 'file-up' | 'file-user' | 'file-video-camera' | 'file-volume' | 'file-volume-2' | 'file-warning' | 'file-x' | 'file-x-2' | 'files' | 'film' | 'fingerprint' | 'fire-extinguisher' | 'fish' | 'fish-off' | 'fish-symbol' | 'flag' | 'flag-off' | 'flag-triangle-left' | 'flag-triangle-right' | 'flame' | 'flame-kindling' | 'flashlight' | 'flashlight-off' | 'flask-conical' | 'flask-conical-off' | 'flask-round' | 'flip-horizontal' | 'flip-horizontal-2' | 'flip-vertical' | 'flip-vertical-2' | 'flower' | 'flower-2' | 'focus' | 'fold-horizontal' | 'fold-vertical' | 'folder' | 'folder-archive' | 'folder-check' | 'folder-clock' | 'folder-closed' | 'folder-code' | 'folder-cog' | 'folder-dot' | 'folder-down' | 'folder-git' | 'folder-git-2' | 'folder-heart' | 'folder-input' | 'folder-kanban' | 'folder-key' | 'folder-lock' | 'folder-minus' | 'folder-open' | 'folder-open-dot' | 'folder-output' | 'folder-pen' | 'folder-plus' | 'folder-root' | 'folder-search' | 'folder-search-2' | 'folder-symlink' | 'folder-sync' | 'folder-tree' | 'folder-up' | 'folder-x' | 'folders' | 'footprints' | 'forklift' | 'forward' | 'frame' | 'framer' | 'frown' | 'fuel' | 'fullscreen' | 'funnel' | 'funnel-plus' | 'funnel-x' | 'gallery-horizontal' | 'gallery-horizontal-end' | 'gallery-thumbnails' | 'gallery-vertical' | 'gallery-vertical-end' | 'gamepad' | 'gamepad-2' | 'gauge' | 'gavel' | 'gem' | 'georgian-lari' | 'ghost' | 'gift' | 'git-branch' | 'git-branch-plus' | 'git-commit-horizontal' | 'git-commit-vertical' | 'git-compare' | 'git-compare-arrows' | 'git-fork' | 'git-graph' | 'git-merge' | 'git-pull-request' | 'git-pull-request-arrow' | 'git-pull-request-closed' | 'git-pull-request-create' | 'git-pull-request-create-arrow' | 'git-pull-request-draft' | 'github' | 'gitlab' | 'glass-water' | 'glasses' | 'globe' | 'globe-lock' | 'goal' | 'gpu' | 'graduation-cap' | 'grape' | 'grid-2x2' | 'grid-2x2-check' | 'grid-2x2-plus' | 'grid-2x2-x' | 'grid-3x2' | 'grid-3x3' | 'grip' | 'grip-horizontal' | 'grip-vertical' | 'group' | 'guitar' | 'ham' | 'hamburger' | 'hammer' | 'hand' | 'hand-coins' | 'hand-fist' | 'hand-grab' | 'hand-heart' | 'hand-helping' | 'hand-metal' | 'hand-platter' | 'handbag' | 'handshake' | 'hard-drive' | 'hard-drive-download' | 'hard-drive-upload' | 'hard-hat' | 'hash' | 'hat-glasses' | 'haze' | 'hdmi-port' | 'heading' | 'heading-1' | 'heading-2' | 'heading-3' | 'heading-4' | 'heading-5' | 'heading-6' | 'headphone-off' | 'headphones' | 'headset' | 'heart' | 'heart-crack' | 'heart-handshake' | 'heart-minus' | 'heart-off' | 'heart-plus' | 'heart-pulse' | 'heater' | 'hexagon' | 'highlighter' | 'history' | 'hop' | 'hop-off' | 'hospital' | 'hotel' | 'hourglass' | 'house' | 'house-plug' | 'house-plus' | 'house-wifi' | 'ice-cream-bowl' | 'ice-cream-cone' | 'id-card' | 'id-card-lanyard' | 'image' | 'image-down' | 'image-minus' | 'image-off' | 'image-play' | 'image-plus' | 'image-up' | 'image-upscale' | 'images' | 'import' | 'inbox' | 'indent-decrease' | 'indent-increase' | 'indian-rupee' | 'infinity' | 'info' | 'inspection-panel' | 'instagram' | 'italic' | 'iteration-ccw' | 'iteration-cw' | 'japanese-yen' | 'joystick' | 'kanban' | 'key' | 'key-round' | 'key-square' | 'keyboard' | 'keyboard-music' | 'keyboard-off' | 'lamp' | 'lamp-ceiling' | 'lamp-desk' | 'lamp-floor' | 'lamp-wall-down' | 'lamp-wall-up' | 'land-plot' | 'landmark' | 'languages' | 'laptop' | 'laptop-minimal' | 'laptop-minimal-check' | 'lasso' | 'lasso-select' | 'laugh' | 'layers' | 'layers-2' | 'layout-dashboard' | 'layout-grid' | 'layout-list' | 'layout-panel-left' | 'layout-panel-top' | 'layout-template' | 'leaf' | 'leafy-green' | 'lectern' | 'letter-text' | 'library' | 'library-big' | 'life-buoy' | 'ligature' | 'lightbulb' | 'lightbulb-off' | 'line-squiggle' | 'link' | 'link-2' | 'link-2-off' | 'linkedin' | 'list' | 'list-check' | 'list-checks' | 'list-collapse' | 'list-end' | 'list-filter' | 'list-filter-plus' | 'list-minus' | 'list-music' | 'list-ordered' | 'list-plus' | 'list-restart' | 'list-start' | 'list-todo' | 'list-tree' | 'list-video' | 'list-x' | 'loader' | 'loader-circle' | 'loader-pinwheel' | 'locate' | 'locate-fixed' | 'locate-off' | 'lock' | 'lock-keyhole' | 'lock-keyhole-open' | 'lock-open' | 'log-in' | 'log-out' | 'logs' | 'lollipop' | 'luggage' | 'magnet' | 'mail' | 'mail-check' | 'mail-minus' | 'mail-open' | 'mail-plus' | 'mail-question-mark' | 'mail-search' | 'mail-warning' | 'mail-x' | 'mailbox' | 'mails' | 'map' | 'map-minus' | 'map-pin' | 'map-pin-check' | 'map-pin-check-inside' | 'map-pin-house' | 'map-pin-minus' | 'map-pin-minus-inside' | 'map-pin-off' | 'map-pin-pen' | 'map-pin-plus' | 'map-pin-plus-inside' | 'map-pin-x' | 'map-pin-x-inside' | 'map-pinned' | 'map-plus' | 'mars' | 'mars-stroke' | 'martini' | 'maximize' | 'maximize-2' | 'medal' | 'megaphone' | 'megaphone-off' | 'meh' | 'memory-stick' | 'menu' | 'merge' | 'message-circle' | 'message-circle-code' | 'message-circle-dashed' | 'message-circle-heart' | 'message-circle-more' | 'message-circle-off' | 'message-circle-plus' | 'message-circle-question-mark' | 'message-circle-reply' | 'message-circle-warning' | 'message-circle-x' | 'message-square' | 'message-square-code' | 'message-square-dashed' | 'message-square-diff' | 'message-square-dot' | 'message-square-heart' | 'message-square-lock' | 'message-square-more' | 'message-square-off' | 'message-square-plus' | 'message-square-quote' | 'message-square-reply' | 'message-square-share' | 'message-square-text' | 'message-square-warning' | 'message-square-x' | 'messages-square' | 'mic' | 'mic-off' | 'mic-vocal' | 'microchip' | 'microscope' | 'microwave' | 'milestone' | 'milk' | 'milk-off' | 'minimize' | 'minimize-2' | 'minus' | 'monitor' | 'monitor-check' | 'monitor-cog' | 'monitor-dot' | 'monitor-down' | 'monitor-off' | 'monitor-pause' | 'monitor-play' | 'monitor-smartphone' | 'monitor-speaker' | 'monitor-stop' | 'monitor-up' | 'monitor-x' | 'moon' | 'moon-star' | 'mountain' | 'mountain-snow' | 'mouse' | 'mouse-off' | 'mouse-pointer' | 'mouse-pointer-2' | 'mouse-pointer-ban' | 'mouse-pointer-click' | 'move' | 'move-3d' | 'move-diagonal' | 'move-diagonal-2' | 'move-down' | 'move-down-left' | 'move-down-right' | 'move-horizontal' | 'move-left' | 'move-right' | 'move-up' | 'move-up-left' | 'move-up-right' | 'move-vertical' | 'music' | 'music-2' | 'music-3' | 'music-4' | 'navigation' | 'navigation-2' | 'navigation-2-off' | 'navigation-off' | 'network' | 'newspaper' | 'nfc' | 'non-binary' | 'notebook' | 'notebook-pen' | 'notebook-tabs' | 'notebook-text' | 'notepad-text' | 'notepad-text-dashed' | 'nut' | 'nut-off' | 'octagon' | 'octagon-alert' | 'octagon-minus' | 'octagon-pause' | 'octagon-x' | 'omega' | 'option' | 'orbit' | 'origami' | 'package' | 'package-2' | 'package-check' | 'package-minus' | 'package-open' | 'package-plus' | 'package-search' | 'package-x' | 'paint-bucket' | 'paint-roller' | 'paintbrush' | 'paintbrush-vertical' | 'palette' | 'panda' | 'panel-bottom' | 'panel-bottom-close' | 'panel-bottom-dashed' | 'panel-bottom-open' | 'panel-left' | 'panel-left-close' | 'panel-left-dashed' | 'panel-left-open' | 'panel-right' | 'panel-right-close' | 'panel-right-dashed' | 'panel-right-open' | 'panel-top' | 'panel-top-close' | 'panel-top-dashed' | 'panel-top-open' | 'panels-left-bottom' | 'panels-right-bottom' | 'panels-top-left' | 'paperclip' | 'parentheses' | 'parking-meter' | 'party-popper' | 'pause' | 'paw-print' | 'pc-case' | 'pen' | 'pen-line' | 'pen-off' | 'pen-tool' | 'pencil' | 'pencil-line' | 'pencil-off' | 'pencil-ruler' | 'pentagon' | 'percent' | 'person-standing' | 'philippine-peso' | 'phone' | 'phone-call' | 'phone-forwarded' | 'phone-incoming' | 'phone-missed' | 'phone-off' | 'phone-outgoing' | 'pi' | 'piano' | 'pickaxe' | 'picture-in-picture' | 'picture-in-picture-2' | 'piggy-bank' | 'pilcrow' | 'pilcrow-left' | 'pilcrow-right' | 'pill' | 'pill-bottle' | 'pin' | 'pin-off' | 'pipette' | 'pizza' | 'plane' | 'plane-landing' | 'plane-takeoff' | 'play' | 'plug' | 'plug-2' | 'plug-zap' | 'plus' | 'pocket' | 'pocket-knife' | 'podcast' | 'pointer' | 'pointer-off' | 'popcorn' | 'popsicle' | 'pound-sterling' | 'power' | 'power-off' | 'presentation' | 'printer' | 'printer-check' | 'projector' | 'proportions' | 'puzzle' | 'pyramid' | 'qr-code' | 'quote' | 'rabbit' | 'radar' | 'radiation' | 'radical' | 'radio' | 'radio-receiver' | 'radio-tower' | 'radius' | 'rail-symbol' | 'rainbow' | 'rat' | 'ratio' | 'receipt' | 'receipt-cent' | 'receipt-euro' | 'receipt-indian-rupee' | 'receipt-japanese-yen' | 'receipt-pound-sterling' | 'receipt-russian-ruble' | 'receipt-swiss-franc' | 'receipt-text' | 'receipt-turkish-lira' | 'rectangle-circle' | 'rectangle-ellipsis' | 'rectangle-goggles' | 'rectangle-horizontal' | 'rectangle-vertical' | 'recycle' | 'redo' | 'redo-2' | 'redo-dot' | 'refresh-ccw' | 'refresh-ccw-dot' | 'refresh-cw' | 'refresh-cw-off' | 'refrigerator' | 'regex' | 'remove-formatting' | 'repeat' | 'repeat-1' | 'repeat-2' | 'replace' | 'replace-all' | 'reply' | 'reply-all' | 'rewind' | 'ribbon' | 'rocket' | 'rocking-chair' | 'roller-coaster' | 'rotate-3d' | 'rotate-ccw' | 'rotate-ccw-key' | 'rotate-ccw-square' | 'rotate-cw' | 'rotate-cw-square' | 'route' | 'route-off' | 'router' | 'rows-2' | 'rows-3' | 'rows-4' | 'rss' | 'ruler' | 'ruler-dimension-line' | 'russian-ruble' | 'sailboat' | 'salad' | 'sandwich' | 'satellite' | 'satellite-dish' | 'saudi-riyal' | 'save' | 'save-all' | 'save-off' | 'scale' | 'scale-3d' | 'scaling' | 'scan' | 'scan-barcode' | 'scan-eye' | 'scan-face' | 'scan-heart' | 'scan-line' | 'scan-qr-code' | 'scan-search' | 'scan-text' | 'school' | 'scissors' | 'scissors-line-dashed' | 'screen-share' | 'screen-share-off' | 'scroll' | 'scroll-text' | 'search' | 'search-check' | 'search-code' | 'search-slash' | 'search-x' | 'section' | 'send' | 'send-horizontal' | 'send-to-back' | 'separator-horizontal' | 'separator-vertical' | 'server' | 'server-cog' | 'server-crash' | 'server-off' | 'settings' | 'settings-2' | 'shapes' | 'share' | 'share-2' | 'sheet' | 'shell' | 'shield' | 'shield-alert' | 'shield-ban' | 'shield-check' | 'shield-ellipsis' | 'shield-half' | 'shield-minus' | 'shield-off' | 'shield-plus' | 'shield-question-mark' | 'shield-user' | 'shield-x' | 'ship' | 'ship-wheel' | 'shirt' | 'shopping-bag' | 'shopping-basket' | 'shopping-cart' | 'shovel' | 'shower-head' | 'shredder' | 'shrimp' | 'shrink' | 'shrub' | 'shuffle' | 'sigma' | 'signal' | 'signal-high' | 'signal-low' | 'signal-medium' | 'signal-zero' | 'signature' | 'signpost' | 'signpost-big' | 'siren' | 'skip-back' | 'skip-forward' | 'skull' | 'slack' | 'slash' | 'slice' | 'sliders-horizontal' | 'sliders-vertical' | 'smartphone' | 'smartphone-charging' | 'smartphone-nfc' | 'smile' | 'smile-plus' | 'snail' | 'snowflake' | 'soap-dispenser-droplet' | 'sofa' | 'soup' | 'space' | 'spade' | 'sparkle' | 'sparkles' | 'speaker' | 'speech' | 'spell-check' | 'spell-check-2' | 'spline' | 'spline-pointer' | 'split' | 'spool' | 'spotlight' | 'spray-can' | 'sprout' | 'square' | 'square-activity' | 'square-arrow-down' | 'square-arrow-down-left' | 'square-arrow-down-right' | 'square-arrow-left' | 'square-arrow-out-down-left' | 'square-arrow-out-down-right' | 'square-arrow-out-up-left' | 'square-arrow-out-up-right' | 'square-arrow-right' | 'square-arrow-up' | 'square-arrow-up-left' | 'square-arrow-up-right' | 'square-asterisk' | 'square-bottom-dashed-scissors' | 'square-chart-gantt' | 'square-check' | 'square-check-big' | 'square-chevron-down' | 'square-chevron-left' | 'square-chevron-right' | 'square-chevron-up' | 'square-code' | 'square-dashed' | 'square-dashed-bottom' | 'square-dashed-bottom-code' | 'square-dashed-kanban' | 'square-dashed-mouse-pointer' | 'square-dashed-top-solid' | 'square-divide' | 'square-dot' | 'square-equal' | 'square-function' | 'square-kanban' | 'square-library' | 'square-m' | 'square-menu' | 'square-minus' | 'square-mouse-pointer' | 'square-parking' | 'square-parking-off' | 'square-pause' | 'square-pen' | 'square-percent' | 'square-pi' | 'square-pilcrow' | 'square-play' | 'square-plus' | 'square-power' | 'square-radical' | 'square-round-corner' | 'square-scissors' | 'square-sigma' | 'square-slash' | 'square-split-horizontal' | 'square-split-vertical' | 'square-square' | 'square-stack' | 'square-stop' | 'square-terminal' | 'square-user' | 'square-user-round' | 'square-x' | 'squares-exclude' | 'squares-intersect' | 'squares-subtract' | 'squares-unite' | 'squircle' | 'squircle-dashed' | 'squirrel' | 'stamp' | 'star' | 'star-half' | 'star-off' | 'step-back' | 'step-forward' | 'stethoscope' | 'sticker' | 'sticky-note' | 'store' | 'stretch-horizontal' | 'stretch-vertical' | 'strikethrough' | 'subscript' | 'sun' | 'sun-dim' | 'sun-medium' | 'sun-moon' | 'sun-snow' | 'sunrise' | 'sunset' | 'superscript' | 'swatch-book' | 'swiss-franc' | 'switch-camera' | 'sword' | 'swords' | 'syringe' | 'table' | 'table-2' | 'table-cells-merge' | 'table-cells-split' | 'table-columns-split' | 'table-of-contents' | 'table-properties' | 'table-rows-split' | 'tablet' | 'tablet-smartphone' | 'tablets' | 'tag' | 'tags' | 'tally-1' | 'tally-2' | 'tally-3' | 'tally-4' | 'tally-5' | 'tangent' | 'target' | 'telescope' | 'tent' | 'tent-tree' | 'terminal' | 'test-tube' | 'test-tube-diagonal' | 'test-tubes' | 'text' | 'text-cursor' | 'text-cursor-input' | 'text-quote' | 'text-search' | 'text-select' | 'theater' | 'thermometer' | 'thermometer-snowflake' | 'thermometer-sun' | 'thumbs-down' | 'thumbs-up' | 'ticket' | 'ticket-check' | 'ticket-minus' | 'ticket-percent' | 'ticket-plus' | 'ticket-slash' | 'ticket-x' | 'tickets' | 'tickets-plane' | 'timer' | 'timer-off' | 'timer-reset' | 'toggle-left' | 'toggle-right' | 'toilet' | 'tool-case' | 'tornado' | 'torus' | 'touchpad' | 'touchpad-off' | 'tower-control' | 'toy-brick' | 'tractor' | 'traffic-cone' | 'train-front' | 'train-front-tunnel' | 'train-track' | 'tram-front' | 'transgender' | 'trash' | 'trash-2' | 'tree-deciduous' | 'tree-palm' | 'tree-pine' | 'trees' | 'trello' | 'trending-down' | 'trending-up' | 'trending-up-down' | 'triangle' | 'triangle-alert' | 'triangle-dashed' | 'triangle-right' | 'trophy' | 'truck' | 'truck-electric' | 'turkish-lira' | 'turntable' | 'turtle' | 'tv' | 'tv-minimal' | 'tv-minimal-play' | 'twitch' | 'twitter' | 'type' | 'type-outline' | 'umbrella' | 'umbrella-off' | 'underline' | 'undo' | 'undo-2' | 'undo-dot' | 'unfold-horizontal' | 'unfold-vertical' | 'ungroup' | 'university' | 'unlink' | 'unlink-2' | 'unplug' | 'upload' | 'usb' | 'user' | 'user-check' | 'user-cog' | 'user-lock' | 'user-minus' | 'user-pen' | 'user-plus' | 'user-round' | 'user-round-check' | 'user-round-cog' | 'user-round-minus' | 'user-round-pen' | 'user-round-plus' | 'user-round-search' | 'user-round-x' | 'user-search' | 'user-star' | 'user-x' | 'users' | 'users-round' | 'utensils' | 'utensils-crossed' | 'utility-pole' | 'variable' | 'vault' | 'vector-square' | 'vegan' | 'venetian-mask' | 'venus' | 'venus-and-mars' | 'vibrate' | 'vibrate-off' | 'video' | 'video-off' | 'videotape' | 'view' | 'voicemail' | 'volleyball' | 'volume' | 'volume-1' | 'volume-2' | 'volume-off' | 'volume-x' | 'vote' | 'wallet' | 'wallet-cards' | 'wallet-minimal' | 'wallpaper' | 'wand' | 'wand-sparkles' | 'warehouse' | 'washing-machine' | 'watch' | 'waves' | 'waves-ladder' | 'waypoints' | 'webcam' | 'webhook' | 'webhook-off' | 'weight' | 'wheat' | 'wheat-off' | 'whole-word' | 'wifi' | 'wifi-cog' | 'wifi-high' | 'wifi-low' | 'wifi-off' | 'wifi-pen' | 'wifi-sync' | 'wifi-zero' | 'wind' | 'wind-arrow-down' | 'wine' | 'wine-off' | 'workflow' | 'worm' | 'wrap-text' | 'wrench' | 'x' | 'youtube' | 'zap' | 'zap-off' | 'zoom-in' | 'zoom-out' | 'byq'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Interface2'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|property1|key|ref|className|style|children)$/]",
        "message": "<Interface2> doesn't accept that prop. Declared props: className, style, property1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Interface2'] > JSXAttribute[name.name='property1'] > Literal[value!=/^(?:a-arrow-down|a-arrow-up|a-large-small|accessibility|activity|air-vent|airplay|alarm-clock|alarm-clock-check|alarm-clock-minus|alarm-clock-off|alarm-clock-plus|alarm-smoke|album|align-center|align-center-horizontal|align-center-vertical|align-end-horizontal|align-end-vertical|align-horizontal-distribute-center|align-horizontal-distribute-end|align-horizontal-distribute-start|align-horizontal-justify-center|align-horizontal-justify-end|align-horizontal-justify-start|align-horizontal-space-around|align-horizontal-space-between|align-justify|align-left|align-right|align-start-horizontal|align-start-vertical|align-vertical-distribute-center|align-vertical-distribute-end|align-vertical-distribute-start|align-vertical-justify-center|align-vertical-justify-end|align-vertical-justify-start|align-vertical-space-around|align-vertical-space-between|ambulance|ampersand|ampersands|amphora|anchor|angry|annoyed|antenna|anvil|aperture|app-window|app-window-mac|apple|archive|archive-restore|archive-x|armchair|arrow-big-down|arrow-big-down-dash|arrow-big-left|arrow-big-left-dash|arrow-big-right|arrow-big-right-dash|arrow-big-up|arrow-big-up-dash|arrow-down|arrow-down-0-1|arrow-down-1-0|arrow-down-a-z|arrow-down-from-line|arrow-down-left|arrow-down-narrow-wide|arrow-down-right|arrow-down-to-dot|arrow-down-to-line|arrow-down-up|arrow-down-wide-narrow|arrow-down-z-a|arrow-left|arrow-left-from-line|arrow-left-right|arrow-left-to-line|arrow-right|arrow-right-from-line|arrow-right-left|arrow-right-to-line|arrow-up|arrow-up-0-1|arrow-up-1-0|arrow-up-a-z|arrow-up-down|arrow-up-from-dot|arrow-up-from-line|arrow-up-left|arrow-up-narrow-wide|arrow-up-right|arrow-up-to-line|arrow-up-wide-narrow|arrow-up-z-a|arrows-up-from-line|asterisk|at-sign|atom|audio-lines|audio-waveform|award|axe|axis-3d|baby|backpack|badge|badge-alert|badge-cent|badge-check|badge-dollar-sign|badge-euro|badge-indian-rupee|badge-info|badge-japanese-yen|badge-minus|badge-percent|badge-plus|badge-pound-sterling|badge-question-mark|badge-russian-ruble|badge-swiss-franc|badge-turkish-lira|badge-x|baggage-claim|ban|banana|bandage|banknote|banknote-arrow-down|banknote-arrow-up|banknote-x|barcode|barrel|baseline|bath|battery|battery-charging|battery-full|battery-low|battery-medium|battery-plus|battery-warning|beaker|bean|bean-off|bed|bed-double|bed-single|beef|beer|beer-off|bell|bell-dot|bell-electric|bell-minus|bell-off|bell-plus|bell-ring|between-horizontal-end|between-horizontal-start|between-vertical-end|between-vertical-start|biceps-flexed|bike|binary|binoculars|biohazard|bird|bitcoin|blend|blinds|blocks|bluetooth|bluetooth-connected|bluetooth-off|bluetooth-searching|bold|bolt|bomb|bone|book|book-a|book-alert|book-audio|book-check|book-copy|book-dashed|book-down|book-headphones|book-heart|book-image|book-key|book-lock|book-marked|book-minus|book-open|book-open-check|book-open-text|book-plus|book-text|book-type|book-up|book-up-2|book-user|book-x|bookmark|bookmark-minus|bookmark-plus|bookmark-x|boom-box|bot|bot-message-square|bot-off|bottle-wine|bow-arrow|box|boxes|braces|brackets|brain|brain-circuit|brain-cog|brick-wall|brick-wall-fire|briefcase|briefcase-business|briefcase-conveyor-belt|briefcase-medical|bring-to-front|brush|brush-cleaning|bubbles|bug|bug-off|bug-play|building|building-2|bus|bus-front|cable|cable-car|cake|cake-slice|calculator|calendar|calendar-1|calendar-arrow-down|calendar-arrow-up|calendar-check|calendar-check-2|calendar-clock|calendar-cog|calendar-days|calendar-fold|calendar-heart|calendar-minus|calendar-minus-2|calendar-off|calendar-plus|calendar-plus-2|calendar-range|calendar-search|calendar-sync|calendar-x|calendar-x-2|camera|camera-off|candy|candy-cane|candy-off|cannabis|captions|captions-off|car|car-front|car-taxi-front|caravan|card-sim|carrot|case-lower|case-sensitive|case-upper|cassette-tape|cast|castle|cat|cctv|chart-area|chart-bar|chart-bar-big|chart-bar-decreasing|chart-bar-increasing|chart-bar-stacked|chart-candlestick|chart-column|chart-column-big|chart-column-decreasing|chart-column-increasing|chart-column-stacked|chart-gantt|chart-line|chart-network|chart-no-axes-column|chart-no-axes-column-decreasing|chart-no-axes-column-increasing|chart-no-axes-combined|chart-no-axes-gantt|chart-pie|chart-scatter|chart-spline|check|check-check|check-line|chef-hat|cherry|chevron-down|chevron-first|chevron-last|chevron-left|chevron-right|chevron-up|chevrons-down|chevrons-down-up|chevrons-left|chevrons-left-right|chevrons-left-right-ellipsis|chevrons-right|chevrons-right-left|chevrons-up|chevrons-up-down|chrome|church|cigarette|cigarette-off|circle|circle-alert|circle-arrow-down|circle-arrow-left|circle-arrow-out-down-left|circle-arrow-out-down-right|circle-arrow-out-up-left|circle-arrow-out-up-right|circle-arrow-right|circle-arrow-up|circle-check|circle-check-big|circle-chevron-down|circle-chevron-left|circle-chevron-right|circle-chevron-up|circle-dashed|circle-divide|circle-dollar-sign|circle-dot|circle-dot-dashed|circle-ellipsis|circle-equal|circle-fading-arrow-up|circle-fading-plus|circle-gauge|circle-minus|circle-off|circle-parking|circle-parking-off|circle-pause|circle-percent|circle-play|circle-plus|circle-pound-sterling|circle-power|circle-question-mark|circle-slash|circle-slash-2|circle-small|circle-stop|circle-user|circle-user-round|circle-x|circuit-board|citrus|clapperboard|clipboard|clipboard-check|clipboard-clock|clipboard-copy|clipboard-list|clipboard-minus|clipboard-paste|clipboard-pen|clipboard-pen-line|clipboard-plus|clipboard-type|clipboard-x|clock|clock-1|clock-10|clock-11|clock-12|clock-2|clock-3|clock-4|clock-5|clock-6|clock-7|clock-8|clock-9|clock-alert|clock-arrow-down|clock-arrow-up|clock-fading|clock-plus|closed-caption|cloud|cloud-alert|cloud-check|cloud-cog|cloud-download|cloud-drizzle|cloud-fog|cloud-hail|cloud-lightning|cloud-moon|cloud-moon-rain|cloud-off|cloud-rain|cloud-rain-wind|cloud-snow|cloud-sun|cloud-sun-rain|cloud-upload|cloudy|clover|club|code|code-xml|codepen|codesandbox|coffee|cog|coins|columns-2|columns-3|columns-3-cog|columns-4|combine|command|compass|component|computer|concierge-bell|cone|construction|contact|contact-round|container|contrast|cookie|cooking-pot|copy|copy-check|copy-minus|copy-plus|copy-slash|copy-x|copyleft|copyright|corner-down-left|corner-down-right|corner-left-down|corner-left-up|corner-right-down|corner-right-up|corner-up-left|corner-up-right|cpu|creative-commons|credit-card|croissant|crop|cross|crosshair|crown|cuboid|cup-soda|currency|cylinder|dam|database|database-backup|database-zap|decimals-arrow-left|decimals-arrow-right|delete|dessert|diameter|diamond|diamond-minus|diamond-percent|diamond-plus|dice-1|dice-2|dice-3|dice-4|dice-5|dice-6|dices|diff|disc|disc-2|disc-3|disc-album|divide|dna|dna-off|dock|dog|dollar-sign|donut|door-closed|door-closed-locked|door-open|dot|download|drafting-compass|drama|dribbble|drill|drone|droplet|droplet-off|droplets|drum|drumstick|dumbbell|ear|ear-off|earth|earth-lock|eclipse|egg|egg-fried|egg-off|ellipsis|ellipsis-vertical|equal|equal-approximately|equal-not|eraser|ethernet-port|euro|expand|external-link|eye|eye-closed|eye-off|facebook|factory|fan|fast-forward|feather|fence|ferris-wheel|figma|file|file-archive|file-audio|file-audio-2|file-axis-3d|file-badge|file-badge-2|file-box|file-chart-column|file-chart-column-increasing|file-chart-line|file-chart-pie|file-check|file-check-2|file-clock|file-code|file-code-2|file-cog|file-diff|file-digit|file-down|file-heart|file-image|file-input|file-json|file-json-2|file-key|file-key-2|file-lock|file-lock-2|file-minus|file-minus-2|file-music|file-output|file-pen|file-pen-line|file-play|file-plus|file-plus-2|file-question-mark|file-scan|file-search|file-search-2|file-sliders|file-spreadsheet|file-stack|file-symlink|file-terminal|file-text|file-type|file-type-2|file-up|file-user|file-video-camera|file-volume|file-volume-2|file-warning|file-x|file-x-2|files|film|fingerprint|fire-extinguisher|fish|fish-off|fish-symbol|flag|flag-off|flag-triangle-left|flag-triangle-right|flame|flame-kindling|flashlight|flashlight-off|flask-conical|flask-conical-off|flask-round|flip-horizontal|flip-horizontal-2|flip-vertical|flip-vertical-2|flower|flower-2|focus|fold-horizontal|fold-vertical|folder|folder-archive|folder-check|folder-clock|folder-closed|folder-code|folder-cog|folder-dot|folder-down|folder-git|folder-git-2|folder-heart|folder-input|folder-kanban|folder-key|folder-lock|folder-minus|folder-open|folder-open-dot|folder-output|folder-pen|folder-plus|folder-root|folder-search|folder-search-2|folder-symlink|folder-sync|folder-tree|folder-up|folder-x|folders|footprints|forklift|forward|frame|framer|frown|fuel|fullscreen|funnel|funnel-plus|funnel-x|gallery-horizontal|gallery-horizontal-end|gallery-thumbnails|gallery-vertical|gallery-vertical-end|gamepad|gamepad-2|gauge|gavel|gem|georgian-lari|ghost|gift|git-branch|git-branch-plus|git-commit-horizontal|git-commit-vertical|git-compare|git-compare-arrows|git-fork|git-graph|git-merge|git-pull-request|git-pull-request-arrow|git-pull-request-closed|git-pull-request-create|git-pull-request-create-arrow|git-pull-request-draft|github|gitlab|glass-water|glasses|globe|globe-lock|goal|gpu|graduation-cap|grape|grid-2x2|grid-2x2-check|grid-2x2-plus|grid-2x2-x|grid-3x2|grid-3x3|grip|grip-horizontal|grip-vertical|group|guitar|ham|hamburger|hammer|hand|hand-coins|hand-fist|hand-grab|hand-heart|hand-helping|hand-metal|hand-platter|handbag|handshake|hard-drive|hard-drive-download|hard-drive-upload|hard-hat|hash|hat-glasses|haze|hdmi-port|heading|heading-1|heading-2|heading-3|heading-4|heading-5|heading-6|headphone-off|headphones|headset|heart|heart-crack|heart-handshake|heart-minus|heart-off|heart-plus|heart-pulse|heater|hexagon|highlighter|history|hop|hop-off|hospital|hotel|hourglass|house|house-plug|house-plus|house-wifi|ice-cream-bowl|ice-cream-cone|id-card|id-card-lanyard|image|image-down|image-minus|image-off|image-play|image-plus|image-up|image-upscale|images|import|inbox|indent-decrease|indent-increase|indian-rupee|infinity|info|inspection-panel|instagram|italic|iteration-ccw|iteration-cw|japanese-yen|joystick|kanban|key|key-round|key-square|keyboard|keyboard-music|keyboard-off|lamp|lamp-ceiling|lamp-desk|lamp-floor|lamp-wall-down|lamp-wall-up|land-plot|landmark|languages|laptop|laptop-minimal|laptop-minimal-check|lasso|lasso-select|laugh|layers|layers-2|layout-dashboard|layout-grid|layout-list|layout-panel-left|layout-panel-top|layout-template|leaf|leafy-green|lectern|letter-text|library|library-big|life-buoy|ligature|lightbulb|lightbulb-off|line-squiggle|link|link-2|link-2-off|linkedin|list|list-check|list-checks|list-collapse|list-end|list-filter|list-filter-plus|list-minus|list-music|list-ordered|list-plus|list-restart|list-start|list-todo|list-tree|list-video|list-x|loader|loader-circle|loader-pinwheel|locate|locate-fixed|locate-off|lock|lock-keyhole|lock-keyhole-open|lock-open|log-in|log-out|logs|lollipop|luggage|magnet|mail|mail-check|mail-minus|mail-open|mail-plus|mail-question-mark|mail-search|mail-warning|mail-x|mailbox|mails|map|map-minus|map-pin|map-pin-check|map-pin-check-inside|map-pin-house|map-pin-minus|map-pin-minus-inside|map-pin-off|map-pin-pen|map-pin-plus|map-pin-plus-inside|map-pin-x|map-pin-x-inside|map-pinned|map-plus|mars|mars-stroke|martini|maximize|maximize-2|medal|megaphone|megaphone-off|meh|memory-stick|menu|merge|message-circle|message-circle-code|message-circle-dashed|message-circle-heart|message-circle-more|message-circle-off|message-circle-plus|message-circle-question-mark|message-circle-reply|message-circle-warning|message-circle-x|message-square|message-square-code|message-square-dashed|message-square-diff|message-square-dot|message-square-heart|message-square-lock|message-square-more|message-square-off|message-square-plus|message-square-quote|message-square-reply|message-square-share|message-square-text|message-square-warning|message-square-x|messages-square|mic|mic-off|mic-vocal|microchip|microscope|microwave|milestone|milk|milk-off|minimize|minimize-2|minus|monitor|monitor-check|monitor-cog|monitor-dot|monitor-down|monitor-off|monitor-pause|monitor-play|monitor-smartphone|monitor-speaker|monitor-stop|monitor-up|monitor-x|moon|moon-star|mountain|mountain-snow|mouse|mouse-off|mouse-pointer|mouse-pointer-2|mouse-pointer-ban|mouse-pointer-click|move|move-3d|move-diagonal|move-diagonal-2|move-down|move-down-left|move-down-right|move-horizontal|move-left|move-right|move-up|move-up-left|move-up-right|move-vertical|music|music-2|music-3|music-4|navigation|navigation-2|navigation-2-off|navigation-off|network|newspaper|nfc|non-binary|notebook|notebook-pen|notebook-tabs|notebook-text|notepad-text|notepad-text-dashed|nut|nut-off|octagon|octagon-alert|octagon-minus|octagon-pause|octagon-x|omega|option|orbit|origami|package|package-2|package-check|package-minus|package-open|package-plus|package-search|package-x|paint-bucket|paint-roller|paintbrush|paintbrush-vertical|palette|panda|panel-bottom|panel-bottom-close|panel-bottom-dashed|panel-bottom-open|panel-left|panel-left-close|panel-left-dashed|panel-left-open|panel-right|panel-right-close|panel-right-dashed|panel-right-open|panel-top|panel-top-close|panel-top-dashed|panel-top-open|panels-left-bottom|panels-right-bottom|panels-top-left|paperclip|parentheses|parking-meter|party-popper|pause|paw-print|pc-case|pen|pen-line|pen-off|pen-tool|pencil|pencil-line|pencil-off|pencil-ruler|pentagon|percent|person-standing|philippine-peso|phone|phone-call|phone-forwarded|phone-incoming|phone-missed|phone-off|phone-outgoing|pi|piano|pickaxe|picture-in-picture|picture-in-picture-2|piggy-bank|pilcrow|pilcrow-left|pilcrow-right|pill|pill-bottle|pin|pin-off|pipette|pizza|plane|plane-landing|plane-takeoff|play|plug|plug-2|plug-zap|plus|pocket|pocket-knife|podcast|pointer|pointer-off|popcorn|popsicle|pound-sterling|power|power-off|presentation|printer|printer-check|projector|proportions|puzzle|pyramid|qr-code|quote|rabbit|radar|radiation|radical|radio|radio-receiver|radio-tower|radius|rail-symbol|rainbow|rat|ratio|receipt|receipt-cent|receipt-euro|receipt-indian-rupee|receipt-japanese-yen|receipt-pound-sterling|receipt-russian-ruble|receipt-swiss-franc|receipt-text|receipt-turkish-lira|rectangle-circle|rectangle-ellipsis|rectangle-goggles|rectangle-horizontal|rectangle-vertical|recycle|redo|redo-2|redo-dot|refresh-ccw|refresh-ccw-dot|refresh-cw|refresh-cw-off|refrigerator|regex|remove-formatting|repeat|repeat-1|repeat-2|replace|replace-all|reply|reply-all|rewind|ribbon|rocket|rocking-chair|roller-coaster|rotate-3d|rotate-ccw|rotate-ccw-key|rotate-ccw-square|rotate-cw|rotate-cw-square|route|route-off|router|rows-2|rows-3|rows-4|rss|ruler|ruler-dimension-line|russian-ruble|sailboat|salad|sandwich|satellite|satellite-dish|saudi-riyal|save|save-all|save-off|scale|scale-3d|scaling|scan|scan-barcode|scan-eye|scan-face|scan-heart|scan-line|scan-qr-code|scan-search|scan-text|school|scissors|scissors-line-dashed|screen-share|screen-share-off|scroll|scroll-text|search|search-check|search-code|search-slash|search-x|section|send|send-horizontal|send-to-back|separator-horizontal|separator-vertical|server|server-cog|server-crash|server-off|settings|settings-2|shapes|share|share-2|sheet|shell|shield|shield-alert|shield-ban|shield-check|shield-ellipsis|shield-half|shield-minus|shield-off|shield-plus|shield-question-mark|shield-user|shield-x|ship|ship-wheel|shirt|shopping-bag|shopping-basket|shopping-cart|shovel|shower-head|shredder|shrimp|shrink|shrub|shuffle|sigma|signal|signal-high|signal-low|signal-medium|signal-zero|signature|signpost|signpost-big|siren|skip-back|skip-forward|skull|slack|slash|slice|sliders-horizontal|sliders-vertical|smartphone|smartphone-charging|smartphone-nfc|smile|smile-plus|snail|snowflake|soap-dispenser-droplet|sofa|soup|space|spade|sparkle|sparkles|speaker|speech|spell-check|spell-check-2|spline|spline-pointer|split|spool|spotlight|spray-can|sprout|square|square-activity|square-arrow-down|square-arrow-down-left|square-arrow-down-right|square-arrow-left|square-arrow-out-down-left|square-arrow-out-down-right|square-arrow-out-up-left|square-arrow-out-up-right|square-arrow-right|square-arrow-up|square-arrow-up-left|square-arrow-up-right|square-asterisk|square-bottom-dashed-scissors|square-chart-gantt|square-check|square-check-big|square-chevron-down|square-chevron-left|square-chevron-right|square-chevron-up|square-code|square-dashed|square-dashed-bottom|square-dashed-bottom-code|square-dashed-kanban|square-dashed-mouse-pointer|square-dashed-top-solid|square-divide|square-dot|square-equal|square-function|square-kanban|square-library|square-m|square-menu|square-minus|square-mouse-pointer|square-parking|square-parking-off|square-pause|square-pen|square-percent|square-pi|square-pilcrow|square-play|square-plus|square-power|square-radical|square-round-corner|square-scissors|square-sigma|square-slash|square-split-horizontal|square-split-vertical|square-square|square-stack|square-stop|square-terminal|square-user|square-user-round|square-x|squares-exclude|squares-intersect|squares-subtract|squares-unite|squircle|squircle-dashed|squirrel|stamp|star|star-half|star-off|step-back|step-forward|stethoscope|sticker|sticky-note|store|stretch-horizontal|stretch-vertical|strikethrough|subscript|sun|sun-dim|sun-medium|sun-moon|sun-snow|sunrise|sunset|superscript|swatch-book|swiss-franc|switch-camera|sword|swords|syringe|table|table-2|table-cells-merge|table-cells-split|table-columns-split|table-of-contents|table-properties|table-rows-split|tablet|tablet-smartphone|tablets|tag|tags|tally-1|tally-2|tally-3|tally-4|tally-5|tangent|target|telescope|tent|tent-tree|terminal|test-tube|test-tube-diagonal|test-tubes|text|text-cursor|text-cursor-input|text-quote|text-search|text-select|theater|thermometer|thermometer-snowflake|thermometer-sun|thumbs-down|thumbs-up|ticket|ticket-check|ticket-minus|ticket-percent|ticket-plus|ticket-slash|ticket-x|tickets|tickets-plane|timer|timer-off|timer-reset|toggle-left|toggle-right|toilet|tool-case|tornado|torus|touchpad|touchpad-off|tower-control|toy-brick|tractor|traffic-cone|train-front|train-front-tunnel|train-track|tram-front|transgender|trash|trash-2|tree-deciduous|tree-palm|tree-pine|trees|trello|trending-down|trending-up|trending-up-down|triangle|triangle-alert|triangle-dashed|triangle-right|trophy|truck|truck-electric|turkish-lira|turntable|turtle|tv|tv-minimal|tv-minimal-play|twitch|twitter|type|type-outline|umbrella|umbrella-off|underline|undo|undo-2|undo-dot|unfold-horizontal|unfold-vertical|ungroup|university|unlink|unlink-2|unplug|upload|usb|user|user-check|user-cog|user-lock|user-minus|user-pen|user-plus|user-round|user-round-check|user-round-cog|user-round-minus|user-round-pen|user-round-plus|user-round-search|user-round-x|user-search|user-star|user-x|users|users-round|utensils|utensils-crossed|utility-pole|variable|vault|vector-square|vegan|venetian-mask|venus|venus-and-mars|vibrate|vibrate-off|video|video-off|videotape|view|voicemail|volleyball|volume|volume-1|volume-2|volume-off|volume-x|vote|wallet|wallet-cards|wallet-minimal|wallpaper|wand|wand-sparkles|warehouse|washing-machine|watch|waves|waves-ladder|waypoints|webcam|webhook|webhook-off|weight|wheat|wheat-off|whole-word|wifi|wifi-cog|wifi-high|wifi-low|wifi-off|wifi-pen|wifi-sync|wifi-zero|wind|wind-arrow-down|wine|wine-off|workflow|worm|wrap-text|wrench|x|youtube|zap|zap-off|zoom-in|zoom-out|byq)$/]",
        "message": "<Interface2> property1 must be one of 'a-arrow-down' | 'a-arrow-up' | 'a-large-small' | 'accessibility' | 'activity' | 'air-vent' | 'airplay' | 'alarm-clock' | 'alarm-clock-check' | 'alarm-clock-minus' | 'alarm-clock-off' | 'alarm-clock-plus' | 'alarm-smoke' | 'album' | 'align-center' | 'align-center-horizontal' | 'align-center-vertical' | 'align-end-horizontal' | 'align-end-vertical' | 'align-horizontal-distribute-center' | 'align-horizontal-distribute-end' | 'align-horizontal-distribute-start' | 'align-horizontal-justify-center' | 'align-horizontal-justify-end' | 'align-horizontal-justify-start' | 'align-horizontal-space-around' | 'align-horizontal-space-between' | 'align-justify' | 'align-left' | 'align-right' | 'align-start-horizontal' | 'align-start-vertical' | 'align-vertical-distribute-center' | 'align-vertical-distribute-end' | 'align-vertical-distribute-start' | 'align-vertical-justify-center' | 'align-vertical-justify-end' | 'align-vertical-justify-start' | 'align-vertical-space-around' | 'align-vertical-space-between' | 'ambulance' | 'ampersand' | 'ampersands' | 'amphora' | 'anchor' | 'angry' | 'annoyed' | 'antenna' | 'anvil' | 'aperture' | 'app-window' | 'app-window-mac' | 'apple' | 'archive' | 'archive-restore' | 'archive-x' | 'armchair' | 'arrow-big-down' | 'arrow-big-down-dash' | 'arrow-big-left' | 'arrow-big-left-dash' | 'arrow-big-right' | 'arrow-big-right-dash' | 'arrow-big-up' | 'arrow-big-up-dash' | 'arrow-down' | 'arrow-down-0-1' | 'arrow-down-1-0' | 'arrow-down-a-z' | 'arrow-down-from-line' | 'arrow-down-left' | 'arrow-down-narrow-wide' | 'arrow-down-right' | 'arrow-down-to-dot' | 'arrow-down-to-line' | 'arrow-down-up' | 'arrow-down-wide-narrow' | 'arrow-down-z-a' | 'arrow-left' | 'arrow-left-from-line' | 'arrow-left-right' | 'arrow-left-to-line' | 'arrow-right' | 'arrow-right-from-line' | 'arrow-right-left' | 'arrow-right-to-line' | 'arrow-up' | 'arrow-up-0-1' | 'arrow-up-1-0' | 'arrow-up-a-z' | 'arrow-up-down' | 'arrow-up-from-dot' | 'arrow-up-from-line' | 'arrow-up-left' | 'arrow-up-narrow-wide' | 'arrow-up-right' | 'arrow-up-to-line' | 'arrow-up-wide-narrow' | 'arrow-up-z-a' | 'arrows-up-from-line' | 'asterisk' | 'at-sign' | 'atom' | 'audio-lines' | 'audio-waveform' | 'award' | 'axe' | 'axis-3d' | 'baby' | 'backpack' | 'badge' | 'badge-alert' | 'badge-cent' | 'badge-check' | 'badge-dollar-sign' | 'badge-euro' | 'badge-indian-rupee' | 'badge-info' | 'badge-japanese-yen' | 'badge-minus' | 'badge-percent' | 'badge-plus' | 'badge-pound-sterling' | 'badge-question-mark' | 'badge-russian-ruble' | 'badge-swiss-franc' | 'badge-turkish-lira' | 'badge-x' | 'baggage-claim' | 'ban' | 'banana' | 'bandage' | 'banknote' | 'banknote-arrow-down' | 'banknote-arrow-up' | 'banknote-x' | 'barcode' | 'barrel' | 'baseline' | 'bath' | 'battery' | 'battery-charging' | 'battery-full' | 'battery-low' | 'battery-medium' | 'battery-plus' | 'battery-warning' | 'beaker' | 'bean' | 'bean-off' | 'bed' | 'bed-double' | 'bed-single' | 'beef' | 'beer' | 'beer-off' | 'bell' | 'bell-dot' | 'bell-electric' | 'bell-minus' | 'bell-off' | 'bell-plus' | 'bell-ring' | 'between-horizontal-end' | 'between-horizontal-start' | 'between-vertical-end' | 'between-vertical-start' | 'biceps-flexed' | 'bike' | 'binary' | 'binoculars' | 'biohazard' | 'bird' | 'bitcoin' | 'blend' | 'blinds' | 'blocks' | 'bluetooth' | 'bluetooth-connected' | 'bluetooth-off' | 'bluetooth-searching' | 'bold' | 'bolt' | 'bomb' | 'bone' | 'book' | 'book-a' | 'book-alert' | 'book-audio' | 'book-check' | 'book-copy' | 'book-dashed' | 'book-down' | 'book-headphones' | 'book-heart' | 'book-image' | 'book-key' | 'book-lock' | 'book-marked' | 'book-minus' | 'book-open' | 'book-open-check' | 'book-open-text' | 'book-plus' | 'book-text' | 'book-type' | 'book-up' | 'book-up-2' | 'book-user' | 'book-x' | 'bookmark' | 'bookmark-minus' | 'bookmark-plus' | 'bookmark-x' | 'boom-box' | 'bot' | 'bot-message-square' | 'bot-off' | 'bottle-wine' | 'bow-arrow' | 'box' | 'boxes' | 'braces' | 'brackets' | 'brain' | 'brain-circuit' | 'brain-cog' | 'brick-wall' | 'brick-wall-fire' | 'briefcase' | 'briefcase-business' | 'briefcase-conveyor-belt' | 'briefcase-medical' | 'bring-to-front' | 'brush' | 'brush-cleaning' | 'bubbles' | 'bug' | 'bug-off' | 'bug-play' | 'building' | 'building-2' | 'bus' | 'bus-front' | 'cable' | 'cable-car' | 'cake' | 'cake-slice' | 'calculator' | 'calendar' | 'calendar-1' | 'calendar-arrow-down' | 'calendar-arrow-up' | 'calendar-check' | 'calendar-check-2' | 'calendar-clock' | 'calendar-cog' | 'calendar-days' | 'calendar-fold' | 'calendar-heart' | 'calendar-minus' | 'calendar-minus-2' | 'calendar-off' | 'calendar-plus' | 'calendar-plus-2' | 'calendar-range' | 'calendar-search' | 'calendar-sync' | 'calendar-x' | 'calendar-x-2' | 'camera' | 'camera-off' | 'candy' | 'candy-cane' | 'candy-off' | 'cannabis' | 'captions' | 'captions-off' | 'car' | 'car-front' | 'car-taxi-front' | 'caravan' | 'card-sim' | 'carrot' | 'case-lower' | 'case-sensitive' | 'case-upper' | 'cassette-tape' | 'cast' | 'castle' | 'cat' | 'cctv' | 'chart-area' | 'chart-bar' | 'chart-bar-big' | 'chart-bar-decreasing' | 'chart-bar-increasing' | 'chart-bar-stacked' | 'chart-candlestick' | 'chart-column' | 'chart-column-big' | 'chart-column-decreasing' | 'chart-column-increasing' | 'chart-column-stacked' | 'chart-gantt' | 'chart-line' | 'chart-network' | 'chart-no-axes-column' | 'chart-no-axes-column-decreasing' | 'chart-no-axes-column-increasing' | 'chart-no-axes-combined' | 'chart-no-axes-gantt' | 'chart-pie' | 'chart-scatter' | 'chart-spline' | 'check' | 'check-check' | 'check-line' | 'chef-hat' | 'cherry' | 'chevron-down' | 'chevron-first' | 'chevron-last' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevrons-down' | 'chevrons-down-up' | 'chevrons-left' | 'chevrons-left-right' | 'chevrons-left-right-ellipsis' | 'chevrons-right' | 'chevrons-right-left' | 'chevrons-up' | 'chevrons-up-down' | 'chrome' | 'church' | 'cigarette' | 'cigarette-off' | 'circle' | 'circle-alert' | 'circle-arrow-down' | 'circle-arrow-left' | 'circle-arrow-out-down-left' | 'circle-arrow-out-down-right' | 'circle-arrow-out-up-left' | 'circle-arrow-out-up-right' | 'circle-arrow-right' | 'circle-arrow-up' | 'circle-check' | 'circle-check-big' | 'circle-chevron-down' | 'circle-chevron-left' | 'circle-chevron-right' | 'circle-chevron-up' | 'circle-dashed' | 'circle-divide' | 'circle-dollar-sign' | 'circle-dot' | 'circle-dot-dashed' | 'circle-ellipsis' | 'circle-equal' | 'circle-fading-arrow-up' | 'circle-fading-plus' | 'circle-gauge' | 'circle-minus' | 'circle-off' | 'circle-parking' | 'circle-parking-off' | 'circle-pause' | 'circle-percent' | 'circle-play' | 'circle-plus' | 'circle-pound-sterling' | 'circle-power' | 'circle-question-mark' | 'circle-slash' | 'circle-slash-2' | 'circle-small' | 'circle-stop' | 'circle-user' | 'circle-user-round' | 'circle-x' | 'circuit-board' | 'citrus' | 'clapperboard' | 'clipboard' | 'clipboard-check' | 'clipboard-clock' | 'clipboard-copy' | 'clipboard-list' | 'clipboard-minus' | 'clipboard-paste' | 'clipboard-pen' | 'clipboard-pen-line' | 'clipboard-plus' | 'clipboard-type' | 'clipboard-x' | 'clock' | 'clock-1' | 'clock-10' | 'clock-11' | 'clock-12' | 'clock-2' | 'clock-3' | 'clock-4' | 'clock-5' | 'clock-6' | 'clock-7' | 'clock-8' | 'clock-9' | 'clock-alert' | 'clock-arrow-down' | 'clock-arrow-up' | 'clock-fading' | 'clock-plus' | 'closed-caption' | 'cloud' | 'cloud-alert' | 'cloud-check' | 'cloud-cog' | 'cloud-download' | 'cloud-drizzle' | 'cloud-fog' | 'cloud-hail' | 'cloud-lightning' | 'cloud-moon' | 'cloud-moon-rain' | 'cloud-off' | 'cloud-rain' | 'cloud-rain-wind' | 'cloud-snow' | 'cloud-sun' | 'cloud-sun-rain' | 'cloud-upload' | 'cloudy' | 'clover' | 'club' | 'code' | 'code-xml' | 'codepen' | 'codesandbox' | 'coffee' | 'cog' | 'coins' | 'columns-2' | 'columns-3' | 'columns-3-cog' | 'columns-4' | 'combine' | 'command' | 'compass' | 'component' | 'computer' | 'concierge-bell' | 'cone' | 'construction' | 'contact' | 'contact-round' | 'container' | 'contrast' | 'cookie' | 'cooking-pot' | 'copy' | 'copy-check' | 'copy-minus' | 'copy-plus' | 'copy-slash' | 'copy-x' | 'copyleft' | 'copyright' | 'corner-down-left' | 'corner-down-right' | 'corner-left-down' | 'corner-left-up' | 'corner-right-down' | 'corner-right-up' | 'corner-up-left' | 'corner-up-right' | 'cpu' | 'creative-commons' | 'credit-card' | 'croissant' | 'crop' | 'cross' | 'crosshair' | 'crown' | 'cuboid' | 'cup-soda' | 'currency' | 'cylinder' | 'dam' | 'database' | 'database-backup' | 'database-zap' | 'decimals-arrow-left' | 'decimals-arrow-right' | 'delete' | 'dessert' | 'diameter' | 'diamond' | 'diamond-minus' | 'diamond-percent' | 'diamond-plus' | 'dice-1' | 'dice-2' | 'dice-3' | 'dice-4' | 'dice-5' | 'dice-6' | 'dices' | 'diff' | 'disc' | 'disc-2' | 'disc-3' | 'disc-album' | 'divide' | 'dna' | 'dna-off' | 'dock' | 'dog' | 'dollar-sign' | 'donut' | 'door-closed' | 'door-closed-locked' | 'door-open' | 'dot' | 'download' | 'drafting-compass' | 'drama' | 'dribbble' | 'drill' | 'drone' | 'droplet' | 'droplet-off' | 'droplets' | 'drum' | 'drumstick' | 'dumbbell' | 'ear' | 'ear-off' | 'earth' | 'earth-lock' | 'eclipse' | 'egg' | 'egg-fried' | 'egg-off' | 'ellipsis' | 'ellipsis-vertical' | 'equal' | 'equal-approximately' | 'equal-not' | 'eraser' | 'ethernet-port' | 'euro' | 'expand' | 'external-link' | 'eye' | 'eye-closed' | 'eye-off' | 'facebook' | 'factory' | 'fan' | 'fast-forward' | 'feather' | 'fence' | 'ferris-wheel' | 'figma' | 'file' | 'file-archive' | 'file-audio' | 'file-audio-2' | 'file-axis-3d' | 'file-badge' | 'file-badge-2' | 'file-box' | 'file-chart-column' | 'file-chart-column-increasing' | 'file-chart-line' | 'file-chart-pie' | 'file-check' | 'file-check-2' | 'file-clock' | 'file-code' | 'file-code-2' | 'file-cog' | 'file-diff' | 'file-digit' | 'file-down' | 'file-heart' | 'file-image' | 'file-input' | 'file-json' | 'file-json-2' | 'file-key' | 'file-key-2' | 'file-lock' | 'file-lock-2' | 'file-minus' | 'file-minus-2' | 'file-music' | 'file-output' | 'file-pen' | 'file-pen-line' | 'file-play' | 'file-plus' | 'file-plus-2' | 'file-question-mark' | 'file-scan' | 'file-search' | 'file-search-2' | 'file-sliders' | 'file-spreadsheet' | 'file-stack' | 'file-symlink' | 'file-terminal' | 'file-text' | 'file-type' | 'file-type-2' | 'file-up' | 'file-user' | 'file-video-camera' | 'file-volume' | 'file-volume-2' | 'file-warning' | 'file-x' | 'file-x-2' | 'files' | 'film' | 'fingerprint' | 'fire-extinguisher' | 'fish' | 'fish-off' | 'fish-symbol' | 'flag' | 'flag-off' | 'flag-triangle-left' | 'flag-triangle-right' | 'flame' | 'flame-kindling' | 'flashlight' | 'flashlight-off' | 'flask-conical' | 'flask-conical-off' | 'flask-round' | 'flip-horizontal' | 'flip-horizontal-2' | 'flip-vertical' | 'flip-vertical-2' | 'flower' | 'flower-2' | 'focus' | 'fold-horizontal' | 'fold-vertical' | 'folder' | 'folder-archive' | 'folder-check' | 'folder-clock' | 'folder-closed' | 'folder-code' | 'folder-cog' | 'folder-dot' | 'folder-down' | 'folder-git' | 'folder-git-2' | 'folder-heart' | 'folder-input' | 'folder-kanban' | 'folder-key' | 'folder-lock' | 'folder-minus' | 'folder-open' | 'folder-open-dot' | 'folder-output' | 'folder-pen' | 'folder-plus' | 'folder-root' | 'folder-search' | 'folder-search-2' | 'folder-symlink' | 'folder-sync' | 'folder-tree' | 'folder-up' | 'folder-x' | 'folders' | 'footprints' | 'forklift' | 'forward' | 'frame' | 'framer' | 'frown' | 'fuel' | 'fullscreen' | 'funnel' | 'funnel-plus' | 'funnel-x' | 'gallery-horizontal' | 'gallery-horizontal-end' | 'gallery-thumbnails' | 'gallery-vertical' | 'gallery-vertical-end' | 'gamepad' | 'gamepad-2' | 'gauge' | 'gavel' | 'gem' | 'georgian-lari' | 'ghost' | 'gift' | 'git-branch' | 'git-branch-plus' | 'git-commit-horizontal' | 'git-commit-vertical' | 'git-compare' | 'git-compare-arrows' | 'git-fork' | 'git-graph' | 'git-merge' | 'git-pull-request' | 'git-pull-request-arrow' | 'git-pull-request-closed' | 'git-pull-request-create' | 'git-pull-request-create-arrow' | 'git-pull-request-draft' | 'github' | 'gitlab' | 'glass-water' | 'glasses' | 'globe' | 'globe-lock' | 'goal' | 'gpu' | 'graduation-cap' | 'grape' | 'grid-2x2' | 'grid-2x2-check' | 'grid-2x2-plus' | 'grid-2x2-x' | 'grid-3x2' | 'grid-3x3' | 'grip' | 'grip-horizontal' | 'grip-vertical' | 'group' | 'guitar' | 'ham' | 'hamburger' | 'hammer' | 'hand' | 'hand-coins' | 'hand-fist' | 'hand-grab' | 'hand-heart' | 'hand-helping' | 'hand-metal' | 'hand-platter' | 'handbag' | 'handshake' | 'hard-drive' | 'hard-drive-download' | 'hard-drive-upload' | 'hard-hat' | 'hash' | 'hat-glasses' | 'haze' | 'hdmi-port' | 'heading' | 'heading-1' | 'heading-2' | 'heading-3' | 'heading-4' | 'heading-5' | 'heading-6' | 'headphone-off' | 'headphones' | 'headset' | 'heart' | 'heart-crack' | 'heart-handshake' | 'heart-minus' | 'heart-off' | 'heart-plus' | 'heart-pulse' | 'heater' | 'hexagon' | 'highlighter' | 'history' | 'hop' | 'hop-off' | 'hospital' | 'hotel' | 'hourglass' | 'house' | 'house-plug' | 'house-plus' | 'house-wifi' | 'ice-cream-bowl' | 'ice-cream-cone' | 'id-card' | 'id-card-lanyard' | 'image' | 'image-down' | 'image-minus' | 'image-off' | 'image-play' | 'image-plus' | 'image-up' | 'image-upscale' | 'images' | 'import' | 'inbox' | 'indent-decrease' | 'indent-increase' | 'indian-rupee' | 'infinity' | 'info' | 'inspection-panel' | 'instagram' | 'italic' | 'iteration-ccw' | 'iteration-cw' | 'japanese-yen' | 'joystick' | 'kanban' | 'key' | 'key-round' | 'key-square' | 'keyboard' | 'keyboard-music' | 'keyboard-off' | 'lamp' | 'lamp-ceiling' | 'lamp-desk' | 'lamp-floor' | 'lamp-wall-down' | 'lamp-wall-up' | 'land-plot' | 'landmark' | 'languages' | 'laptop' | 'laptop-minimal' | 'laptop-minimal-check' | 'lasso' | 'lasso-select' | 'laugh' | 'layers' | 'layers-2' | 'layout-dashboard' | 'layout-grid' | 'layout-list' | 'layout-panel-left' | 'layout-panel-top' | 'layout-template' | 'leaf' | 'leafy-green' | 'lectern' | 'letter-text' | 'library' | 'library-big' | 'life-buoy' | 'ligature' | 'lightbulb' | 'lightbulb-off' | 'line-squiggle' | 'link' | 'link-2' | 'link-2-off' | 'linkedin' | 'list' | 'list-check' | 'list-checks' | 'list-collapse' | 'list-end' | 'list-filter' | 'list-filter-plus' | 'list-minus' | 'list-music' | 'list-ordered' | 'list-plus' | 'list-restart' | 'list-start' | 'list-todo' | 'list-tree' | 'list-video' | 'list-x' | 'loader' | 'loader-circle' | 'loader-pinwheel' | 'locate' | 'locate-fixed' | 'locate-off' | 'lock' | 'lock-keyhole' | 'lock-keyhole-open' | 'lock-open' | 'log-in' | 'log-out' | 'logs' | 'lollipop' | 'luggage' | 'magnet' | 'mail' | 'mail-check' | 'mail-minus' | 'mail-open' | 'mail-plus' | 'mail-question-mark' | 'mail-search' | 'mail-warning' | 'mail-x' | 'mailbox' | 'mails' | 'map' | 'map-minus' | 'map-pin' | 'map-pin-check' | 'map-pin-check-inside' | 'map-pin-house' | 'map-pin-minus' | 'map-pin-minus-inside' | 'map-pin-off' | 'map-pin-pen' | 'map-pin-plus' | 'map-pin-plus-inside' | 'map-pin-x' | 'map-pin-x-inside' | 'map-pinned' | 'map-plus' | 'mars' | 'mars-stroke' | 'martini' | 'maximize' | 'maximize-2' | 'medal' | 'megaphone' | 'megaphone-off' | 'meh' | 'memory-stick' | 'menu' | 'merge' | 'message-circle' | 'message-circle-code' | 'message-circle-dashed' | 'message-circle-heart' | 'message-circle-more' | 'message-circle-off' | 'message-circle-plus' | 'message-circle-question-mark' | 'message-circle-reply' | 'message-circle-warning' | 'message-circle-x' | 'message-square' | 'message-square-code' | 'message-square-dashed' | 'message-square-diff' | 'message-square-dot' | 'message-square-heart' | 'message-square-lock' | 'message-square-more' | 'message-square-off' | 'message-square-plus' | 'message-square-quote' | 'message-square-reply' | 'message-square-share' | 'message-square-text' | 'message-square-warning' | 'message-square-x' | 'messages-square' | 'mic' | 'mic-off' | 'mic-vocal' | 'microchip' | 'microscope' | 'microwave' | 'milestone' | 'milk' | 'milk-off' | 'minimize' | 'minimize-2' | 'minus' | 'monitor' | 'monitor-check' | 'monitor-cog' | 'monitor-dot' | 'monitor-down' | 'monitor-off' | 'monitor-pause' | 'monitor-play' | 'monitor-smartphone' | 'monitor-speaker' | 'monitor-stop' | 'monitor-up' | 'monitor-x' | 'moon' | 'moon-star' | 'mountain' | 'mountain-snow' | 'mouse' | 'mouse-off' | 'mouse-pointer' | 'mouse-pointer-2' | 'mouse-pointer-ban' | 'mouse-pointer-click' | 'move' | 'move-3d' | 'move-diagonal' | 'move-diagonal-2' | 'move-down' | 'move-down-left' | 'move-down-right' | 'move-horizontal' | 'move-left' | 'move-right' | 'move-up' | 'move-up-left' | 'move-up-right' | 'move-vertical' | 'music' | 'music-2' | 'music-3' | 'music-4' | 'navigation' | 'navigation-2' | 'navigation-2-off' | 'navigation-off' | 'network' | 'newspaper' | 'nfc' | 'non-binary' | 'notebook' | 'notebook-pen' | 'notebook-tabs' | 'notebook-text' | 'notepad-text' | 'notepad-text-dashed' | 'nut' | 'nut-off' | 'octagon' | 'octagon-alert' | 'octagon-minus' | 'octagon-pause' | 'octagon-x' | 'omega' | 'option' | 'orbit' | 'origami' | 'package' | 'package-2' | 'package-check' | 'package-minus' | 'package-open' | 'package-plus' | 'package-search' | 'package-x' | 'paint-bucket' | 'paint-roller' | 'paintbrush' | 'paintbrush-vertical' | 'palette' | 'panda' | 'panel-bottom' | 'panel-bottom-close' | 'panel-bottom-dashed' | 'panel-bottom-open' | 'panel-left' | 'panel-left-close' | 'panel-left-dashed' | 'panel-left-open' | 'panel-right' | 'panel-right-close' | 'panel-right-dashed' | 'panel-right-open' | 'panel-top' | 'panel-top-close' | 'panel-top-dashed' | 'panel-top-open' | 'panels-left-bottom' | 'panels-right-bottom' | 'panels-top-left' | 'paperclip' | 'parentheses' | 'parking-meter' | 'party-popper' | 'pause' | 'paw-print' | 'pc-case' | 'pen' | 'pen-line' | 'pen-off' | 'pen-tool' | 'pencil' | 'pencil-line' | 'pencil-off' | 'pencil-ruler' | 'pentagon' | 'percent' | 'person-standing' | 'philippine-peso' | 'phone' | 'phone-call' | 'phone-forwarded' | 'phone-incoming' | 'phone-missed' | 'phone-off' | 'phone-outgoing' | 'pi' | 'piano' | 'pickaxe' | 'picture-in-picture' | 'picture-in-picture-2' | 'piggy-bank' | 'pilcrow' | 'pilcrow-left' | 'pilcrow-right' | 'pill' | 'pill-bottle' | 'pin' | 'pin-off' | 'pipette' | 'pizza' | 'plane' | 'plane-landing' | 'plane-takeoff' | 'play' | 'plug' | 'plug-2' | 'plug-zap' | 'plus' | 'pocket' | 'pocket-knife' | 'podcast' | 'pointer' | 'pointer-off' | 'popcorn' | 'popsicle' | 'pound-sterling' | 'power' | 'power-off' | 'presentation' | 'printer' | 'printer-check' | 'projector' | 'proportions' | 'puzzle' | 'pyramid' | 'qr-code' | 'quote' | 'rabbit' | 'radar' | 'radiation' | 'radical' | 'radio' | 'radio-receiver' | 'radio-tower' | 'radius' | 'rail-symbol' | 'rainbow' | 'rat' | 'ratio' | 'receipt' | 'receipt-cent' | 'receipt-euro' | 'receipt-indian-rupee' | 'receipt-japanese-yen' | 'receipt-pound-sterling' | 'receipt-russian-ruble' | 'receipt-swiss-franc' | 'receipt-text' | 'receipt-turkish-lira' | 'rectangle-circle' | 'rectangle-ellipsis' | 'rectangle-goggles' | 'rectangle-horizontal' | 'rectangle-vertical' | 'recycle' | 'redo' | 'redo-2' | 'redo-dot' | 'refresh-ccw' | 'refresh-ccw-dot' | 'refresh-cw' | 'refresh-cw-off' | 'refrigerator' | 'regex' | 'remove-formatting' | 'repeat' | 'repeat-1' | 'repeat-2' | 'replace' | 'replace-all' | 'reply' | 'reply-all' | 'rewind' | 'ribbon' | 'rocket' | 'rocking-chair' | 'roller-coaster' | 'rotate-3d' | 'rotate-ccw' | 'rotate-ccw-key' | 'rotate-ccw-square' | 'rotate-cw' | 'rotate-cw-square' | 'route' | 'route-off' | 'router' | 'rows-2' | 'rows-3' | 'rows-4' | 'rss' | 'ruler' | 'ruler-dimension-line' | 'russian-ruble' | 'sailboat' | 'salad' | 'sandwich' | 'satellite' | 'satellite-dish' | 'saudi-riyal' | 'save' | 'save-all' | 'save-off' | 'scale' | 'scale-3d' | 'scaling' | 'scan' | 'scan-barcode' | 'scan-eye' | 'scan-face' | 'scan-heart' | 'scan-line' | 'scan-qr-code' | 'scan-search' | 'scan-text' | 'school' | 'scissors' | 'scissors-line-dashed' | 'screen-share' | 'screen-share-off' | 'scroll' | 'scroll-text' | 'search' | 'search-check' | 'search-code' | 'search-slash' | 'search-x' | 'section' | 'send' | 'send-horizontal' | 'send-to-back' | 'separator-horizontal' | 'separator-vertical' | 'server' | 'server-cog' | 'server-crash' | 'server-off' | 'settings' | 'settings-2' | 'shapes' | 'share' | 'share-2' | 'sheet' | 'shell' | 'shield' | 'shield-alert' | 'shield-ban' | 'shield-check' | 'shield-ellipsis' | 'shield-half' | 'shield-minus' | 'shield-off' | 'shield-plus' | 'shield-question-mark' | 'shield-user' | 'shield-x' | 'ship' | 'ship-wheel' | 'shirt' | 'shopping-bag' | 'shopping-basket' | 'shopping-cart' | 'shovel' | 'shower-head' | 'shredder' | 'shrimp' | 'shrink' | 'shrub' | 'shuffle' | 'sigma' | 'signal' | 'signal-high' | 'signal-low' | 'signal-medium' | 'signal-zero' | 'signature' | 'signpost' | 'signpost-big' | 'siren' | 'skip-back' | 'skip-forward' | 'skull' | 'slack' | 'slash' | 'slice' | 'sliders-horizontal' | 'sliders-vertical' | 'smartphone' | 'smartphone-charging' | 'smartphone-nfc' | 'smile' | 'smile-plus' | 'snail' | 'snowflake' | 'soap-dispenser-droplet' | 'sofa' | 'soup' | 'space' | 'spade' | 'sparkle' | 'sparkles' | 'speaker' | 'speech' | 'spell-check' | 'spell-check-2' | 'spline' | 'spline-pointer' | 'split' | 'spool' | 'spotlight' | 'spray-can' | 'sprout' | 'square' | 'square-activity' | 'square-arrow-down' | 'square-arrow-down-left' | 'square-arrow-down-right' | 'square-arrow-left' | 'square-arrow-out-down-left' | 'square-arrow-out-down-right' | 'square-arrow-out-up-left' | 'square-arrow-out-up-right' | 'square-arrow-right' | 'square-arrow-up' | 'square-arrow-up-left' | 'square-arrow-up-right' | 'square-asterisk' | 'square-bottom-dashed-scissors' | 'square-chart-gantt' | 'square-check' | 'square-check-big' | 'square-chevron-down' | 'square-chevron-left' | 'square-chevron-right' | 'square-chevron-up' | 'square-code' | 'square-dashed' | 'square-dashed-bottom' | 'square-dashed-bottom-code' | 'square-dashed-kanban' | 'square-dashed-mouse-pointer' | 'square-dashed-top-solid' | 'square-divide' | 'square-dot' | 'square-equal' | 'square-function' | 'square-kanban' | 'square-library' | 'square-m' | 'square-menu' | 'square-minus' | 'square-mouse-pointer' | 'square-parking' | 'square-parking-off' | 'square-pause' | 'square-pen' | 'square-percent' | 'square-pi' | 'square-pilcrow' | 'square-play' | 'square-plus' | 'square-power' | 'square-radical' | 'square-round-corner' | 'square-scissors' | 'square-sigma' | 'square-slash' | 'square-split-horizontal' | 'square-split-vertical' | 'square-square' | 'square-stack' | 'square-stop' | 'square-terminal' | 'square-user' | 'square-user-round' | 'square-x' | 'squares-exclude' | 'squares-intersect' | 'squares-subtract' | 'squares-unite' | 'squircle' | 'squircle-dashed' | 'squirrel' | 'stamp' | 'star' | 'star-half' | 'star-off' | 'step-back' | 'step-forward' | 'stethoscope' | 'sticker' | 'sticky-note' | 'store' | 'stretch-horizontal' | 'stretch-vertical' | 'strikethrough' | 'subscript' | 'sun' | 'sun-dim' | 'sun-medium' | 'sun-moon' | 'sun-snow' | 'sunrise' | 'sunset' | 'superscript' | 'swatch-book' | 'swiss-franc' | 'switch-camera' | 'sword' | 'swords' | 'syringe' | 'table' | 'table-2' | 'table-cells-merge' | 'table-cells-split' | 'table-columns-split' | 'table-of-contents' | 'table-properties' | 'table-rows-split' | 'tablet' | 'tablet-smartphone' | 'tablets' | 'tag' | 'tags' | 'tally-1' | 'tally-2' | 'tally-3' | 'tally-4' | 'tally-5' | 'tangent' | 'target' | 'telescope' | 'tent' | 'tent-tree' | 'terminal' | 'test-tube' | 'test-tube-diagonal' | 'test-tubes' | 'text' | 'text-cursor' | 'text-cursor-input' | 'text-quote' | 'text-search' | 'text-select' | 'theater' | 'thermometer' | 'thermometer-snowflake' | 'thermometer-sun' | 'thumbs-down' | 'thumbs-up' | 'ticket' | 'ticket-check' | 'ticket-minus' | 'ticket-percent' | 'ticket-plus' | 'ticket-slash' | 'ticket-x' | 'tickets' | 'tickets-plane' | 'timer' | 'timer-off' | 'timer-reset' | 'toggle-left' | 'toggle-right' | 'toilet' | 'tool-case' | 'tornado' | 'torus' | 'touchpad' | 'touchpad-off' | 'tower-control' | 'toy-brick' | 'tractor' | 'traffic-cone' | 'train-front' | 'train-front-tunnel' | 'train-track' | 'tram-front' | 'transgender' | 'trash' | 'trash-2' | 'tree-deciduous' | 'tree-palm' | 'tree-pine' | 'trees' | 'trello' | 'trending-down' | 'trending-up' | 'trending-up-down' | 'triangle' | 'triangle-alert' | 'triangle-dashed' | 'triangle-right' | 'trophy' | 'truck' | 'truck-electric' | 'turkish-lira' | 'turntable' | 'turtle' | 'tv' | 'tv-minimal' | 'tv-minimal-play' | 'twitch' | 'twitter' | 'type' | 'type-outline' | 'umbrella' | 'umbrella-off' | 'underline' | 'undo' | 'undo-2' | 'undo-dot' | 'unfold-horizontal' | 'unfold-vertical' | 'ungroup' | 'university' | 'unlink' | 'unlink-2' | 'unplug' | 'upload' | 'usb' | 'user' | 'user-check' | 'user-cog' | 'user-lock' | 'user-minus' | 'user-pen' | 'user-plus' | 'user-round' | 'user-round-check' | 'user-round-cog' | 'user-round-minus' | 'user-round-pen' | 'user-round-plus' | 'user-round-search' | 'user-round-x' | 'user-search' | 'user-star' | 'user-x' | 'users' | 'users-round' | 'utensils' | 'utensils-crossed' | 'utility-pole' | 'variable' | 'vault' | 'vector-square' | 'vegan' | 'venetian-mask' | 'venus' | 'venus-and-mars' | 'vibrate' | 'vibrate-off' | 'video' | 'video-off' | 'videotape' | 'view' | 'voicemail' | 'volleyball' | 'volume' | 'volume-1' | 'volume-2' | 'volume-off' | 'volume-x' | 'vote' | 'wallet' | 'wallet-cards' | 'wallet-minimal' | 'wallpaper' | 'wand' | 'wand-sparkles' | 'warehouse' | 'washing-machine' | 'watch' | 'waves' | 'waves-ladder' | 'waypoints' | 'webcam' | 'webhook' | 'webhook-off' | 'weight' | 'wheat' | 'wheat-off' | 'whole-word' | 'wifi' | 'wifi-cog' | 'wifi-high' | 'wifi-low' | 'wifi-off' | 'wifi-pen' | 'wifi-sync' | 'wifi-zero' | 'wind' | 'wind-arrow-down' | 'wine' | 'wine-off' | 'workflow' | 'worm' | 'wrap-text' | 'wrench' | 'x' | 'youtube' | 'zap' | 'zap-off' | 'zoom-in' | 'zoom-out' | 'byq'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Interface3'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|property1|key|ref|className|style|children)$/]",
        "message": "<Interface3> doesn't accept that prop. Declared props: className, style, property1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Interface3'] > JSXAttribute[name.name='property1'] > Literal[value!=/^(?:a-arrow-down|a-arrow-up|a-large-small|accessibility|activity|air-vent|airplay|alarm-clock|alarm-clock-check|alarm-clock-minus|alarm-clock-off|alarm-clock-plus|alarm-smoke|album|align-center|align-center-horizontal|align-center-vertical|align-end-horizontal|align-end-vertical|align-horizontal-distribute-center|align-horizontal-distribute-end|align-horizontal-distribute-start|align-horizontal-justify-center|align-horizontal-justify-end|align-horizontal-justify-start|align-horizontal-space-around|align-horizontal-space-between|align-justify|align-left|align-right|align-start-horizontal|align-start-vertical|align-vertical-distribute-center|align-vertical-distribute-end|align-vertical-distribute-start|align-vertical-justify-center|align-vertical-justify-end|align-vertical-justify-start|align-vertical-space-around|align-vertical-space-between|ambulance|ampersand|ampersands|amphora|anchor|angry|annoyed|antenna|anvil|aperture|app-window|app-window-mac|apple|archive|archive-restore|archive-x|armchair|arrow-big-down|arrow-big-down-dash|arrow-big-left|arrow-big-left-dash|arrow-big-right|arrow-big-right-dash|arrow-big-up|arrow-big-up-dash|arrow-down|arrow-down-0-1|arrow-down-1-0|arrow-down-a-z|arrow-down-from-line|arrow-down-left|arrow-down-narrow-wide|arrow-down-right|arrow-down-to-dot|arrow-down-to-line|arrow-down-up|arrow-down-wide-narrow|arrow-down-z-a|arrow-left|arrow-left-from-line|arrow-left-right|arrow-left-to-line|arrow-right|arrow-right-from-line|arrow-right-left|arrow-right-to-line|arrow-up|arrow-up-0-1|arrow-up-1-0|arrow-up-a-z|arrow-up-down|arrow-up-from-dot|arrow-up-from-line|arrow-up-left|arrow-up-narrow-wide|arrow-up-right|arrow-up-to-line|arrow-up-wide-narrow|arrow-up-z-a|arrows-up-from-line|asterisk|at-sign|atom|audio-lines|audio-waveform|award|axe|axis-3d|baby|backpack|badge|badge-alert|badge-cent|badge-check|badge-dollar-sign|badge-euro|badge-indian-rupee|badge-info|badge-japanese-yen|badge-minus|badge-percent|badge-plus|badge-pound-sterling|badge-question-mark|badge-russian-ruble|badge-swiss-franc|badge-turkish-lira|badge-x|baggage-claim|ban|banana|bandage|banknote|banknote-arrow-down|banknote-arrow-up|banknote-x|barcode|barrel|baseline|bath|battery|battery-charging|battery-full|battery-low|battery-medium|battery-plus|battery-warning|beaker|bean|bean-off|bed|bed-double|bed-single|beef|beer|beer-off|bell|bell-dot|bell-electric|bell-minus|bell-off|bell-plus|bell-ring|between-horizontal-end|between-horizontal-start|between-vertical-end|between-vertical-start|biceps-flexed|bike|binary|binoculars|biohazard|bird|bitcoin|blend|blinds|blocks|bluetooth|bluetooth-connected|bluetooth-off|bluetooth-searching|bold|bolt|bomb|bone|book|book-a|book-alert|book-audio|book-check|book-copy|book-dashed|book-down|book-headphones|book-heart|book-image|book-key|book-lock|book-marked|book-minus|book-open|book-open-check|book-open-text|book-plus|book-text|book-type|book-up|book-up-2|book-user|book-x|bookmark|bookmark-check|bookmark-minus|bookmark-plus|bookmark-x|boom-box|bot|bot-message-square|bot-off|bottle-wine|bow-arrow|box|boxes|braces|brackets|brain|brain-circuit|brain-cog|brick-wall|brick-wall-fire|briefcase|briefcase-business|briefcase-conveyor-belt|briefcase-medical|bring-to-front|brush|brush-cleaning|bubbles|bug|bug-off|bug-play|building|building-2|bus|bus-front|cable|cable-car|cake|cake-slice|calculator|calendar|calendar-1|calendar-arrow-down|calendar-arrow-up|calendar-check|calendar-check-2|calendar-clock|calendar-cog|calendar-days|calendar-fold|calendar-heart|calendar-minus|calendar-minus-2|calendar-off|calendar-plus|calendar-plus-2|calendar-range|calendar-search|calendar-sync|calendar-x|calendar-x-2|camera|camera-off|candy|candy-cane|candy-off|cannabis|captions|captions-off|car|car-front|car-taxi-front|caravan|card-sim|carrot|case-lower|case-sensitive|case-upper|cassette-tape|cast|castle|cat|cctv|chart-area|chart-bar|chart-bar-big|chart-bar-decreasing|chart-bar-increasing|chart-bar-stacked|chart-candlestick|chart-column|chart-column-big|chart-column-decreasing|chart-column-increasing|chart-column-stacked|chart-gantt|chart-line|chart-network|chart-no-axes-column|chart-no-axes-column-decreasing|chart-no-axes-column-increasing|chart-no-axes-combined|chart-no-axes-gantt|chart-pie|chart-scatter|chart-spline|check|check-check|check-line|chef-hat|cherry|chevron-down|chevron-first|chevron-last|chevron-left|chevron-right|chevron-up|chevrons-down|chevrons-down-up|chevrons-left|chevrons-left-right|chevrons-left-right-ellipsis|chevrons-right|chevrons-right-left|chevrons-up|chevrons-up-down|chrome|church|cigarette|cigarette-off|circle|circle-alert|circle-arrow-down|circle-arrow-left|circle-arrow-out-down-left|circle-arrow-out-down-right|circle-arrow-out-up-left|circle-arrow-out-up-right|circle-arrow-right|circle-arrow-up|circle-check|circle-check-big|circle-chevron-down|circle-chevron-left|circle-chevron-right|circle-chevron-up|circle-dashed|circle-divide|circle-dollar-sign|circle-dot|circle-dot-dashed|circle-ellipsis|circle-equal|circle-fading-arrow-up|circle-fading-plus|circle-gauge|circle-minus|circle-off|circle-parking|circle-parking-off|circle-pause|circle-percent|circle-play|circle-plus|circle-pound-sterling|circle-power|circle-question-mark|circle-slash|circle-slash-2|circle-small|circle-stop|circle-user|circle-user-round|circle-x|circuit-board|citrus|clapperboard|clipboard|clipboard-check|clipboard-clock|clipboard-copy|clipboard-list|clipboard-minus|clipboard-paste|clipboard-pen|clipboard-pen-line|clipboard-plus|clipboard-type|clipboard-x|clock|clock-1|clock-10|clock-11|clock-12|clock-2|clock-3|clock-4|clock-5|clock-6|clock-7|clock-8|clock-9|clock-alert|clock-arrow-down|clock-arrow-up|clock-fading|clock-plus|closed-caption|cloud|cloud-alert|cloud-check|cloud-cog|cloud-download|cloud-drizzle|cloud-fog|cloud-hail|cloud-lightning|cloud-moon|cloud-moon-rain|cloud-off|cloud-rain|cloud-rain-wind|cloud-snow|cloud-sun|cloud-sun-rain|cloud-upload|cloudy|clover|club|code|code-xml|codepen|codesandbox|coffee|cog|coins|columns-2|columns-3|columns-3-cog|columns-4|combine|command|compass|component|computer|concierge-bell|cone|construction|contact|contact-round|container|contrast|cookie|cooking-pot|copy|copy-check|copy-minus|copy-plus|copy-slash|copy-x|copyleft|copyright|corner-down-left|corner-down-right|corner-left-down|corner-left-up|corner-right-down|corner-right-up|corner-up-left|corner-up-right|cpu|creative-commons|credit-card|croissant|crop|cross|crosshair|crown|cuboid|cup-soda|currency|cylinder|dam|database|database-backup|database-zap|decimals-arrow-left|decimals-arrow-right|delete|dessert|diameter|diamond|diamond-minus|diamond-percent|diamond-plus|dice-1|dice-2|dice-3|dice-4|dice-5|dice-6|dices|diff|disc|disc-2|disc-3|disc-album|divide|dna|dna-off|dock|dog|dollar-sign|donut|door-closed|door-closed-locked|door-open|dot|download|drafting-compass|drama|dribbble|drill|drone|droplet|droplet-off|droplets|drum|drumstick|dumbbell|ear|ear-off|earth|earth-lock|eclipse|egg|egg-fried|egg-off|ellipsis|ellipsis-vertical|equal|equal-approximately|equal-not|eraser|ethernet-port|euro|expand|external-link|eye|eye-closed|eye-off|facebook|factory|fan|fast-forward|feather|fence|ferris-wheel|figma|file|file-archive|file-audio|file-audio-2|file-axis-3d|file-badge|file-badge-2|file-box|file-chart-column|file-chart-column-increasing|file-chart-line|file-chart-pie|file-check|file-check-2|file-clock|file-code|file-code-2|file-cog|file-diff|file-digit|file-down|file-heart|file-image|file-input|file-json|file-json-2|file-key|file-key-2|file-lock|file-lock-2|file-minus|file-minus-2|file-music|file-output|file-pen|file-pen-line|file-play|file-plus|file-plus-2|file-question-mark|file-scan|file-search|file-search-2|file-sliders|file-spreadsheet|file-stack|file-symlink|file-terminal|file-text|file-type|file-type-2|file-up|file-user|file-video-camera|file-volume|file-volume-2|file-warning|file-x|file-x-2|files|film|fingerprint|fire-extinguisher|fish|fish-off|fish-symbol|flag|flag-off|flag-triangle-left|flag-triangle-right|flame|flame-kindling|flashlight|flashlight-off|flask-conical|flask-conical-off|flask-round|flip-horizontal|flip-horizontal-2|flip-vertical|flip-vertical-2|flower|flower-2|focus|fold-horizontal|fold-vertical|folder|folder-archive|folder-check|folder-clock|folder-closed|folder-code|folder-cog|folder-dot|folder-down|folder-git|folder-git-2|folder-heart|folder-input|folder-kanban|folder-key|folder-lock|folder-minus|folder-open|folder-open-dot|folder-output|folder-pen|folder-plus|folder-root|folder-search|folder-search-2|folder-symlink|folder-sync|folder-tree|folder-up|folder-x|folders|footprints|forklift|forward|frame|framer|frown|fuel|fullscreen|funnel|funnel-plus|funnel-x|gallery-horizontal|gallery-horizontal-end|gallery-thumbnails|gallery-vertical|gallery-vertical-end|gamepad|gamepad-2|gauge|gavel|gem|georgian-lari|ghost|gift|git-branch|git-branch-plus|git-commit-horizontal|git-commit-vertical|git-compare|git-compare-arrows|git-fork|git-graph|git-merge|git-pull-request|git-pull-request-arrow|git-pull-request-closed|git-pull-request-create|git-pull-request-create-arrow|git-pull-request-draft|github|gitlab|glass-water|glasses|globe|globe-lock|goal|gpu|graduation-cap|grape|grid-2x2|grid-2x2-check|grid-2x2-plus|grid-2x2-x|grid-3x2|grid-3x3|grip|grip-horizontal|grip-vertical|group|guitar|ham|hamburger|hammer|hand|hand-coins|hand-fist|hand-grab|hand-heart|hand-helping|hand-metal|hand-platter|handbag|handshake|hard-drive|hard-drive-download|hard-drive-upload|hard-hat|hash|hat-glasses|haze|hdmi-port|heading|heading-1|heading-2|heading-3|heading-4|heading-5|heading-6|headphone-off|headphones|headset|heart|heart-crack|heart-handshake|heart-minus|heart-off|heart-plus|heart-pulse|heater|hexagon|highlighter|history|hop|hop-off|hospital|hotel|hourglass|house|house-plug|house-plus|house-wifi|ice-cream-bowl|ice-cream-cone|id-card|id-card-lanyard|image|image-down|image-minus|image-off|image-play|image-plus|image-up|image-upscale|images|import|inbox|indent-decrease|indent-increase|indian-rupee|infinity|info|inspection-panel|instagram|italic|iteration-ccw|iteration-cw|japanese-yen|joystick|kanban|key|key-round|key-square|keyboard|keyboard-music|keyboard-off|lamp|lamp-ceiling|lamp-desk|lamp-floor|lamp-wall-down|lamp-wall-up|land-plot|landmark|languages|laptop|laptop-minimal|laptop-minimal-check|lasso|lasso-select|laugh|layers|layers-2|layout-dashboard|layout-grid|layout-list|layout-panel-left|layout-panel-top|layout-template|leaf|leafy-green|lectern|letter-text|library|library-big|life-buoy|ligature|lightbulb|lightbulb-off|line-squiggle|link|link-2|link-2-off|linkedin|list|list-check|list-checks|list-collapse|list-end|list-filter|list-filter-plus|list-minus|list-music|list-ordered|list-plus|list-restart|list-start|list-todo|list-tree|list-video|list-x|loader|loader-circle|loader-pinwheel|locate|locate-fixed|locate-off|lock|lock-keyhole|lock-keyhole-open|lock-open|log-in|log-out|logs|lollipop|luggage|magnet|mail|mail-check|mail-minus|mail-open|mail-plus|mail-question-mark|mail-search|mail-warning|mail-x|mailbox|mails|map|map-minus|map-pin|map-pin-check|map-pin-check-inside|map-pin-house|map-pin-minus|map-pin-minus-inside|map-pin-off|map-pin-pen|map-pin-plus|map-pin-plus-inside|map-pin-x|map-pin-x-inside|map-pinned|map-plus|mars|mars-stroke|martini|maximize|maximize-2|medal|megaphone|megaphone-off|meh|memory-stick|menu|merge|message-circle|message-circle-code|message-circle-dashed|message-circle-heart|message-circle-more|message-circle-off|message-circle-plus|message-circle-question-mark|message-circle-reply|message-circle-warning|message-circle-x|message-square|message-square-code|message-square-dashed|message-square-diff|message-square-dot|message-square-heart|message-square-lock|message-square-more|message-square-off|message-square-plus|message-square-quote|message-square-reply|message-square-share|message-square-text|message-square-warning|message-square-x|messages-square|mic|mic-off|mic-vocal|microchip|microscope|microwave|milestone|milk|milk-off|minimize|minimize-2|minus|monitor|monitor-check|monitor-cog|monitor-dot|monitor-down|monitor-off|monitor-pause|monitor-play|monitor-smartphone|monitor-speaker|monitor-stop|monitor-up|monitor-x|moon|moon-star|mountain|mountain-snow|mouse|mouse-off|mouse-pointer|mouse-pointer-2|mouse-pointer-ban|mouse-pointer-click|move|move-3d|move-diagonal|move-diagonal-2|move-down|move-down-left|move-down-right|move-horizontal|move-left|move-right|move-up|move-up-left|move-up-right|move-vertical|music|music-2|music-3|music-4|navigation|navigation-2|navigation-2-off|navigation-off|network|newspaper|nfc|non-binary|notebook|notebook-pen|notebook-tabs|notebook-text|notepad-text|notepad-text-dashed|nut|nut-off|octagon|octagon-alert|octagon-minus|octagon-pause|octagon-x|omega|option|orbit|origami|package|package-2|package-check|package-minus|package-open|package-plus|package-search|package-x|paint-bucket|paint-roller|paintbrush|paintbrush-vertical|palette|panda|panel-bottom|panel-bottom-close|panel-bottom-dashed|panel-bottom-open|panel-left|panel-left-close|panel-left-dashed|panel-left-open|panel-right|panel-right-close|panel-right-dashed|panel-right-open|panel-top|panel-top-close|panel-top-dashed|panel-top-open|panels-left-bottom|panels-right-bottom|panels-top-left|paperclip|parentheses|parking-meter|party-popper|pause|paw-print|pc-case|pen|pen-line|pen-off|pen-tool|pencil|pencil-line|pencil-off|pencil-ruler|pentagon|percent|person-standing|philippine-peso|phone|phone-call|phone-forwarded|phone-incoming|phone-missed|phone-off|phone-outgoing|pi|piano|pickaxe|picture-in-picture|picture-in-picture-2|piggy-bank|pilcrow|pilcrow-left|pilcrow-right|pill|pill-bottle|pin|pin-off|pipette|pizza|plane|plane-landing|plane-takeoff|play|plug|plug-2|plug-zap|plus|pocket|pocket-knife|podcast|pointer|pointer-off|popcorn|popsicle|pound-sterling|power|power-off|presentation|printer|printer-check|projector|proportions|puzzle|pyramid|qr-code|quote|rabbit|radar|radiation|radical|radio|radio-receiver|radio-tower|radius|rail-symbol|rainbow|rat|ratio|receipt|receipt-cent|receipt-euro|receipt-indian-rupee|receipt-japanese-yen|receipt-pound-sterling|receipt-russian-ruble|receipt-swiss-franc|receipt-text|receipt-turkish-lira|rectangle-circle|rectangle-ellipsis|rectangle-goggles|rectangle-horizontal|rectangle-vertical|recycle|redo|redo-2|redo-dot|refresh-ccw|refresh-ccw-dot|refresh-cw|refresh-cw-off|refrigerator|regex|remove-formatting|repeat|repeat-1|repeat-2|replace|replace-all|reply|reply-all|rewind|ribbon|rocket|rocking-chair|roller-coaster|rotate-3d|rotate-ccw|rotate-ccw-key|rotate-ccw-square|rotate-cw|rotate-cw-square|route|route-off|router|rows-2|rows-3|rows-4|rss|ruler|ruler-dimension-line|russian-ruble|sailboat|salad|sandwich|satellite|satellite-dish|saudi-riyal|save|save-all|save-off|scale|scale-3d|scaling|scan|scan-barcode|scan-eye|scan-face|scan-heart|scan-line|scan-qr-code|scan-search|scan-text|school|scissors|scissors-line-dashed|screen-share|screen-share-off|scroll|scroll-text|search|search-check|search-code|search-slash|search-x|section|send|send-horizontal|send-to-back|separator-horizontal|separator-vertical|server|server-cog|server-crash|server-off|settings|settings-2|shapes|share|share-2|sheet|shell|shield|shield-alert|shield-ban|shield-check|shield-ellipsis|shield-half|shield-minus|shield-off|shield-plus|shield-question-mark|shield-user|shield-x|ship|ship-wheel|shirt|shopping-bag|shopping-basket|shopping-cart|shovel|shower-head|shredder|shrimp|shrink|shrub|shuffle|sigma|signal|signal-high|signal-low|signal-medium|signal-zero|signature|signpost|signpost-big|siren|skip-back|skip-forward|skull|slack|slash|slice|sliders-horizontal|sliders-vertical|smartphone|smartphone-charging|smartphone-nfc|smile|smile-plus|snail|snowflake|soap-dispenser-droplet|sofa|soup|space|spade|sparkle|sparkles|speaker|speech|spell-check|spell-check-2|spline|spline-pointer|split|spool|spotlight|spray-can|sprout|square|square-activity|square-arrow-down|square-arrow-down-left|square-arrow-down-right|square-arrow-left|square-arrow-out-down-left|square-arrow-out-down-right|square-arrow-out-up-left|square-arrow-out-up-right|square-arrow-right|square-arrow-up|square-arrow-up-left|square-arrow-up-right|square-asterisk|square-bottom-dashed-scissors|square-chart-gantt|square-check|square-check-big|square-chevron-down|square-chevron-left|square-chevron-right|square-chevron-up|square-code|square-dashed|square-dashed-bottom|square-dashed-bottom-code|square-dashed-kanban|square-dashed-mouse-pointer|square-dashed-top-solid|square-divide|square-dot|square-equal|square-function|square-kanban|square-library|square-m|square-menu|square-minus|square-mouse-pointer|square-parking|square-parking-off|square-pause|square-pen|square-percent|square-pi|square-pilcrow|square-play|square-plus|square-power|square-radical|square-round-corner|square-scissors|square-sigma|square-slash|square-split-horizontal|square-split-vertical|square-square|square-stack|square-stop|square-terminal|square-user|square-user-round|square-x|squares-exclude|squares-intersect|squares-subtract|squares-unite|squircle|squircle-dashed|squirrel|stamp|star|star-half|star-off|step-back|step-forward|stethoscope|sticker|sticky-note|store|stretch-horizontal|stretch-vertical|strikethrough|subscript|sun|sun-dim|sun-medium|sun-moon|sun-snow|sunrise|sunset|superscript|swatch-book|swiss-franc|switch-camera|sword|swords|syringe|table|table-2|table-cells-merge|table-cells-split|table-columns-split|table-of-contents|table-properties|table-rows-split|tablet|tablet-smartphone|tablets|tag|tags|tally-1|tally-2|tally-3|tally-4|tally-5|tangent|target|telescope|tent|tent-tree|terminal|test-tube|test-tube-diagonal|test-tubes|text|text-cursor|text-cursor-input|text-quote|text-search|text-select|theater|thermometer|thermometer-snowflake|thermometer-sun|thumbs-down|thumbs-up|ticket|ticket-check|ticket-minus|ticket-percent|ticket-plus|ticket-slash|ticket-x|tickets|tickets-plane|timer|timer-off|timer-reset|toggle-left|toggle-right|toilet|tool-case|tornado|torus|touchpad|touchpad-off|tower-control|toy-brick|tractor|traffic-cone|train-front|train-front-tunnel|train-track|tram-front|transgender|trash|trash-2|tree-deciduous|tree-palm|tree-pine|trees|trello|trending-down|trending-up|trending-up-down|triangle|triangle-alert|triangle-dashed|triangle-right|trophy|truck|truck-electric|turkish-lira|turntable|turtle|tv|tv-minimal|tv-minimal-play|twitch|twitter|type|type-outline|umbrella|umbrella-off|underline|undo|undo-2|undo-dot|unfold-horizontal|unfold-vertical|ungroup|university|unlink|unlink-2|unplug|upload|usb|user|user-check|user-cog|user-lock|user-minus|user-pen|user-plus|user-round|user-round-check|user-round-cog|user-round-minus|user-round-pen|user-round-plus|user-round-search|user-round-x|user-search|user-star|user-x|users|users-round|utensils|utensils-crossed|utility-pole|variable|vault|vector-square|vegan|venetian-mask|venus|venus-and-mars|vibrate|vibrate-off|video|video-off|videotape|view|voicemail|volleyball|volume|volume-1|volume-2|volume-off|volume-x|vote|wallet|wallet-cards|wallet-minimal|wallpaper|wand|wand-sparkles|warehouse|washing-machine|watch|waves|waves-ladder|waypoints|webcam|webhook|webhook-off|weight|wheat|wheat-off|whole-word|wifi|wifi-cog|wifi-high|wifi-low|wifi-off|wifi-pen|wifi-sync|wifi-zero|wind|wind-arrow-down|wine|wine-off|workflow|worm|wrap-text|wrench|x|youtube|zap|zap-off|zoom-in|zoom-out)$/]",
        "message": "<Interface3> property1 must be one of 'a-arrow-down' | 'a-arrow-up' | 'a-large-small' | 'accessibility' | 'activity' | 'air-vent' | 'airplay' | 'alarm-clock' | 'alarm-clock-check' | 'alarm-clock-minus' | 'alarm-clock-off' | 'alarm-clock-plus' | 'alarm-smoke' | 'album' | 'align-center' | 'align-center-horizontal' | 'align-center-vertical' | 'align-end-horizontal' | 'align-end-vertical' | 'align-horizontal-distribute-center' | 'align-horizontal-distribute-end' | 'align-horizontal-distribute-start' | 'align-horizontal-justify-center' | 'align-horizontal-justify-end' | 'align-horizontal-justify-start' | 'align-horizontal-space-around' | 'align-horizontal-space-between' | 'align-justify' | 'align-left' | 'align-right' | 'align-start-horizontal' | 'align-start-vertical' | 'align-vertical-distribute-center' | 'align-vertical-distribute-end' | 'align-vertical-distribute-start' | 'align-vertical-justify-center' | 'align-vertical-justify-end' | 'align-vertical-justify-start' | 'align-vertical-space-around' | 'align-vertical-space-between' | 'ambulance' | 'ampersand' | 'ampersands' | 'amphora' | 'anchor' | 'angry' | 'annoyed' | 'antenna' | 'anvil' | 'aperture' | 'app-window' | 'app-window-mac' | 'apple' | 'archive' | 'archive-restore' | 'archive-x' | 'armchair' | 'arrow-big-down' | 'arrow-big-down-dash' | 'arrow-big-left' | 'arrow-big-left-dash' | 'arrow-big-right' | 'arrow-big-right-dash' | 'arrow-big-up' | 'arrow-big-up-dash' | 'arrow-down' | 'arrow-down-0-1' | 'arrow-down-1-0' | 'arrow-down-a-z' | 'arrow-down-from-line' | 'arrow-down-left' | 'arrow-down-narrow-wide' | 'arrow-down-right' | 'arrow-down-to-dot' | 'arrow-down-to-line' | 'arrow-down-up' | 'arrow-down-wide-narrow' | 'arrow-down-z-a' | 'arrow-left' | 'arrow-left-from-line' | 'arrow-left-right' | 'arrow-left-to-line' | 'arrow-right' | 'arrow-right-from-line' | 'arrow-right-left' | 'arrow-right-to-line' | 'arrow-up' | 'arrow-up-0-1' | 'arrow-up-1-0' | 'arrow-up-a-z' | 'arrow-up-down' | 'arrow-up-from-dot' | 'arrow-up-from-line' | 'arrow-up-left' | 'arrow-up-narrow-wide' | 'arrow-up-right' | 'arrow-up-to-line' | 'arrow-up-wide-narrow' | 'arrow-up-z-a' | 'arrows-up-from-line' | 'asterisk' | 'at-sign' | 'atom' | 'audio-lines' | 'audio-waveform' | 'award' | 'axe' | 'axis-3d' | 'baby' | 'backpack' | 'badge' | 'badge-alert' | 'badge-cent' | 'badge-check' | 'badge-dollar-sign' | 'badge-euro' | 'badge-indian-rupee' | 'badge-info' | 'badge-japanese-yen' | 'badge-minus' | 'badge-percent' | 'badge-plus' | 'badge-pound-sterling' | 'badge-question-mark' | 'badge-russian-ruble' | 'badge-swiss-franc' | 'badge-turkish-lira' | 'badge-x' | 'baggage-claim' | 'ban' | 'banana' | 'bandage' | 'banknote' | 'banknote-arrow-down' | 'banknote-arrow-up' | 'banknote-x' | 'barcode' | 'barrel' | 'baseline' | 'bath' | 'battery' | 'battery-charging' | 'battery-full' | 'battery-low' | 'battery-medium' | 'battery-plus' | 'battery-warning' | 'beaker' | 'bean' | 'bean-off' | 'bed' | 'bed-double' | 'bed-single' | 'beef' | 'beer' | 'beer-off' | 'bell' | 'bell-dot' | 'bell-electric' | 'bell-minus' | 'bell-off' | 'bell-plus' | 'bell-ring' | 'between-horizontal-end' | 'between-horizontal-start' | 'between-vertical-end' | 'between-vertical-start' | 'biceps-flexed' | 'bike' | 'binary' | 'binoculars' | 'biohazard' | 'bird' | 'bitcoin' | 'blend' | 'blinds' | 'blocks' | 'bluetooth' | 'bluetooth-connected' | 'bluetooth-off' | 'bluetooth-searching' | 'bold' | 'bolt' | 'bomb' | 'bone' | 'book' | 'book-a' | 'book-alert' | 'book-audio' | 'book-check' | 'book-copy' | 'book-dashed' | 'book-down' | 'book-headphones' | 'book-heart' | 'book-image' | 'book-key' | 'book-lock' | 'book-marked' | 'book-minus' | 'book-open' | 'book-open-check' | 'book-open-text' | 'book-plus' | 'book-text' | 'book-type' | 'book-up' | 'book-up-2' | 'book-user' | 'book-x' | 'bookmark' | 'bookmark-check' | 'bookmark-minus' | 'bookmark-plus' | 'bookmark-x' | 'boom-box' | 'bot' | 'bot-message-square' | 'bot-off' | 'bottle-wine' | 'bow-arrow' | 'box' | 'boxes' | 'braces' | 'brackets' | 'brain' | 'brain-circuit' | 'brain-cog' | 'brick-wall' | 'brick-wall-fire' | 'briefcase' | 'briefcase-business' | 'briefcase-conveyor-belt' | 'briefcase-medical' | 'bring-to-front' | 'brush' | 'brush-cleaning' | 'bubbles' | 'bug' | 'bug-off' | 'bug-play' | 'building' | 'building-2' | 'bus' | 'bus-front' | 'cable' | 'cable-car' | 'cake' | 'cake-slice' | 'calculator' | 'calendar' | 'calendar-1' | 'calendar-arrow-down' | 'calendar-arrow-up' | 'calendar-check' | 'calendar-check-2' | 'calendar-clock' | 'calendar-cog' | 'calendar-days' | 'calendar-fold' | 'calendar-heart' | 'calendar-minus' | 'calendar-minus-2' | 'calendar-off' | 'calendar-plus' | 'calendar-plus-2' | 'calendar-range' | 'calendar-search' | 'calendar-sync' | 'calendar-x' | 'calendar-x-2' | 'camera' | 'camera-off' | 'candy' | 'candy-cane' | 'candy-off' | 'cannabis' | 'captions' | 'captions-off' | 'car' | 'car-front' | 'car-taxi-front' | 'caravan' | 'card-sim' | 'carrot' | 'case-lower' | 'case-sensitive' | 'case-upper' | 'cassette-tape' | 'cast' | 'castle' | 'cat' | 'cctv' | 'chart-area' | 'chart-bar' | 'chart-bar-big' | 'chart-bar-decreasing' | 'chart-bar-increasing' | 'chart-bar-stacked' | 'chart-candlestick' | 'chart-column' | 'chart-column-big' | 'chart-column-decreasing' | 'chart-column-increasing' | 'chart-column-stacked' | 'chart-gantt' | 'chart-line' | 'chart-network' | 'chart-no-axes-column' | 'chart-no-axes-column-decreasing' | 'chart-no-axes-column-increasing' | 'chart-no-axes-combined' | 'chart-no-axes-gantt' | 'chart-pie' | 'chart-scatter' | 'chart-spline' | 'check' | 'check-check' | 'check-line' | 'chef-hat' | 'cherry' | 'chevron-down' | 'chevron-first' | 'chevron-last' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevrons-down' | 'chevrons-down-up' | 'chevrons-left' | 'chevrons-left-right' | 'chevrons-left-right-ellipsis' | 'chevrons-right' | 'chevrons-right-left' | 'chevrons-up' | 'chevrons-up-down' | 'chrome' | 'church' | 'cigarette' | 'cigarette-off' | 'circle' | 'circle-alert' | 'circle-arrow-down' | 'circle-arrow-left' | 'circle-arrow-out-down-left' | 'circle-arrow-out-down-right' | 'circle-arrow-out-up-left' | 'circle-arrow-out-up-right' | 'circle-arrow-right' | 'circle-arrow-up' | 'circle-check' | 'circle-check-big' | 'circle-chevron-down' | 'circle-chevron-left' | 'circle-chevron-right' | 'circle-chevron-up' | 'circle-dashed' | 'circle-divide' | 'circle-dollar-sign' | 'circle-dot' | 'circle-dot-dashed' | 'circle-ellipsis' | 'circle-equal' | 'circle-fading-arrow-up' | 'circle-fading-plus' | 'circle-gauge' | 'circle-minus' | 'circle-off' | 'circle-parking' | 'circle-parking-off' | 'circle-pause' | 'circle-percent' | 'circle-play' | 'circle-plus' | 'circle-pound-sterling' | 'circle-power' | 'circle-question-mark' | 'circle-slash' | 'circle-slash-2' | 'circle-small' | 'circle-stop' | 'circle-user' | 'circle-user-round' | 'circle-x' | 'circuit-board' | 'citrus' | 'clapperboard' | 'clipboard' | 'clipboard-check' | 'clipboard-clock' | 'clipboard-copy' | 'clipboard-list' | 'clipboard-minus' | 'clipboard-paste' | 'clipboard-pen' | 'clipboard-pen-line' | 'clipboard-plus' | 'clipboard-type' | 'clipboard-x' | 'clock' | 'clock-1' | 'clock-10' | 'clock-11' | 'clock-12' | 'clock-2' | 'clock-3' | 'clock-4' | 'clock-5' | 'clock-6' | 'clock-7' | 'clock-8' | 'clock-9' | 'clock-alert' | 'clock-arrow-down' | 'clock-arrow-up' | 'clock-fading' | 'clock-plus' | 'closed-caption' | 'cloud' | 'cloud-alert' | 'cloud-check' | 'cloud-cog' | 'cloud-download' | 'cloud-drizzle' | 'cloud-fog' | 'cloud-hail' | 'cloud-lightning' | 'cloud-moon' | 'cloud-moon-rain' | 'cloud-off' | 'cloud-rain' | 'cloud-rain-wind' | 'cloud-snow' | 'cloud-sun' | 'cloud-sun-rain' | 'cloud-upload' | 'cloudy' | 'clover' | 'club' | 'code' | 'code-xml' | 'codepen' | 'codesandbox' | 'coffee' | 'cog' | 'coins' | 'columns-2' | 'columns-3' | 'columns-3-cog' | 'columns-4' | 'combine' | 'command' | 'compass' | 'component' | 'computer' | 'concierge-bell' | 'cone' | 'construction' | 'contact' | 'contact-round' | 'container' | 'contrast' | 'cookie' | 'cooking-pot' | 'copy' | 'copy-check' | 'copy-minus' | 'copy-plus' | 'copy-slash' | 'copy-x' | 'copyleft' | 'copyright' | 'corner-down-left' | 'corner-down-right' | 'corner-left-down' | 'corner-left-up' | 'corner-right-down' | 'corner-right-up' | 'corner-up-left' | 'corner-up-right' | 'cpu' | 'creative-commons' | 'credit-card' | 'croissant' | 'crop' | 'cross' | 'crosshair' | 'crown' | 'cuboid' | 'cup-soda' | 'currency' | 'cylinder' | 'dam' | 'database' | 'database-backup' | 'database-zap' | 'decimals-arrow-left' | 'decimals-arrow-right' | 'delete' | 'dessert' | 'diameter' | 'diamond' | 'diamond-minus' | 'diamond-percent' | 'diamond-plus' | 'dice-1' | 'dice-2' | 'dice-3' | 'dice-4' | 'dice-5' | 'dice-6' | 'dices' | 'diff' | 'disc' | 'disc-2' | 'disc-3' | 'disc-album' | 'divide' | 'dna' | 'dna-off' | 'dock' | 'dog' | 'dollar-sign' | 'donut' | 'door-closed' | 'door-closed-locked' | 'door-open' | 'dot' | 'download' | 'drafting-compass' | 'drama' | 'dribbble' | 'drill' | 'drone' | 'droplet' | 'droplet-off' | 'droplets' | 'drum' | 'drumstick' | 'dumbbell' | 'ear' | 'ear-off' | 'earth' | 'earth-lock' | 'eclipse' | 'egg' | 'egg-fried' | 'egg-off' | 'ellipsis' | 'ellipsis-vertical' | 'equal' | 'equal-approximately' | 'equal-not' | 'eraser' | 'ethernet-port' | 'euro' | 'expand' | 'external-link' | 'eye' | 'eye-closed' | 'eye-off' | 'facebook' | 'factory' | 'fan' | 'fast-forward' | 'feather' | 'fence' | 'ferris-wheel' | 'figma' | 'file' | 'file-archive' | 'file-audio' | 'file-audio-2' | 'file-axis-3d' | 'file-badge' | 'file-badge-2' | 'file-box' | 'file-chart-column' | 'file-chart-column-increasing' | 'file-chart-line' | 'file-chart-pie' | 'file-check' | 'file-check-2' | 'file-clock' | 'file-code' | 'file-code-2' | 'file-cog' | 'file-diff' | 'file-digit' | 'file-down' | 'file-heart' | 'file-image' | 'file-input' | 'file-json' | 'file-json-2' | 'file-key' | 'file-key-2' | 'file-lock' | 'file-lock-2' | 'file-minus' | 'file-minus-2' | 'file-music' | 'file-output' | 'file-pen' | 'file-pen-line' | 'file-play' | 'file-plus' | 'file-plus-2' | 'file-question-mark' | 'file-scan' | 'file-search' | 'file-search-2' | 'file-sliders' | 'file-spreadsheet' | 'file-stack' | 'file-symlink' | 'file-terminal' | 'file-text' | 'file-type' | 'file-type-2' | 'file-up' | 'file-user' | 'file-video-camera' | 'file-volume' | 'file-volume-2' | 'file-warning' | 'file-x' | 'file-x-2' | 'files' | 'film' | 'fingerprint' | 'fire-extinguisher' | 'fish' | 'fish-off' | 'fish-symbol' | 'flag' | 'flag-off' | 'flag-triangle-left' | 'flag-triangle-right' | 'flame' | 'flame-kindling' | 'flashlight' | 'flashlight-off' | 'flask-conical' | 'flask-conical-off' | 'flask-round' | 'flip-horizontal' | 'flip-horizontal-2' | 'flip-vertical' | 'flip-vertical-2' | 'flower' | 'flower-2' | 'focus' | 'fold-horizontal' | 'fold-vertical' | 'folder' | 'folder-archive' | 'folder-check' | 'folder-clock' | 'folder-closed' | 'folder-code' | 'folder-cog' | 'folder-dot' | 'folder-down' | 'folder-git' | 'folder-git-2' | 'folder-heart' | 'folder-input' | 'folder-kanban' | 'folder-key' | 'folder-lock' | 'folder-minus' | 'folder-open' | 'folder-open-dot' | 'folder-output' | 'folder-pen' | 'folder-plus' | 'folder-root' | 'folder-search' | 'folder-search-2' | 'folder-symlink' | 'folder-sync' | 'folder-tree' | 'folder-up' | 'folder-x' | 'folders' | 'footprints' | 'forklift' | 'forward' | 'frame' | 'framer' | 'frown' | 'fuel' | 'fullscreen' | 'funnel' | 'funnel-plus' | 'funnel-x' | 'gallery-horizontal' | 'gallery-horizontal-end' | 'gallery-thumbnails' | 'gallery-vertical' | 'gallery-vertical-end' | 'gamepad' | 'gamepad-2' | 'gauge' | 'gavel' | 'gem' | 'georgian-lari' | 'ghost' | 'gift' | 'git-branch' | 'git-branch-plus' | 'git-commit-horizontal' | 'git-commit-vertical' | 'git-compare' | 'git-compare-arrows' | 'git-fork' | 'git-graph' | 'git-merge' | 'git-pull-request' | 'git-pull-request-arrow' | 'git-pull-request-closed' | 'git-pull-request-create' | 'git-pull-request-create-arrow' | 'git-pull-request-draft' | 'github' | 'gitlab' | 'glass-water' | 'glasses' | 'globe' | 'globe-lock' | 'goal' | 'gpu' | 'graduation-cap' | 'grape' | 'grid-2x2' | 'grid-2x2-check' | 'grid-2x2-plus' | 'grid-2x2-x' | 'grid-3x2' | 'grid-3x3' | 'grip' | 'grip-horizontal' | 'grip-vertical' | 'group' | 'guitar' | 'ham' | 'hamburger' | 'hammer' | 'hand' | 'hand-coins' | 'hand-fist' | 'hand-grab' | 'hand-heart' | 'hand-helping' | 'hand-metal' | 'hand-platter' | 'handbag' | 'handshake' | 'hard-drive' | 'hard-drive-download' | 'hard-drive-upload' | 'hard-hat' | 'hash' | 'hat-glasses' | 'haze' | 'hdmi-port' | 'heading' | 'heading-1' | 'heading-2' | 'heading-3' | 'heading-4' | 'heading-5' | 'heading-6' | 'headphone-off' | 'headphones' | 'headset' | 'heart' | 'heart-crack' | 'heart-handshake' | 'heart-minus' | 'heart-off' | 'heart-plus' | 'heart-pulse' | 'heater' | 'hexagon' | 'highlighter' | 'history' | 'hop' | 'hop-off' | 'hospital' | 'hotel' | 'hourglass' | 'house' | 'house-plug' | 'house-plus' | 'house-wifi' | 'ice-cream-bowl' | 'ice-cream-cone' | 'id-card' | 'id-card-lanyard' | 'image' | 'image-down' | 'image-minus' | 'image-off' | 'image-play' | 'image-plus' | 'image-up' | 'image-upscale' | 'images' | 'import' | 'inbox' | 'indent-decrease' | 'indent-increase' | 'indian-rupee' | 'infinity' | 'info' | 'inspection-panel' | 'instagram' | 'italic' | 'iteration-ccw' | 'iteration-cw' | 'japanese-yen' | 'joystick' | 'kanban' | 'key' | 'key-round' | 'key-square' | 'keyboard' | 'keyboard-music' | 'keyboard-off' | 'lamp' | 'lamp-ceiling' | 'lamp-desk' | 'lamp-floor' | 'lamp-wall-down' | 'lamp-wall-up' | 'land-plot' | 'landmark' | 'languages' | 'laptop' | 'laptop-minimal' | 'laptop-minimal-check' | 'lasso' | 'lasso-select' | 'laugh' | 'layers' | 'layers-2' | 'layout-dashboard' | 'layout-grid' | 'layout-list' | 'layout-panel-left' | 'layout-panel-top' | 'layout-template' | 'leaf' | 'leafy-green' | 'lectern' | 'letter-text' | 'library' | 'library-big' | 'life-buoy' | 'ligature' | 'lightbulb' | 'lightbulb-off' | 'line-squiggle' | 'link' | 'link-2' | 'link-2-off' | 'linkedin' | 'list' | 'list-check' | 'list-checks' | 'list-collapse' | 'list-end' | 'list-filter' | 'list-filter-plus' | 'list-minus' | 'list-music' | 'list-ordered' | 'list-plus' | 'list-restart' | 'list-start' | 'list-todo' | 'list-tree' | 'list-video' | 'list-x' | 'loader' | 'loader-circle' | 'loader-pinwheel' | 'locate' | 'locate-fixed' | 'locate-off' | 'lock' | 'lock-keyhole' | 'lock-keyhole-open' | 'lock-open' | 'log-in' | 'log-out' | 'logs' | 'lollipop' | 'luggage' | 'magnet' | 'mail' | 'mail-check' | 'mail-minus' | 'mail-open' | 'mail-plus' | 'mail-question-mark' | 'mail-search' | 'mail-warning' | 'mail-x' | 'mailbox' | 'mails' | 'map' | 'map-minus' | 'map-pin' | 'map-pin-check' | 'map-pin-check-inside' | 'map-pin-house' | 'map-pin-minus' | 'map-pin-minus-inside' | 'map-pin-off' | 'map-pin-pen' | 'map-pin-plus' | 'map-pin-plus-inside' | 'map-pin-x' | 'map-pin-x-inside' | 'map-pinned' | 'map-plus' | 'mars' | 'mars-stroke' | 'martini' | 'maximize' | 'maximize-2' | 'medal' | 'megaphone' | 'megaphone-off' | 'meh' | 'memory-stick' | 'menu' | 'merge' | 'message-circle' | 'message-circle-code' | 'message-circle-dashed' | 'message-circle-heart' | 'message-circle-more' | 'message-circle-off' | 'message-circle-plus' | 'message-circle-question-mark' | 'message-circle-reply' | 'message-circle-warning' | 'message-circle-x' | 'message-square' | 'message-square-code' | 'message-square-dashed' | 'message-square-diff' | 'message-square-dot' | 'message-square-heart' | 'message-square-lock' | 'message-square-more' | 'message-square-off' | 'message-square-plus' | 'message-square-quote' | 'message-square-reply' | 'message-square-share' | 'message-square-text' | 'message-square-warning' | 'message-square-x' | 'messages-square' | 'mic' | 'mic-off' | 'mic-vocal' | 'microchip' | 'microscope' | 'microwave' | 'milestone' | 'milk' | 'milk-off' | 'minimize' | 'minimize-2' | 'minus' | 'monitor' | 'monitor-check' | 'monitor-cog' | 'monitor-dot' | 'monitor-down' | 'monitor-off' | 'monitor-pause' | 'monitor-play' | 'monitor-smartphone' | 'monitor-speaker' | 'monitor-stop' | 'monitor-up' | 'monitor-x' | 'moon' | 'moon-star' | 'mountain' | 'mountain-snow' | 'mouse' | 'mouse-off' | 'mouse-pointer' | 'mouse-pointer-2' | 'mouse-pointer-ban' | 'mouse-pointer-click' | 'move' | 'move-3d' | 'move-diagonal' | 'move-diagonal-2' | 'move-down' | 'move-down-left' | 'move-down-right' | 'move-horizontal' | 'move-left' | 'move-right' | 'move-up' | 'move-up-left' | 'move-up-right' | 'move-vertical' | 'music' | 'music-2' | 'music-3' | 'music-4' | 'navigation' | 'navigation-2' | 'navigation-2-off' | 'navigation-off' | 'network' | 'newspaper' | 'nfc' | 'non-binary' | 'notebook' | 'notebook-pen' | 'notebook-tabs' | 'notebook-text' | 'notepad-text' | 'notepad-text-dashed' | 'nut' | 'nut-off' | 'octagon' | 'octagon-alert' | 'octagon-minus' | 'octagon-pause' | 'octagon-x' | 'omega' | 'option' | 'orbit' | 'origami' | 'package' | 'package-2' | 'package-check' | 'package-minus' | 'package-open' | 'package-plus' | 'package-search' | 'package-x' | 'paint-bucket' | 'paint-roller' | 'paintbrush' | 'paintbrush-vertical' | 'palette' | 'panda' | 'panel-bottom' | 'panel-bottom-close' | 'panel-bottom-dashed' | 'panel-bottom-open' | 'panel-left' | 'panel-left-close' | 'panel-left-dashed' | 'panel-left-open' | 'panel-right' | 'panel-right-close' | 'panel-right-dashed' | 'panel-right-open' | 'panel-top' | 'panel-top-close' | 'panel-top-dashed' | 'panel-top-open' | 'panels-left-bottom' | 'panels-right-bottom' | 'panels-top-left' | 'paperclip' | 'parentheses' | 'parking-meter' | 'party-popper' | 'pause' | 'paw-print' | 'pc-case' | 'pen' | 'pen-line' | 'pen-off' | 'pen-tool' | 'pencil' | 'pencil-line' | 'pencil-off' | 'pencil-ruler' | 'pentagon' | 'percent' | 'person-standing' | 'philippine-peso' | 'phone' | 'phone-call' | 'phone-forwarded' | 'phone-incoming' | 'phone-missed' | 'phone-off' | 'phone-outgoing' | 'pi' | 'piano' | 'pickaxe' | 'picture-in-picture' | 'picture-in-picture-2' | 'piggy-bank' | 'pilcrow' | 'pilcrow-left' | 'pilcrow-right' | 'pill' | 'pill-bottle' | 'pin' | 'pin-off' | 'pipette' | 'pizza' | 'plane' | 'plane-landing' | 'plane-takeoff' | 'play' | 'plug' | 'plug-2' | 'plug-zap' | 'plus' | 'pocket' | 'pocket-knife' | 'podcast' | 'pointer' | 'pointer-off' | 'popcorn' | 'popsicle' | 'pound-sterling' | 'power' | 'power-off' | 'presentation' | 'printer' | 'printer-check' | 'projector' | 'proportions' | 'puzzle' | 'pyramid' | 'qr-code' | 'quote' | 'rabbit' | 'radar' | 'radiation' | 'radical' | 'radio' | 'radio-receiver' | 'radio-tower' | 'radius' | 'rail-symbol' | 'rainbow' | 'rat' | 'ratio' | 'receipt' | 'receipt-cent' | 'receipt-euro' | 'receipt-indian-rupee' | 'receipt-japanese-yen' | 'receipt-pound-sterling' | 'receipt-russian-ruble' | 'receipt-swiss-franc' | 'receipt-text' | 'receipt-turkish-lira' | 'rectangle-circle' | 'rectangle-ellipsis' | 'rectangle-goggles' | 'rectangle-horizontal' | 'rectangle-vertical' | 'recycle' | 'redo' | 'redo-2' | 'redo-dot' | 'refresh-ccw' | 'refresh-ccw-dot' | 'refresh-cw' | 'refresh-cw-off' | 'refrigerator' | 'regex' | 'remove-formatting' | 'repeat' | 'repeat-1' | 'repeat-2' | 'replace' | 'replace-all' | 'reply' | 'reply-all' | 'rewind' | 'ribbon' | 'rocket' | 'rocking-chair' | 'roller-coaster' | 'rotate-3d' | 'rotate-ccw' | 'rotate-ccw-key' | 'rotate-ccw-square' | 'rotate-cw' | 'rotate-cw-square' | 'route' | 'route-off' | 'router' | 'rows-2' | 'rows-3' | 'rows-4' | 'rss' | 'ruler' | 'ruler-dimension-line' | 'russian-ruble' | 'sailboat' | 'salad' | 'sandwich' | 'satellite' | 'satellite-dish' | 'saudi-riyal' | 'save' | 'save-all' | 'save-off' | 'scale' | 'scale-3d' | 'scaling' | 'scan' | 'scan-barcode' | 'scan-eye' | 'scan-face' | 'scan-heart' | 'scan-line' | 'scan-qr-code' | 'scan-search' | 'scan-text' | 'school' | 'scissors' | 'scissors-line-dashed' | 'screen-share' | 'screen-share-off' | 'scroll' | 'scroll-text' | 'search' | 'search-check' | 'search-code' | 'search-slash' | 'search-x' | 'section' | 'send' | 'send-horizontal' | 'send-to-back' | 'separator-horizontal' | 'separator-vertical' | 'server' | 'server-cog' | 'server-crash' | 'server-off' | 'settings' | 'settings-2' | 'shapes' | 'share' | 'share-2' | 'sheet' | 'shell' | 'shield' | 'shield-alert' | 'shield-ban' | 'shield-check' | 'shield-ellipsis' | 'shield-half' | 'shield-minus' | 'shield-off' | 'shield-plus' | 'shield-question-mark' | 'shield-user' | 'shield-x' | 'ship' | 'ship-wheel' | 'shirt' | 'shopping-bag' | 'shopping-basket' | 'shopping-cart' | 'shovel' | 'shower-head' | 'shredder' | 'shrimp' | 'shrink' | 'shrub' | 'shuffle' | 'sigma' | 'signal' | 'signal-high' | 'signal-low' | 'signal-medium' | 'signal-zero' | 'signature' | 'signpost' | 'signpost-big' | 'siren' | 'skip-back' | 'skip-forward' | 'skull' | 'slack' | 'slash' | 'slice' | 'sliders-horizontal' | 'sliders-vertical' | 'smartphone' | 'smartphone-charging' | 'smartphone-nfc' | 'smile' | 'smile-plus' | 'snail' | 'snowflake' | 'soap-dispenser-droplet' | 'sofa' | 'soup' | 'space' | 'spade' | 'sparkle' | 'sparkles' | 'speaker' | 'speech' | 'spell-check' | 'spell-check-2' | 'spline' | 'spline-pointer' | 'split' | 'spool' | 'spotlight' | 'spray-can' | 'sprout' | 'square' | 'square-activity' | 'square-arrow-down' | 'square-arrow-down-left' | 'square-arrow-down-right' | 'square-arrow-left' | 'square-arrow-out-down-left' | 'square-arrow-out-down-right' | 'square-arrow-out-up-left' | 'square-arrow-out-up-right' | 'square-arrow-right' | 'square-arrow-up' | 'square-arrow-up-left' | 'square-arrow-up-right' | 'square-asterisk' | 'square-bottom-dashed-scissors' | 'square-chart-gantt' | 'square-check' | 'square-check-big' | 'square-chevron-down' | 'square-chevron-left' | 'square-chevron-right' | 'square-chevron-up' | 'square-code' | 'square-dashed' | 'square-dashed-bottom' | 'square-dashed-bottom-code' | 'square-dashed-kanban' | 'square-dashed-mouse-pointer' | 'square-dashed-top-solid' | 'square-divide' | 'square-dot' | 'square-equal' | 'square-function' | 'square-kanban' | 'square-library' | 'square-m' | 'square-menu' | 'square-minus' | 'square-mouse-pointer' | 'square-parking' | 'square-parking-off' | 'square-pause' | 'square-pen' | 'square-percent' | 'square-pi' | 'square-pilcrow' | 'square-play' | 'square-plus' | 'square-power' | 'square-radical' | 'square-round-corner' | 'square-scissors' | 'square-sigma' | 'square-slash' | 'square-split-horizontal' | 'square-split-vertical' | 'square-square' | 'square-stack' | 'square-stop' | 'square-terminal' | 'square-user' | 'square-user-round' | 'square-x' | 'squares-exclude' | 'squares-intersect' | 'squares-subtract' | 'squares-unite' | 'squircle' | 'squircle-dashed' | 'squirrel' | 'stamp' | 'star' | 'star-half' | 'star-off' | 'step-back' | 'step-forward' | 'stethoscope' | 'sticker' | 'sticky-note' | 'store' | 'stretch-horizontal' | 'stretch-vertical' | 'strikethrough' | 'subscript' | 'sun' | 'sun-dim' | 'sun-medium' | 'sun-moon' | 'sun-snow' | 'sunrise' | 'sunset' | 'superscript' | 'swatch-book' | 'swiss-franc' | 'switch-camera' | 'sword' | 'swords' | 'syringe' | 'table' | 'table-2' | 'table-cells-merge' | 'table-cells-split' | 'table-columns-split' | 'table-of-contents' | 'table-properties' | 'table-rows-split' | 'tablet' | 'tablet-smartphone' | 'tablets' | 'tag' | 'tags' | 'tally-1' | 'tally-2' | 'tally-3' | 'tally-4' | 'tally-5' | 'tangent' | 'target' | 'telescope' | 'tent' | 'tent-tree' | 'terminal' | 'test-tube' | 'test-tube-diagonal' | 'test-tubes' | 'text' | 'text-cursor' | 'text-cursor-input' | 'text-quote' | 'text-search' | 'text-select' | 'theater' | 'thermometer' | 'thermometer-snowflake' | 'thermometer-sun' | 'thumbs-down' | 'thumbs-up' | 'ticket' | 'ticket-check' | 'ticket-minus' | 'ticket-percent' | 'ticket-plus' | 'ticket-slash' | 'ticket-x' | 'tickets' | 'tickets-plane' | 'timer' | 'timer-off' | 'timer-reset' | 'toggle-left' | 'toggle-right' | 'toilet' | 'tool-case' | 'tornado' | 'torus' | 'touchpad' | 'touchpad-off' | 'tower-control' | 'toy-brick' | 'tractor' | 'traffic-cone' | 'train-front' | 'train-front-tunnel' | 'train-track' | 'tram-front' | 'transgender' | 'trash' | 'trash-2' | 'tree-deciduous' | 'tree-palm' | 'tree-pine' | 'trees' | 'trello' | 'trending-down' | 'trending-up' | 'trending-up-down' | 'triangle' | 'triangle-alert' | 'triangle-dashed' | 'triangle-right' | 'trophy' | 'truck' | 'truck-electric' | 'turkish-lira' | 'turntable' | 'turtle' | 'tv' | 'tv-minimal' | 'tv-minimal-play' | 'twitch' | 'twitter' | 'type' | 'type-outline' | 'umbrella' | 'umbrella-off' | 'underline' | 'undo' | 'undo-2' | 'undo-dot' | 'unfold-horizontal' | 'unfold-vertical' | 'ungroup' | 'university' | 'unlink' | 'unlink-2' | 'unplug' | 'upload' | 'usb' | 'user' | 'user-check' | 'user-cog' | 'user-lock' | 'user-minus' | 'user-pen' | 'user-plus' | 'user-round' | 'user-round-check' | 'user-round-cog' | 'user-round-minus' | 'user-round-pen' | 'user-round-plus' | 'user-round-search' | 'user-round-x' | 'user-search' | 'user-star' | 'user-x' | 'users' | 'users-round' | 'utensils' | 'utensils-crossed' | 'utility-pole' | 'variable' | 'vault' | 'vector-square' | 'vegan' | 'venetian-mask' | 'venus' | 'venus-and-mars' | 'vibrate' | 'vibrate-off' | 'video' | 'video-off' | 'videotape' | 'view' | 'voicemail' | 'volleyball' | 'volume' | 'volume-1' | 'volume-2' | 'volume-off' | 'volume-x' | 'vote' | 'wallet' | 'wallet-cards' | 'wallet-minimal' | 'wallpaper' | 'wand' | 'wand-sparkles' | 'warehouse' | 'washing-machine' | 'watch' | 'waves' | 'waves-ladder' | 'waypoints' | 'webcam' | 'webhook' | 'webhook-off' | 'weight' | 'wheat' | 'wheat-off' | 'whole-word' | 'wifi' | 'wifi-cog' | 'wifi-high' | 'wifi-low' | 'wifi-off' | 'wifi-pen' | 'wifi-sync' | 'wifi-zero' | 'wind' | 'wind-arrow-down' | 'wine' | 'wine-off' | 'workflow' | 'worm' | 'wrap-text' | 'wrench' | 'x' | 'youtube' | 'zap' | 'zap-off' | 'zoom-in' | 'zoom-out'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Interface4'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|property1|key|ref|className|style|children)$/]",
        "message": "<Interface4> doesn't accept that prop. Declared props: className, style, property1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Interface4'] > JSXAttribute[name.name='property1'] > Literal[value!=/^(?:a-arrow-down|a-arrow-up|a-large-small|accessibility|activity|air-vent|airplay|alarm-clock|alarm-clock-check|alarm-clock-minus|alarm-clock-off|alarm-clock-plus|alarm-smoke|album|align-center|align-center-horizontal|align-center-vertical|align-end-horizontal|align-end-vertical|align-horizontal-distribute-center|align-horizontal-distribute-end|align-horizontal-distribute-start|align-horizontal-justify-center|align-horizontal-justify-end|align-horizontal-justify-start|align-horizontal-space-around|align-horizontal-space-between|align-justify|align-left|align-right|align-start-horizontal|align-start-vertical|align-vertical-distribute-center|align-vertical-distribute-end|align-vertical-distribute-start|align-vertical-justify-center|align-vertical-justify-end|align-vertical-justify-start|align-vertical-space-around|align-vertical-space-between|ambulance|ampersand|ampersands|amphora|anchor|angry|annoyed|antenna|anvil|aperture|app-window|app-window-mac|apple|archive|archive-restore|archive-x|armchair|arrow-big-down|arrow-big-down-dash|arrow-big-left|arrow-big-left-dash|arrow-big-right|arrow-big-right-dash|arrow-big-up|arrow-big-up-dash|arrow-down|arrow-down-0-1|arrow-down-1-0|arrow-down-a-z|arrow-down-from-line|arrow-down-left|arrow-down-narrow-wide|arrow-down-right|arrow-down-to-dot|arrow-down-to-line|arrow-down-up|arrow-down-wide-narrow|arrow-down-z-a|arrow-left|arrow-left-from-line|arrow-left-right|arrow-left-to-line|arrow-right|arrow-right-from-line|arrow-right-left|arrow-right-to-line|arrow-up|arrow-up-0-1|arrow-up-1-0|arrow-up-a-z|arrow-up-down|arrow-up-from-dot|arrow-up-from-line|arrow-up-left|arrow-up-narrow-wide|arrow-up-right|arrow-up-to-line|arrow-up-wide-narrow|arrow-up-z-a|arrows-up-from-line|asterisk|at-sign|atom|audio-lines|audio-waveform|award|axe|axis-3d|baby|backpack|badge|badge-alert|badge-cent|badge-check|badge-dollar-sign|badge-euro|badge-indian-rupee|badge-info|badge-japanese-yen|badge-minus|badge-percent|badge-plus|badge-pound-sterling|badge-question-mark|badge-russian-ruble|badge-swiss-franc|badge-turkish-lira|badge-x|baggage-claim|ban|banana|bandage|banknote|banknote-arrow-down|banknote-arrow-up|banknote-x|barcode|barrel|baseline|bath|battery|battery-charging|battery-full|battery-low|battery-medium|battery-plus|battery-warning|beaker|bean|bean-off|bed|bed-double|bed-single|beef|beer|beer-off|bell|bell-dot|bell-electric|bell-minus|bell-off|bell-plus|bell-ring|between-horizontal-end|between-horizontal-start|between-vertical-end|between-vertical-start|biceps-flexed|bike|binary|binoculars|biohazard|bird|bitcoin|blend|blinds|blocks|bluetooth|bluetooth-connected|bluetooth-off|bluetooth-searching|bold|bolt|bomb|bone|book|book-a|book-alert|book-audio|book-check|book-copy|book-dashed|book-down|book-headphones|book-heart|book-image|book-key|book-lock|book-marked|book-minus|book-open|book-open-check|book-open-text|book-plus|book-text|book-type|book-up|book-up-2|book-user|book-x|bookmark|bookmark-check|bookmark-minus|bookmark-plus|bookmark-x|boom-box|bot|bot-message-square|bot-off|bottle-wine|bow-arrow|box|boxes|braces|brackets|brain|brain-circuit|brain-cog|brick-wall|brick-wall-fire|briefcase|briefcase-business|briefcase-conveyor-belt|briefcase-medical|bring-to-front|brush|brush-cleaning|bubbles|bug|bug-off|bug-play|building|building-2|bus|bus-front|cable|cable-car|cake|cake-slice|calculator|calendar|calendar-1|calendar-arrow-down|calendar-arrow-up|calendar-check|calendar-check-2|calendar-clock|calendar-cog|calendar-days|calendar-fold|calendar-heart|calendar-minus|calendar-minus-2|calendar-off|calendar-plus|calendar-plus-2|calendar-range|calendar-search|calendar-sync|calendar-x|calendar-x-2|camera|camera-off|candy|candy-cane|candy-off|cannabis|captions|captions-off|car|car-front|car-taxi-front|caravan|card-sim|carrot|case-lower|case-sensitive|case-upper|cassette-tape|cast|castle|cat|cctv|chart-area|chart-bar|chart-bar-big|chart-bar-decreasing|chart-bar-increasing|chart-bar-stacked|chart-candlestick|chart-column|chart-column-big|chart-column-decreasing|chart-column-increasing|chart-column-stacked|chart-gantt|chart-line|chart-network|chart-no-axes-column|chart-no-axes-column-decreasing|chart-no-axes-column-increasing|chart-no-axes-combined|chart-no-axes-gantt|chart-pie|chart-scatter|chart-spline|check|check-check|check-line|chef-hat|cherry|chevron-down|chevron-first|chevron-last|chevron-left|chevron-right|chevron-up|chevrons-down|chevrons-down-up|chevrons-left|chevrons-left-right|chevrons-left-right-ellipsis|chevrons-right|chevrons-right-left|chevrons-up|chevrons-up-down|chrome|church|cigarette|cigarette-off|circle|circle-alert|circle-arrow-down|circle-arrow-left|circle-arrow-out-down-left|circle-arrow-out-down-right|circle-arrow-out-up-left|circle-arrow-out-up-right|circle-arrow-right|circle-arrow-up|circle-check|circle-check-big|circle-chevron-down|circle-chevron-left|circle-chevron-right|circle-chevron-up|circle-dashed|circle-divide|circle-dollar-sign|circle-dot|circle-dot-dashed|circle-ellipsis|circle-equal|circle-fading-arrow-up|circle-fading-plus|circle-gauge|circle-minus|circle-off|circle-parking|circle-parking-off|circle-pause|circle-percent|circle-play|circle-plus|circle-pound-sterling|circle-power|circle-question-mark|circle-slash|circle-slash-2|circle-small|circle-stop|circle-user|circle-user-round|circle-x|circuit-board|citrus|clapperboard|clipboard|clipboard-check|clipboard-clock|clipboard-copy|clipboard-list|clipboard-minus|clipboard-paste|clipboard-pen|clipboard-pen-line|clipboard-plus|clipboard-type|clipboard-x|clock|clock-1|clock-10|clock-11|clock-12|clock-2|clock-3|clock-4|clock-5|clock-6|clock-7|clock-8|clock-9|clock-alert|clock-arrow-down|clock-arrow-up|clock-fading|clock-plus|closed-caption|cloud|cloud-alert|cloud-check|cloud-cog|cloud-download|cloud-drizzle|cloud-fog|cloud-hail|cloud-lightning|cloud-moon|cloud-moon-rain|cloud-off|cloud-rain|cloud-rain-wind|cloud-snow|cloud-sun|cloud-sun-rain|cloud-upload|cloudy|clover|club|code|code-xml|codepen|codesandbox|coffee|cog|coins|columns-2|columns-3|columns-3-cog|columns-4|combine|command|compass|component|computer|concierge-bell|cone|construction|contact|contact-round|container|contrast|cookie|cooking-pot|copy|copy-check|copy-minus|copy-plus|copy-slash|copy-x|copyleft|copyright|corner-down-left|corner-down-right|corner-left-down|corner-left-up|corner-right-down|corner-right-up|corner-up-left|corner-up-right|cpu|creative-commons|credit-card|croissant|crop|cross|crosshair|crown|cuboid|cup-soda|currency|cylinder|dam|database|database-backup|database-zap|decimals-arrow-left|decimals-arrow-right|delete|dessert|diameter|diamond|diamond-minus|diamond-percent|diamond-plus|dice-1|dice-2|dice-3|dice-4|dice-5|dice-6|dices|diff|disc|disc-2|disc-3|disc-album|divide|dna|dna-off|dock|dog|dollar-sign|donut|door-closed|door-closed-locked|door-open|dot|download|drafting-compass|drama|dribbble|drill|drone|droplet|droplet-off|droplets|drum|drumstick|dumbbell|ear|ear-off|earth|earth-lock|eclipse|egg|egg-fried|egg-off|ellipsis|ellipsis-vertical|equal|equal-approximately|equal-not|eraser|ethernet-port|euro|expand|external-link|eye|eye-closed|eye-off|facebook|factory|fan|fast-forward|feather|fence|ferris-wheel|figma|file|file-archive|file-audio|file-audio-2|file-axis-3d|file-badge|file-badge-2|file-box|file-chart-column|file-chart-column-increasing|file-chart-line|file-chart-pie|file-check|file-check-2|file-clock|file-code|file-code-2|file-cog|file-diff|file-digit|file-down|file-heart|file-image|file-input|file-json|file-json-2|file-key|file-key-2|file-lock|file-lock-2|file-minus|file-minus-2|file-music|file-output|file-pen|file-pen-line|file-play|file-plus|file-plus-2|file-question-mark|file-scan|file-search|file-search-2|file-sliders|file-spreadsheet|file-stack|file-symlink|file-terminal|file-text|file-type|file-type-2|file-up|file-user|file-video-camera|file-volume|file-volume-2|file-warning|file-x|file-x-2|files|film|fingerprint|fire-extinguisher|fish|fish-off|fish-symbol|flag|flag-off|flag-triangle-left|flag-triangle-right|flame|flame-kindling|flashlight|flashlight-off|flask-conical|flask-conical-off|flask-round|flip-horizontal|flip-horizontal-2|flip-vertical|flip-vertical-2|flower|flower-2|focus|fold-horizontal|fold-vertical|folder|folder-archive|folder-check|folder-clock|folder-closed|folder-code|folder-cog|folder-dot|folder-down|folder-git|folder-git-2|folder-heart|folder-input|folder-kanban|folder-key|folder-lock|folder-minus|folder-open|folder-open-dot|folder-output|folder-pen|folder-plus|folder-root|folder-search|folder-search-2|folder-symlink|folder-sync|folder-tree|folder-up|folder-x|folders|footprints|forklift|forward|frame|framer|frown|fuel|fullscreen|funnel|funnel-plus|funnel-x|gallery-horizontal|gallery-horizontal-end|gallery-thumbnails|gallery-vertical|gallery-vertical-end|gamepad|gamepad-2|gauge|gavel|gem|georgian-lari|ghost|gift|git-branch|git-branch-plus|git-commit-horizontal|git-commit-vertical|git-compare|git-compare-arrows|git-fork|git-graph|git-merge|git-pull-request|git-pull-request-arrow|git-pull-request-closed|git-pull-request-create|git-pull-request-create-arrow|git-pull-request-draft|github|gitlab|glass-water|glasses|globe|globe-lock|goal|gpu|graduation-cap|grape|grid-2x2|grid-2x2-check|grid-2x2-plus|grid-2x2-x|grid-3x2|grid-3x3|grip|grip-horizontal|grip-vertical|group|guitar|ham|hamburger|hammer|hand|hand-coins|hand-fist|hand-grab|hand-heart|hand-helping|hand-metal|hand-platter|handbag|handshake|hard-drive|hard-drive-download|hard-drive-upload|hard-hat|hash|hat-glasses|haze|hdmi-port|heading|heading-1|heading-2|heading-3|heading-4|heading-5|heading-6|headphone-off|headphones|headset|heart|heart-crack|heart-handshake|heart-minus|heart-off|heart-plus|heart-pulse|heater|hexagon|highlighter|history|hop|hop-off|hospital|hotel|hourglass|house|house-plug|house-plus|house-wifi|ice-cream-bowl|ice-cream-cone|id-card|id-card-lanyard|image|image-down|image-minus|image-off|image-play|image-plus|image-up|image-upscale|images|import|inbox|indent-decrease|indent-increase|indian-rupee|infinity|info|inspection-panel|instagram|italic|iteration-ccw|iteration-cw|japanese-yen|joystick|kanban|key|key-round|key-square|keyboard|keyboard-music|keyboard-off|lamp|lamp-ceiling|lamp-desk|lamp-floor|lamp-wall-down|lamp-wall-up|land-plot|landmark|languages|laptop|laptop-minimal|laptop-minimal-check|lasso|lasso-select|laugh|layers|layers-2|layout-dashboard|layout-grid|layout-list|layout-panel-left|layout-panel-top|layout-template|leaf|leafy-green|lectern|letter-text|library|library-big|life-buoy|ligature|lightbulb|lightbulb-off|line-squiggle|link|link-2|link-2-off|linkedin|list|list-check|list-checks|list-collapse|list-end|list-filter|list-filter-plus|list-minus|list-music|list-ordered|list-plus|list-restart|list-start|list-todo|list-tree|list-video|list-x|loader|loader-circle|loader-pinwheel|locate|locate-fixed|locate-off|lock|lock-keyhole|lock-keyhole-open|lock-open|log-in|log-out|logs|lollipop|luggage|magnet|mail|mail-check|mail-minus|mail-open|mail-plus|mail-question-mark|mail-search|mail-warning|mail-x|mailbox|mails|map|map-minus|map-pin|map-pin-check|map-pin-check-inside|map-pin-house|map-pin-minus|map-pin-minus-inside|map-pin-off|map-pin-pen|map-pin-plus|map-pin-plus-inside|map-pin-x|map-pin-x-inside|map-pinned|map-plus|mars|mars-stroke|martini|maximize|maximize-2|medal|megaphone|megaphone-off|meh|memory-stick|menu|merge|message-circle|message-circle-code|message-circle-dashed|message-circle-heart|message-circle-more|message-circle-off|message-circle-plus|message-circle-question-mark|message-circle-reply|message-circle-warning|message-circle-x|message-square|message-square-code|message-square-dashed|message-square-diff|message-square-dot|message-square-heart|message-square-lock|message-square-more|message-square-off|message-square-plus|message-square-quote|message-square-reply|message-square-share|message-square-text|message-square-warning|message-square-x|messages-square|mic|mic-off|mic-vocal|microchip|microscope|microwave|milestone|milk|milk-off|minimize|minimize-2|minus|monitor|monitor-check|monitor-cog|monitor-dot|monitor-down|monitor-off|monitor-pause|monitor-play|monitor-smartphone|monitor-speaker|monitor-stop|monitor-up|monitor-x|moon|moon-star|mountain|mountain-snow|mouse|mouse-off|mouse-pointer|mouse-pointer-2|mouse-pointer-ban|mouse-pointer-click|move|move-3d|move-diagonal|move-diagonal-2|move-down|move-down-left|move-down-right|move-horizontal|move-left|move-right|move-up|move-up-left|move-up-right|move-vertical|music|music-2|music-3|music-4|navigation|navigation-2|navigation-2-off|navigation-off|network|newspaper|nfc|non-binary|notebook|notebook-pen|notebook-tabs|notebook-text|notepad-text|notepad-text-dashed|nut|nut-off|octagon|octagon-alert|octagon-minus|octagon-pause|octagon-x|omega|option|orbit|origami|package|package-2|package-check|package-minus|package-open|package-plus|package-search|package-x|paint-bucket|paint-roller|paintbrush|paintbrush-vertical|palette|panda|panel-bottom|panel-bottom-close|panel-bottom-dashed|panel-bottom-open|panel-left|panel-left-close|panel-left-dashed|panel-left-open|panel-right|panel-right-close|panel-right-dashed|panel-right-open|panel-top|panel-top-close|panel-top-dashed|panel-top-open|panels-left-bottom|panels-right-bottom|panels-top-left|paperclip|parentheses|parking-meter|party-popper|pause|paw-print|pc-case|pen|pen-line|pen-off|pen-tool|pencil|pencil-line|pencil-off|pencil-ruler|pentagon|percent|person-standing|philippine-peso|phone|phone-call|phone-forwarded|phone-incoming|phone-missed|phone-off|phone-outgoing|pi|piano|pickaxe|picture-in-picture|picture-in-picture-2|piggy-bank|pilcrow|pilcrow-left|pilcrow-right|pill|pill-bottle|pin|pin-off|pipette|pizza|plane|plane-landing|plane-takeoff|play|plug|plug-2|plug-zap|plus|pocket|pocket-knife|podcast|pointer|pointer-off|popcorn|popsicle|pound-sterling|power|power-off|presentation|printer|printer-check|projector|proportions|puzzle|pyramid|qr-code|quote|rabbit|radar|radiation|radical|radio|radio-receiver|radio-tower|radius|rail-symbol|rainbow|rat|ratio|receipt|receipt-cent|receipt-euro|receipt-indian-rupee|receipt-japanese-yen|receipt-pound-sterling|receipt-russian-ruble|receipt-swiss-franc|receipt-text|receipt-turkish-lira|rectangle-circle|rectangle-ellipsis|rectangle-goggles|rectangle-horizontal|rectangle-vertical|recycle|redo|redo-2|redo-dot|refresh-ccw|refresh-ccw-dot|refresh-cw|refresh-cw-off|refrigerator|regex|remove-formatting|repeat|repeat-1|repeat-2|replace|replace-all|reply|reply-all|rewind|ribbon|rocket|rocking-chair|roller-coaster|rotate-3d|rotate-ccw|rotate-ccw-key|rotate-ccw-square|rotate-cw|rotate-cw-square|route|route-off|router|rows-2|rows-3|rows-4|rss|ruler|ruler-dimension-line|russian-ruble|sailboat|salad|sandwich|satellite|satellite-dish|saudi-riyal|save|save-all|save-off|scale|scale-3d|scaling|scan|scan-barcode|scan-eye|scan-face|scan-heart|scan-line|scan-qr-code|scan-search|scan-text|school|scissors|scissors-line-dashed|screen-share|screen-share-off|scroll|scroll-text|search|search-check|search-code|search-slash|search-x|section|send|send-horizontal|send-to-back|separator-horizontal|separator-vertical|server|server-cog|server-crash|server-off|settings|settings-2|shapes|share|share-2|sheet|shell|shield|shield-alert|shield-ban|shield-check|shield-ellipsis|shield-half|shield-minus|shield-off|shield-plus|shield-question-mark|shield-user|shield-x|ship|ship-wheel|shirt|shopping-bag|shopping-basket|shopping-cart|shovel|shower-head|shredder|shrimp|shrink|shrub|shuffle|sigma|signal|signal-high|signal-low|signal-medium|signal-zero|signature|signpost|signpost-big|siren|skip-back|skip-forward|skull|slack|slash|slice|sliders-horizontal|sliders-vertical|smartphone|smartphone-charging|smartphone-nfc|smile|smile-plus|snail|snowflake|soap-dispenser-droplet|sofa|soup|space|spade|sparkle|sparkles|speaker|speech|spell-check|spell-check-2|spline|spline-pointer|split|spool|spotlight|spray-can|sprout|square|square-activity|square-arrow-down|square-arrow-down-left|square-arrow-down-right|square-arrow-left|square-arrow-out-down-left|square-arrow-out-down-right|square-arrow-out-up-left|square-arrow-out-up-right|square-arrow-right|square-arrow-up|square-arrow-up-left|square-arrow-up-right|square-asterisk|square-bottom-dashed-scissors|square-chart-gantt|square-check|square-check-big|square-chevron-down|square-chevron-left|square-chevron-right|square-chevron-up|square-code|square-dashed|square-dashed-bottom|square-dashed-bottom-code|square-dashed-kanban|square-dashed-mouse-pointer|square-dashed-top-solid|square-divide|square-dot|square-equal|square-function|square-kanban|square-library|square-m|square-menu|square-minus|square-mouse-pointer|square-parking|square-parking-off|square-pause|square-pen|square-percent|square-pi|square-pilcrow|square-play|square-plus|square-power|square-radical|square-round-corner|square-scissors|square-sigma|square-slash|square-split-horizontal|square-split-vertical|square-square|square-stack|square-stop|square-terminal|square-user|square-user-round|square-x|squares-exclude|squares-intersect|squares-subtract|squares-unite|squircle|squircle-dashed|squirrel|stamp|star|star-half|star-off|step-back|step-forward|stethoscope|sticker|sticky-note|store|stretch-horizontal|stretch-vertical|strikethrough|subscript|sun|sun-dim|sun-medium|sun-moon|sun-snow|sunrise|sunset|superscript|swatch-book|swiss-franc|switch-camera|sword|swords|syringe|table|table-2|table-cells-merge|table-cells-split|table-columns-split|table-of-contents|table-properties|table-rows-split|tablet|tablet-smartphone|tablets|tag|tags|tally-1|tally-2|tally-3|tally-4|tally-5|tangent|target|telescope|tent|tent-tree|terminal|test-tube|test-tube-diagonal|test-tubes|text|text-cursor|text-cursor-input|text-quote|text-search|text-select|theater|thermometer|thermometer-snowflake|thermometer-sun|thumbs-down|thumbs-up|ticket|ticket-check|ticket-minus|ticket-percent|ticket-plus|ticket-slash|ticket-x|tickets|tickets-plane|timer|timer-off|timer-reset|toggle-left|toggle-right|toilet|tool-case|tornado|torus|touchpad|touchpad-off|tower-control|toy-brick|tractor|traffic-cone|train-front|train-front-tunnel|train-track|tram-front|transgender|trash|trash-2|tree-deciduous|tree-palm|tree-pine|trees|trello|trending-down|trending-up|trending-up-down|triangle|triangle-alert|triangle-dashed|triangle-right|trophy|truck|truck-electric|turkish-lira|turntable|turtle|tv|tv-minimal|tv-minimal-play|twitch|twitter|type|type-outline|umbrella|umbrella-off|underline|undo|undo-2|undo-dot|unfold-horizontal|unfold-vertical|ungroup|university|unlink|unlink-2|unplug|upload|usb|user|user-check|user-cog|user-lock|user-minus|user-pen|user-plus|user-round|user-round-check|user-round-cog|user-round-minus|user-round-pen|user-round-plus|user-round-search|user-round-x|user-search|user-star|user-x|users|users-round|utensils|utensils-crossed|utility-pole|variable|vault|vector-square|vegan|venetian-mask|venus|venus-and-mars|vibrate|vibrate-off|video|video-off|videotape|view|voicemail|volleyball|volume|volume-1|volume-2|volume-off|volume-x|vote|wallet|wallet-cards|wallet-minimal|wallpaper|wand|wand-sparkles|warehouse|washing-machine|watch|waves|waves-ladder|waypoints|webcam|webhook|webhook-off|weight|wheat|wheat-off|whole-word|wifi|wifi-cog|wifi-high|wifi-low|wifi-off|wifi-pen|wifi-sync|wifi-zero|wind|wind-arrow-down|wine|wine-off|workflow|worm|wrap-text|wrench|x|youtube|zap|zap-off|zoom-in|zoom-out)$/]",
        "message": "<Interface4> property1 must be one of 'a-arrow-down' | 'a-arrow-up' | 'a-large-small' | 'accessibility' | 'activity' | 'air-vent' | 'airplay' | 'alarm-clock' | 'alarm-clock-check' | 'alarm-clock-minus' | 'alarm-clock-off' | 'alarm-clock-plus' | 'alarm-smoke' | 'album' | 'align-center' | 'align-center-horizontal' | 'align-center-vertical' | 'align-end-horizontal' | 'align-end-vertical' | 'align-horizontal-distribute-center' | 'align-horizontal-distribute-end' | 'align-horizontal-distribute-start' | 'align-horizontal-justify-center' | 'align-horizontal-justify-end' | 'align-horizontal-justify-start' | 'align-horizontal-space-around' | 'align-horizontal-space-between' | 'align-justify' | 'align-left' | 'align-right' | 'align-start-horizontal' | 'align-start-vertical' | 'align-vertical-distribute-center' | 'align-vertical-distribute-end' | 'align-vertical-distribute-start' | 'align-vertical-justify-center' | 'align-vertical-justify-end' | 'align-vertical-justify-start' | 'align-vertical-space-around' | 'align-vertical-space-between' | 'ambulance' | 'ampersand' | 'ampersands' | 'amphora' | 'anchor' | 'angry' | 'annoyed' | 'antenna' | 'anvil' | 'aperture' | 'app-window' | 'app-window-mac' | 'apple' | 'archive' | 'archive-restore' | 'archive-x' | 'armchair' | 'arrow-big-down' | 'arrow-big-down-dash' | 'arrow-big-left' | 'arrow-big-left-dash' | 'arrow-big-right' | 'arrow-big-right-dash' | 'arrow-big-up' | 'arrow-big-up-dash' | 'arrow-down' | 'arrow-down-0-1' | 'arrow-down-1-0' | 'arrow-down-a-z' | 'arrow-down-from-line' | 'arrow-down-left' | 'arrow-down-narrow-wide' | 'arrow-down-right' | 'arrow-down-to-dot' | 'arrow-down-to-line' | 'arrow-down-up' | 'arrow-down-wide-narrow' | 'arrow-down-z-a' | 'arrow-left' | 'arrow-left-from-line' | 'arrow-left-right' | 'arrow-left-to-line' | 'arrow-right' | 'arrow-right-from-line' | 'arrow-right-left' | 'arrow-right-to-line' | 'arrow-up' | 'arrow-up-0-1' | 'arrow-up-1-0' | 'arrow-up-a-z' | 'arrow-up-down' | 'arrow-up-from-dot' | 'arrow-up-from-line' | 'arrow-up-left' | 'arrow-up-narrow-wide' | 'arrow-up-right' | 'arrow-up-to-line' | 'arrow-up-wide-narrow' | 'arrow-up-z-a' | 'arrows-up-from-line' | 'asterisk' | 'at-sign' | 'atom' | 'audio-lines' | 'audio-waveform' | 'award' | 'axe' | 'axis-3d' | 'baby' | 'backpack' | 'badge' | 'badge-alert' | 'badge-cent' | 'badge-check' | 'badge-dollar-sign' | 'badge-euro' | 'badge-indian-rupee' | 'badge-info' | 'badge-japanese-yen' | 'badge-minus' | 'badge-percent' | 'badge-plus' | 'badge-pound-sterling' | 'badge-question-mark' | 'badge-russian-ruble' | 'badge-swiss-franc' | 'badge-turkish-lira' | 'badge-x' | 'baggage-claim' | 'ban' | 'banana' | 'bandage' | 'banknote' | 'banknote-arrow-down' | 'banknote-arrow-up' | 'banknote-x' | 'barcode' | 'barrel' | 'baseline' | 'bath' | 'battery' | 'battery-charging' | 'battery-full' | 'battery-low' | 'battery-medium' | 'battery-plus' | 'battery-warning' | 'beaker' | 'bean' | 'bean-off' | 'bed' | 'bed-double' | 'bed-single' | 'beef' | 'beer' | 'beer-off' | 'bell' | 'bell-dot' | 'bell-electric' | 'bell-minus' | 'bell-off' | 'bell-plus' | 'bell-ring' | 'between-horizontal-end' | 'between-horizontal-start' | 'between-vertical-end' | 'between-vertical-start' | 'biceps-flexed' | 'bike' | 'binary' | 'binoculars' | 'biohazard' | 'bird' | 'bitcoin' | 'blend' | 'blinds' | 'blocks' | 'bluetooth' | 'bluetooth-connected' | 'bluetooth-off' | 'bluetooth-searching' | 'bold' | 'bolt' | 'bomb' | 'bone' | 'book' | 'book-a' | 'book-alert' | 'book-audio' | 'book-check' | 'book-copy' | 'book-dashed' | 'book-down' | 'book-headphones' | 'book-heart' | 'book-image' | 'book-key' | 'book-lock' | 'book-marked' | 'book-minus' | 'book-open' | 'book-open-check' | 'book-open-text' | 'book-plus' | 'book-text' | 'book-type' | 'book-up' | 'book-up-2' | 'book-user' | 'book-x' | 'bookmark' | 'bookmark-check' | 'bookmark-minus' | 'bookmark-plus' | 'bookmark-x' | 'boom-box' | 'bot' | 'bot-message-square' | 'bot-off' | 'bottle-wine' | 'bow-arrow' | 'box' | 'boxes' | 'braces' | 'brackets' | 'brain' | 'brain-circuit' | 'brain-cog' | 'brick-wall' | 'brick-wall-fire' | 'briefcase' | 'briefcase-business' | 'briefcase-conveyor-belt' | 'briefcase-medical' | 'bring-to-front' | 'brush' | 'brush-cleaning' | 'bubbles' | 'bug' | 'bug-off' | 'bug-play' | 'building' | 'building-2' | 'bus' | 'bus-front' | 'cable' | 'cable-car' | 'cake' | 'cake-slice' | 'calculator' | 'calendar' | 'calendar-1' | 'calendar-arrow-down' | 'calendar-arrow-up' | 'calendar-check' | 'calendar-check-2' | 'calendar-clock' | 'calendar-cog' | 'calendar-days' | 'calendar-fold' | 'calendar-heart' | 'calendar-minus' | 'calendar-minus-2' | 'calendar-off' | 'calendar-plus' | 'calendar-plus-2' | 'calendar-range' | 'calendar-search' | 'calendar-sync' | 'calendar-x' | 'calendar-x-2' | 'camera' | 'camera-off' | 'candy' | 'candy-cane' | 'candy-off' | 'cannabis' | 'captions' | 'captions-off' | 'car' | 'car-front' | 'car-taxi-front' | 'caravan' | 'card-sim' | 'carrot' | 'case-lower' | 'case-sensitive' | 'case-upper' | 'cassette-tape' | 'cast' | 'castle' | 'cat' | 'cctv' | 'chart-area' | 'chart-bar' | 'chart-bar-big' | 'chart-bar-decreasing' | 'chart-bar-increasing' | 'chart-bar-stacked' | 'chart-candlestick' | 'chart-column' | 'chart-column-big' | 'chart-column-decreasing' | 'chart-column-increasing' | 'chart-column-stacked' | 'chart-gantt' | 'chart-line' | 'chart-network' | 'chart-no-axes-column' | 'chart-no-axes-column-decreasing' | 'chart-no-axes-column-increasing' | 'chart-no-axes-combined' | 'chart-no-axes-gantt' | 'chart-pie' | 'chart-scatter' | 'chart-spline' | 'check' | 'check-check' | 'check-line' | 'chef-hat' | 'cherry' | 'chevron-down' | 'chevron-first' | 'chevron-last' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevrons-down' | 'chevrons-down-up' | 'chevrons-left' | 'chevrons-left-right' | 'chevrons-left-right-ellipsis' | 'chevrons-right' | 'chevrons-right-left' | 'chevrons-up' | 'chevrons-up-down' | 'chrome' | 'church' | 'cigarette' | 'cigarette-off' | 'circle' | 'circle-alert' | 'circle-arrow-down' | 'circle-arrow-left' | 'circle-arrow-out-down-left' | 'circle-arrow-out-down-right' | 'circle-arrow-out-up-left' | 'circle-arrow-out-up-right' | 'circle-arrow-right' | 'circle-arrow-up' | 'circle-check' | 'circle-check-big' | 'circle-chevron-down' | 'circle-chevron-left' | 'circle-chevron-right' | 'circle-chevron-up' | 'circle-dashed' | 'circle-divide' | 'circle-dollar-sign' | 'circle-dot' | 'circle-dot-dashed' | 'circle-ellipsis' | 'circle-equal' | 'circle-fading-arrow-up' | 'circle-fading-plus' | 'circle-gauge' | 'circle-minus' | 'circle-off' | 'circle-parking' | 'circle-parking-off' | 'circle-pause' | 'circle-percent' | 'circle-play' | 'circle-plus' | 'circle-pound-sterling' | 'circle-power' | 'circle-question-mark' | 'circle-slash' | 'circle-slash-2' | 'circle-small' | 'circle-stop' | 'circle-user' | 'circle-user-round' | 'circle-x' | 'circuit-board' | 'citrus' | 'clapperboard' | 'clipboard' | 'clipboard-check' | 'clipboard-clock' | 'clipboard-copy' | 'clipboard-list' | 'clipboard-minus' | 'clipboard-paste' | 'clipboard-pen' | 'clipboard-pen-line' | 'clipboard-plus' | 'clipboard-type' | 'clipboard-x' | 'clock' | 'clock-1' | 'clock-10' | 'clock-11' | 'clock-12' | 'clock-2' | 'clock-3' | 'clock-4' | 'clock-5' | 'clock-6' | 'clock-7' | 'clock-8' | 'clock-9' | 'clock-alert' | 'clock-arrow-down' | 'clock-arrow-up' | 'clock-fading' | 'clock-plus' | 'closed-caption' | 'cloud' | 'cloud-alert' | 'cloud-check' | 'cloud-cog' | 'cloud-download' | 'cloud-drizzle' | 'cloud-fog' | 'cloud-hail' | 'cloud-lightning' | 'cloud-moon' | 'cloud-moon-rain' | 'cloud-off' | 'cloud-rain' | 'cloud-rain-wind' | 'cloud-snow' | 'cloud-sun' | 'cloud-sun-rain' | 'cloud-upload' | 'cloudy' | 'clover' | 'club' | 'code' | 'code-xml' | 'codepen' | 'codesandbox' | 'coffee' | 'cog' | 'coins' | 'columns-2' | 'columns-3' | 'columns-3-cog' | 'columns-4' | 'combine' | 'command' | 'compass' | 'component' | 'computer' | 'concierge-bell' | 'cone' | 'construction' | 'contact' | 'contact-round' | 'container' | 'contrast' | 'cookie' | 'cooking-pot' | 'copy' | 'copy-check' | 'copy-minus' | 'copy-plus' | 'copy-slash' | 'copy-x' | 'copyleft' | 'copyright' | 'corner-down-left' | 'corner-down-right' | 'corner-left-down' | 'corner-left-up' | 'corner-right-down' | 'corner-right-up' | 'corner-up-left' | 'corner-up-right' | 'cpu' | 'creative-commons' | 'credit-card' | 'croissant' | 'crop' | 'cross' | 'crosshair' | 'crown' | 'cuboid' | 'cup-soda' | 'currency' | 'cylinder' | 'dam' | 'database' | 'database-backup' | 'database-zap' | 'decimals-arrow-left' | 'decimals-arrow-right' | 'delete' | 'dessert' | 'diameter' | 'diamond' | 'diamond-minus' | 'diamond-percent' | 'diamond-plus' | 'dice-1' | 'dice-2' | 'dice-3' | 'dice-4' | 'dice-5' | 'dice-6' | 'dices' | 'diff' | 'disc' | 'disc-2' | 'disc-3' | 'disc-album' | 'divide' | 'dna' | 'dna-off' | 'dock' | 'dog' | 'dollar-sign' | 'donut' | 'door-closed' | 'door-closed-locked' | 'door-open' | 'dot' | 'download' | 'drafting-compass' | 'drama' | 'dribbble' | 'drill' | 'drone' | 'droplet' | 'droplet-off' | 'droplets' | 'drum' | 'drumstick' | 'dumbbell' | 'ear' | 'ear-off' | 'earth' | 'earth-lock' | 'eclipse' | 'egg' | 'egg-fried' | 'egg-off' | 'ellipsis' | 'ellipsis-vertical' | 'equal' | 'equal-approximately' | 'equal-not' | 'eraser' | 'ethernet-port' | 'euro' | 'expand' | 'external-link' | 'eye' | 'eye-closed' | 'eye-off' | 'facebook' | 'factory' | 'fan' | 'fast-forward' | 'feather' | 'fence' | 'ferris-wheel' | 'figma' | 'file' | 'file-archive' | 'file-audio' | 'file-audio-2' | 'file-axis-3d' | 'file-badge' | 'file-badge-2' | 'file-box' | 'file-chart-column' | 'file-chart-column-increasing' | 'file-chart-line' | 'file-chart-pie' | 'file-check' | 'file-check-2' | 'file-clock' | 'file-code' | 'file-code-2' | 'file-cog' | 'file-diff' | 'file-digit' | 'file-down' | 'file-heart' | 'file-image' | 'file-input' | 'file-json' | 'file-json-2' | 'file-key' | 'file-key-2' | 'file-lock' | 'file-lock-2' | 'file-minus' | 'file-minus-2' | 'file-music' | 'file-output' | 'file-pen' | 'file-pen-line' | 'file-play' | 'file-plus' | 'file-plus-2' | 'file-question-mark' | 'file-scan' | 'file-search' | 'file-search-2' | 'file-sliders' | 'file-spreadsheet' | 'file-stack' | 'file-symlink' | 'file-terminal' | 'file-text' | 'file-type' | 'file-type-2' | 'file-up' | 'file-user' | 'file-video-camera' | 'file-volume' | 'file-volume-2' | 'file-warning' | 'file-x' | 'file-x-2' | 'files' | 'film' | 'fingerprint' | 'fire-extinguisher' | 'fish' | 'fish-off' | 'fish-symbol' | 'flag' | 'flag-off' | 'flag-triangle-left' | 'flag-triangle-right' | 'flame' | 'flame-kindling' | 'flashlight' | 'flashlight-off' | 'flask-conical' | 'flask-conical-off' | 'flask-round' | 'flip-horizontal' | 'flip-horizontal-2' | 'flip-vertical' | 'flip-vertical-2' | 'flower' | 'flower-2' | 'focus' | 'fold-horizontal' | 'fold-vertical' | 'folder' | 'folder-archive' | 'folder-check' | 'folder-clock' | 'folder-closed' | 'folder-code' | 'folder-cog' | 'folder-dot' | 'folder-down' | 'folder-git' | 'folder-git-2' | 'folder-heart' | 'folder-input' | 'folder-kanban' | 'folder-key' | 'folder-lock' | 'folder-minus' | 'folder-open' | 'folder-open-dot' | 'folder-output' | 'folder-pen' | 'folder-plus' | 'folder-root' | 'folder-search' | 'folder-search-2' | 'folder-symlink' | 'folder-sync' | 'folder-tree' | 'folder-up' | 'folder-x' | 'folders' | 'footprints' | 'forklift' | 'forward' | 'frame' | 'framer' | 'frown' | 'fuel' | 'fullscreen' | 'funnel' | 'funnel-plus' | 'funnel-x' | 'gallery-horizontal' | 'gallery-horizontal-end' | 'gallery-thumbnails' | 'gallery-vertical' | 'gallery-vertical-end' | 'gamepad' | 'gamepad-2' | 'gauge' | 'gavel' | 'gem' | 'georgian-lari' | 'ghost' | 'gift' | 'git-branch' | 'git-branch-plus' | 'git-commit-horizontal' | 'git-commit-vertical' | 'git-compare' | 'git-compare-arrows' | 'git-fork' | 'git-graph' | 'git-merge' | 'git-pull-request' | 'git-pull-request-arrow' | 'git-pull-request-closed' | 'git-pull-request-create' | 'git-pull-request-create-arrow' | 'git-pull-request-draft' | 'github' | 'gitlab' | 'glass-water' | 'glasses' | 'globe' | 'globe-lock' | 'goal' | 'gpu' | 'graduation-cap' | 'grape' | 'grid-2x2' | 'grid-2x2-check' | 'grid-2x2-plus' | 'grid-2x2-x' | 'grid-3x2' | 'grid-3x3' | 'grip' | 'grip-horizontal' | 'grip-vertical' | 'group' | 'guitar' | 'ham' | 'hamburger' | 'hammer' | 'hand' | 'hand-coins' | 'hand-fist' | 'hand-grab' | 'hand-heart' | 'hand-helping' | 'hand-metal' | 'hand-platter' | 'handbag' | 'handshake' | 'hard-drive' | 'hard-drive-download' | 'hard-drive-upload' | 'hard-hat' | 'hash' | 'hat-glasses' | 'haze' | 'hdmi-port' | 'heading' | 'heading-1' | 'heading-2' | 'heading-3' | 'heading-4' | 'heading-5' | 'heading-6' | 'headphone-off' | 'headphones' | 'headset' | 'heart' | 'heart-crack' | 'heart-handshake' | 'heart-minus' | 'heart-off' | 'heart-plus' | 'heart-pulse' | 'heater' | 'hexagon' | 'highlighter' | 'history' | 'hop' | 'hop-off' | 'hospital' | 'hotel' | 'hourglass' | 'house' | 'house-plug' | 'house-plus' | 'house-wifi' | 'ice-cream-bowl' | 'ice-cream-cone' | 'id-card' | 'id-card-lanyard' | 'image' | 'image-down' | 'image-minus' | 'image-off' | 'image-play' | 'image-plus' | 'image-up' | 'image-upscale' | 'images' | 'import' | 'inbox' | 'indent-decrease' | 'indent-increase' | 'indian-rupee' | 'infinity' | 'info' | 'inspection-panel' | 'instagram' | 'italic' | 'iteration-ccw' | 'iteration-cw' | 'japanese-yen' | 'joystick' | 'kanban' | 'key' | 'key-round' | 'key-square' | 'keyboard' | 'keyboard-music' | 'keyboard-off' | 'lamp' | 'lamp-ceiling' | 'lamp-desk' | 'lamp-floor' | 'lamp-wall-down' | 'lamp-wall-up' | 'land-plot' | 'landmark' | 'languages' | 'laptop' | 'laptop-minimal' | 'laptop-minimal-check' | 'lasso' | 'lasso-select' | 'laugh' | 'layers' | 'layers-2' | 'layout-dashboard' | 'layout-grid' | 'layout-list' | 'layout-panel-left' | 'layout-panel-top' | 'layout-template' | 'leaf' | 'leafy-green' | 'lectern' | 'letter-text' | 'library' | 'library-big' | 'life-buoy' | 'ligature' | 'lightbulb' | 'lightbulb-off' | 'line-squiggle' | 'link' | 'link-2' | 'link-2-off' | 'linkedin' | 'list' | 'list-check' | 'list-checks' | 'list-collapse' | 'list-end' | 'list-filter' | 'list-filter-plus' | 'list-minus' | 'list-music' | 'list-ordered' | 'list-plus' | 'list-restart' | 'list-start' | 'list-todo' | 'list-tree' | 'list-video' | 'list-x' | 'loader' | 'loader-circle' | 'loader-pinwheel' | 'locate' | 'locate-fixed' | 'locate-off' | 'lock' | 'lock-keyhole' | 'lock-keyhole-open' | 'lock-open' | 'log-in' | 'log-out' | 'logs' | 'lollipop' | 'luggage' | 'magnet' | 'mail' | 'mail-check' | 'mail-minus' | 'mail-open' | 'mail-plus' | 'mail-question-mark' | 'mail-search' | 'mail-warning' | 'mail-x' | 'mailbox' | 'mails' | 'map' | 'map-minus' | 'map-pin' | 'map-pin-check' | 'map-pin-check-inside' | 'map-pin-house' | 'map-pin-minus' | 'map-pin-minus-inside' | 'map-pin-off' | 'map-pin-pen' | 'map-pin-plus' | 'map-pin-plus-inside' | 'map-pin-x' | 'map-pin-x-inside' | 'map-pinned' | 'map-plus' | 'mars' | 'mars-stroke' | 'martini' | 'maximize' | 'maximize-2' | 'medal' | 'megaphone' | 'megaphone-off' | 'meh' | 'memory-stick' | 'menu' | 'merge' | 'message-circle' | 'message-circle-code' | 'message-circle-dashed' | 'message-circle-heart' | 'message-circle-more' | 'message-circle-off' | 'message-circle-plus' | 'message-circle-question-mark' | 'message-circle-reply' | 'message-circle-warning' | 'message-circle-x' | 'message-square' | 'message-square-code' | 'message-square-dashed' | 'message-square-diff' | 'message-square-dot' | 'message-square-heart' | 'message-square-lock' | 'message-square-more' | 'message-square-off' | 'message-square-plus' | 'message-square-quote' | 'message-square-reply' | 'message-square-share' | 'message-square-text' | 'message-square-warning' | 'message-square-x' | 'messages-square' | 'mic' | 'mic-off' | 'mic-vocal' | 'microchip' | 'microscope' | 'microwave' | 'milestone' | 'milk' | 'milk-off' | 'minimize' | 'minimize-2' | 'minus' | 'monitor' | 'monitor-check' | 'monitor-cog' | 'monitor-dot' | 'monitor-down' | 'monitor-off' | 'monitor-pause' | 'monitor-play' | 'monitor-smartphone' | 'monitor-speaker' | 'monitor-stop' | 'monitor-up' | 'monitor-x' | 'moon' | 'moon-star' | 'mountain' | 'mountain-snow' | 'mouse' | 'mouse-off' | 'mouse-pointer' | 'mouse-pointer-2' | 'mouse-pointer-ban' | 'mouse-pointer-click' | 'move' | 'move-3d' | 'move-diagonal' | 'move-diagonal-2' | 'move-down' | 'move-down-left' | 'move-down-right' | 'move-horizontal' | 'move-left' | 'move-right' | 'move-up' | 'move-up-left' | 'move-up-right' | 'move-vertical' | 'music' | 'music-2' | 'music-3' | 'music-4' | 'navigation' | 'navigation-2' | 'navigation-2-off' | 'navigation-off' | 'network' | 'newspaper' | 'nfc' | 'non-binary' | 'notebook' | 'notebook-pen' | 'notebook-tabs' | 'notebook-text' | 'notepad-text' | 'notepad-text-dashed' | 'nut' | 'nut-off' | 'octagon' | 'octagon-alert' | 'octagon-minus' | 'octagon-pause' | 'octagon-x' | 'omega' | 'option' | 'orbit' | 'origami' | 'package' | 'package-2' | 'package-check' | 'package-minus' | 'package-open' | 'package-plus' | 'package-search' | 'package-x' | 'paint-bucket' | 'paint-roller' | 'paintbrush' | 'paintbrush-vertical' | 'palette' | 'panda' | 'panel-bottom' | 'panel-bottom-close' | 'panel-bottom-dashed' | 'panel-bottom-open' | 'panel-left' | 'panel-left-close' | 'panel-left-dashed' | 'panel-left-open' | 'panel-right' | 'panel-right-close' | 'panel-right-dashed' | 'panel-right-open' | 'panel-top' | 'panel-top-close' | 'panel-top-dashed' | 'panel-top-open' | 'panels-left-bottom' | 'panels-right-bottom' | 'panels-top-left' | 'paperclip' | 'parentheses' | 'parking-meter' | 'party-popper' | 'pause' | 'paw-print' | 'pc-case' | 'pen' | 'pen-line' | 'pen-off' | 'pen-tool' | 'pencil' | 'pencil-line' | 'pencil-off' | 'pencil-ruler' | 'pentagon' | 'percent' | 'person-standing' | 'philippine-peso' | 'phone' | 'phone-call' | 'phone-forwarded' | 'phone-incoming' | 'phone-missed' | 'phone-off' | 'phone-outgoing' | 'pi' | 'piano' | 'pickaxe' | 'picture-in-picture' | 'picture-in-picture-2' | 'piggy-bank' | 'pilcrow' | 'pilcrow-left' | 'pilcrow-right' | 'pill' | 'pill-bottle' | 'pin' | 'pin-off' | 'pipette' | 'pizza' | 'plane' | 'plane-landing' | 'plane-takeoff' | 'play' | 'plug' | 'plug-2' | 'plug-zap' | 'plus' | 'pocket' | 'pocket-knife' | 'podcast' | 'pointer' | 'pointer-off' | 'popcorn' | 'popsicle' | 'pound-sterling' | 'power' | 'power-off' | 'presentation' | 'printer' | 'printer-check' | 'projector' | 'proportions' | 'puzzle' | 'pyramid' | 'qr-code' | 'quote' | 'rabbit' | 'radar' | 'radiation' | 'radical' | 'radio' | 'radio-receiver' | 'radio-tower' | 'radius' | 'rail-symbol' | 'rainbow' | 'rat' | 'ratio' | 'receipt' | 'receipt-cent' | 'receipt-euro' | 'receipt-indian-rupee' | 'receipt-japanese-yen' | 'receipt-pound-sterling' | 'receipt-russian-ruble' | 'receipt-swiss-franc' | 'receipt-text' | 'receipt-turkish-lira' | 'rectangle-circle' | 'rectangle-ellipsis' | 'rectangle-goggles' | 'rectangle-horizontal' | 'rectangle-vertical' | 'recycle' | 'redo' | 'redo-2' | 'redo-dot' | 'refresh-ccw' | 'refresh-ccw-dot' | 'refresh-cw' | 'refresh-cw-off' | 'refrigerator' | 'regex' | 'remove-formatting' | 'repeat' | 'repeat-1' | 'repeat-2' | 'replace' | 'replace-all' | 'reply' | 'reply-all' | 'rewind' | 'ribbon' | 'rocket' | 'rocking-chair' | 'roller-coaster' | 'rotate-3d' | 'rotate-ccw' | 'rotate-ccw-key' | 'rotate-ccw-square' | 'rotate-cw' | 'rotate-cw-square' | 'route' | 'route-off' | 'router' | 'rows-2' | 'rows-3' | 'rows-4' | 'rss' | 'ruler' | 'ruler-dimension-line' | 'russian-ruble' | 'sailboat' | 'salad' | 'sandwich' | 'satellite' | 'satellite-dish' | 'saudi-riyal' | 'save' | 'save-all' | 'save-off' | 'scale' | 'scale-3d' | 'scaling' | 'scan' | 'scan-barcode' | 'scan-eye' | 'scan-face' | 'scan-heart' | 'scan-line' | 'scan-qr-code' | 'scan-search' | 'scan-text' | 'school' | 'scissors' | 'scissors-line-dashed' | 'screen-share' | 'screen-share-off' | 'scroll' | 'scroll-text' | 'search' | 'search-check' | 'search-code' | 'search-slash' | 'search-x' | 'section' | 'send' | 'send-horizontal' | 'send-to-back' | 'separator-horizontal' | 'separator-vertical' | 'server' | 'server-cog' | 'server-crash' | 'server-off' | 'settings' | 'settings-2' | 'shapes' | 'share' | 'share-2' | 'sheet' | 'shell' | 'shield' | 'shield-alert' | 'shield-ban' | 'shield-check' | 'shield-ellipsis' | 'shield-half' | 'shield-minus' | 'shield-off' | 'shield-plus' | 'shield-question-mark' | 'shield-user' | 'shield-x' | 'ship' | 'ship-wheel' | 'shirt' | 'shopping-bag' | 'shopping-basket' | 'shopping-cart' | 'shovel' | 'shower-head' | 'shredder' | 'shrimp' | 'shrink' | 'shrub' | 'shuffle' | 'sigma' | 'signal' | 'signal-high' | 'signal-low' | 'signal-medium' | 'signal-zero' | 'signature' | 'signpost' | 'signpost-big' | 'siren' | 'skip-back' | 'skip-forward' | 'skull' | 'slack' | 'slash' | 'slice' | 'sliders-horizontal' | 'sliders-vertical' | 'smartphone' | 'smartphone-charging' | 'smartphone-nfc' | 'smile' | 'smile-plus' | 'snail' | 'snowflake' | 'soap-dispenser-droplet' | 'sofa' | 'soup' | 'space' | 'spade' | 'sparkle' | 'sparkles' | 'speaker' | 'speech' | 'spell-check' | 'spell-check-2' | 'spline' | 'spline-pointer' | 'split' | 'spool' | 'spotlight' | 'spray-can' | 'sprout' | 'square' | 'square-activity' | 'square-arrow-down' | 'square-arrow-down-left' | 'square-arrow-down-right' | 'square-arrow-left' | 'square-arrow-out-down-left' | 'square-arrow-out-down-right' | 'square-arrow-out-up-left' | 'square-arrow-out-up-right' | 'square-arrow-right' | 'square-arrow-up' | 'square-arrow-up-left' | 'square-arrow-up-right' | 'square-asterisk' | 'square-bottom-dashed-scissors' | 'square-chart-gantt' | 'square-check' | 'square-check-big' | 'square-chevron-down' | 'square-chevron-left' | 'square-chevron-right' | 'square-chevron-up' | 'square-code' | 'square-dashed' | 'square-dashed-bottom' | 'square-dashed-bottom-code' | 'square-dashed-kanban' | 'square-dashed-mouse-pointer' | 'square-dashed-top-solid' | 'square-divide' | 'square-dot' | 'square-equal' | 'square-function' | 'square-kanban' | 'square-library' | 'square-m' | 'square-menu' | 'square-minus' | 'square-mouse-pointer' | 'square-parking' | 'square-parking-off' | 'square-pause' | 'square-pen' | 'square-percent' | 'square-pi' | 'square-pilcrow' | 'square-play' | 'square-plus' | 'square-power' | 'square-radical' | 'square-round-corner' | 'square-scissors' | 'square-sigma' | 'square-slash' | 'square-split-horizontal' | 'square-split-vertical' | 'square-square' | 'square-stack' | 'square-stop' | 'square-terminal' | 'square-user' | 'square-user-round' | 'square-x' | 'squares-exclude' | 'squares-intersect' | 'squares-subtract' | 'squares-unite' | 'squircle' | 'squircle-dashed' | 'squirrel' | 'stamp' | 'star' | 'star-half' | 'star-off' | 'step-back' | 'step-forward' | 'stethoscope' | 'sticker' | 'sticky-note' | 'store' | 'stretch-horizontal' | 'stretch-vertical' | 'strikethrough' | 'subscript' | 'sun' | 'sun-dim' | 'sun-medium' | 'sun-moon' | 'sun-snow' | 'sunrise' | 'sunset' | 'superscript' | 'swatch-book' | 'swiss-franc' | 'switch-camera' | 'sword' | 'swords' | 'syringe' | 'table' | 'table-2' | 'table-cells-merge' | 'table-cells-split' | 'table-columns-split' | 'table-of-contents' | 'table-properties' | 'table-rows-split' | 'tablet' | 'tablet-smartphone' | 'tablets' | 'tag' | 'tags' | 'tally-1' | 'tally-2' | 'tally-3' | 'tally-4' | 'tally-5' | 'tangent' | 'target' | 'telescope' | 'tent' | 'tent-tree' | 'terminal' | 'test-tube' | 'test-tube-diagonal' | 'test-tubes' | 'text' | 'text-cursor' | 'text-cursor-input' | 'text-quote' | 'text-search' | 'text-select' | 'theater' | 'thermometer' | 'thermometer-snowflake' | 'thermometer-sun' | 'thumbs-down' | 'thumbs-up' | 'ticket' | 'ticket-check' | 'ticket-minus' | 'ticket-percent' | 'ticket-plus' | 'ticket-slash' | 'ticket-x' | 'tickets' | 'tickets-plane' | 'timer' | 'timer-off' | 'timer-reset' | 'toggle-left' | 'toggle-right' | 'toilet' | 'tool-case' | 'tornado' | 'torus' | 'touchpad' | 'touchpad-off' | 'tower-control' | 'toy-brick' | 'tractor' | 'traffic-cone' | 'train-front' | 'train-front-tunnel' | 'train-track' | 'tram-front' | 'transgender' | 'trash' | 'trash-2' | 'tree-deciduous' | 'tree-palm' | 'tree-pine' | 'trees' | 'trello' | 'trending-down' | 'trending-up' | 'trending-up-down' | 'triangle' | 'triangle-alert' | 'triangle-dashed' | 'triangle-right' | 'trophy' | 'truck' | 'truck-electric' | 'turkish-lira' | 'turntable' | 'turtle' | 'tv' | 'tv-minimal' | 'tv-minimal-play' | 'twitch' | 'twitter' | 'type' | 'type-outline' | 'umbrella' | 'umbrella-off' | 'underline' | 'undo' | 'undo-2' | 'undo-dot' | 'unfold-horizontal' | 'unfold-vertical' | 'ungroup' | 'university' | 'unlink' | 'unlink-2' | 'unplug' | 'upload' | 'usb' | 'user' | 'user-check' | 'user-cog' | 'user-lock' | 'user-minus' | 'user-pen' | 'user-plus' | 'user-round' | 'user-round-check' | 'user-round-cog' | 'user-round-minus' | 'user-round-pen' | 'user-round-plus' | 'user-round-search' | 'user-round-x' | 'user-search' | 'user-star' | 'user-x' | 'users' | 'users-round' | 'utensils' | 'utensils-crossed' | 'utility-pole' | 'variable' | 'vault' | 'vector-square' | 'vegan' | 'venetian-mask' | 'venus' | 'venus-and-mars' | 'vibrate' | 'vibrate-off' | 'video' | 'video-off' | 'videotape' | 'view' | 'voicemail' | 'volleyball' | 'volume' | 'volume-1' | 'volume-2' | 'volume-off' | 'volume-x' | 'vote' | 'wallet' | 'wallet-cards' | 'wallet-minimal' | 'wallpaper' | 'wand' | 'wand-sparkles' | 'warehouse' | 'washing-machine' | 'watch' | 'waves' | 'waves-ladder' | 'waypoints' | 'webcam' | 'webhook' | 'webhook-off' | 'weight' | 'wheat' | 'wheat-off' | 'whole-word' | 'wifi' | 'wifi-cog' | 'wifi-high' | 'wifi-low' | 'wifi-off' | 'wifi-pen' | 'wifi-sync' | 'wifi-zero' | 'wind' | 'wind-arrow-down' | 'wine' | 'wine-off' | 'workflow' | 'worm' | 'wrap-text' | 'wrench' | 'x' | 'youtube' | 'zap' | 'zap-off' | 'zoom-in' | 'zoom-out'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Interface8'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|property1|key|ref|className|style|children)$/]",
        "message": "<Interface8> doesn't accept that prop. Declared props: className, style, property1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Interface8'] > JSXAttribute[name.name='property1'] > Literal[value!=/^(?:a-arrow-down|a-arrow-up|a-large-small|accessibility|activity|air-vent|airplay|alarm-clock|alarm-clock-check|alarm-clock-minus|alarm-clock-off|alarm-clock-plus|alarm-smoke|album|align-center|align-center-horizontal|align-center-vertical|align-end-horizontal|align-end-vertical|align-horizontal-distribute-center|align-horizontal-distribute-end|align-horizontal-distribute-start|align-horizontal-justify-center|align-horizontal-justify-end|align-horizontal-justify-start|align-horizontal-space-around|align-horizontal-space-between|align-justify|align-left|align-right|align-start-horizontal|align-start-vertical|align-vertical-distribute-center|align-vertical-distribute-end|align-vertical-distribute-start|align-vertical-justify-center|align-vertical-justify-end|align-vertical-justify-start|align-vertical-space-around|align-vertical-space-between|ambulance|ampersand|ampersands|amphora|anchor|angry|annoyed|antenna|anvil|aperture|app-window|app-window-mac|apple|archive|archive-restore|archive-x|armchair|arrow-big-down|arrow-big-down-dash|arrow-big-left|arrow-big-left-dash|arrow-big-right|arrow-big-right-dash|arrow-big-up|arrow-big-up-dash|arrow-down|arrow-down-0-1|arrow-down-1-0|arrow-down-a-z|arrow-down-from-line|arrow-down-left|arrow-down-narrow-wide|arrow-down-right|arrow-down-to-dot|arrow-down-to-line|arrow-down-up|arrow-down-wide-narrow|arrow-down-z-a|arrow-left|arrow-left-from-line|arrow-left-right|arrow-left-to-line|arrow-right|arrow-right-from-line|arrow-right-left|arrow-right-to-line|arrow-up|arrow-up-0-1|arrow-up-1-0|arrow-up-a-z|arrow-up-down|arrow-up-from-dot|arrow-up-from-line|arrow-up-left|arrow-up-narrow-wide|arrow-up-right|arrow-up-to-line|arrow-up-wide-narrow|arrow-up-z-a|arrows-up-from-line|asterisk|at-sign|atom|audio-lines|audio-waveform|award|axe|axis-3d|baby|backpack|badge|badge-alert|badge-cent|badge-check|badge-dollar-sign|badge-euro|badge-indian-rupee|badge-info|badge-japanese-yen|badge-minus|badge-percent|badge-plus|badge-pound-sterling|badge-question-mark|badge-russian-ruble|badge-swiss-franc|badge-turkish-lira|badge-x|baggage-claim|ban|banana|bandage|banknote|banknote-arrow-down|banknote-arrow-up|banknote-x|barcode|barrel|baseline|bath|battery|battery-charging|battery-full|battery-low|battery-medium|battery-plus|battery-warning|beaker|bean|bean-off|bed|bed-double|bed-single|beef|beer|beer-off|bell|bell-dot|bell-electric|bell-minus|bell-off|bell-plus|bell-ring|between-horizontal-end|between-horizontal-start|between-vertical-end|between-vertical-start|biceps-flexed|bike|binary|binoculars|biohazard|bird|bitcoin|blend|blinds|blocks|bluetooth|bluetooth-connected|bluetooth-off|bluetooth-searching|bold|bolt|bomb|bone|book|book-a|book-alert|book-audio|book-check|book-copy|book-dashed|book-down|book-headphones|book-heart|book-image|book-key|book-lock|book-marked|book-minus|book-open|book-open-check|book-open-text|book-plus|book-text|book-type|book-up|book-up-2|book-user|book-x|bookmark|bookmark-minus|bookmark-plus|bookmark-x|boom-box|bot|bot-message-square|bot-off|bottle-wine|bow-arrow|box|boxes|braces|brackets|brain|brain-circuit|brain-cog|brick-wall|brick-wall-fire|briefcase|briefcase-business|briefcase-conveyor-belt|briefcase-medical|bring-to-front|brush|brush-cleaning|bubbles|bug|bug-off|bug-play|building|building-2|bus|bus-front|cable|cable-car|cake|cake-slice|calculator|calendar|calendar-1|calendar-arrow-down|calendar-arrow-up|calendar-check|calendar-check-2|calendar-clock|calendar-cog|calendar-days|calendar-fold|calendar-heart|calendar-minus|calendar-minus-2|calendar-off|calendar-plus|calendar-plus-2|calendar-range|calendar-search|calendar-sync|calendar-x|calendar-x-2|camera|camera-off|candy|candy-cane|candy-off|cannabis|captions|captions-off|car|car-front|car-taxi-front|caravan|card-sim|carrot|case-lower|case-sensitive|case-upper|cassette-tape|cast|castle|cat|cctv|chart-area|chart-bar|chart-bar-big|chart-bar-decreasing|chart-bar-increasing|chart-bar-stacked|chart-candlestick|chart-column|chart-column-big|chart-column-decreasing|chart-column-increasing|chart-column-stacked|chart-gantt|chart-line|chart-network|chart-no-axes-column|chart-no-axes-column-decreasing|chart-no-axes-column-increasing|chart-no-axes-combined|chart-no-axes-gantt|chart-pie|chart-scatter|chart-spline|check|check-check|check-line|chef-hat|cherry|chevron-down|chevron-first|chevron-last|chevron-left|chevron-right|chevron-up|chevrons-down|chevrons-down-up|chevrons-left|chevrons-left-right|chevrons-left-right-ellipsis|chevrons-right|chevrons-right-left|chevrons-up|chevrons-up-down|chrome|church|cigarette|cigarette-off|circle|circle-alert|circle-arrow-down|circle-arrow-left|circle-arrow-out-down-left|circle-arrow-out-down-right|circle-arrow-out-up-left|circle-arrow-out-up-right|circle-arrow-right|circle-arrow-up|circle-check|circle-check-big|circle-chevron-down|circle-chevron-left|circle-chevron-right|circle-chevron-up|circle-dashed|circle-divide|circle-dollar-sign|circle-dot|circle-dot-dashed|circle-ellipsis|circle-equal|circle-fading-arrow-up|circle-fading-plus|circle-gauge|circle-minus|circle-off|circle-parking|circle-parking-off|circle-pause|circle-percent|circle-play|circle-plus|circle-pound-sterling|circle-power|circle-question-mark|circle-slash|circle-slash-2|circle-small|circle-stop|circle-user|circle-user-round|circle-x|circuit-board|citrus|clapperboard|clipboard|clipboard-check|clipboard-clock|clipboard-copy|clipboard-list|clipboard-minus|clipboard-paste|clipboard-pen|clipboard-pen-line|clipboard-plus|clipboard-type|clipboard-x|clock|clock-1|clock-10|clock-11|clock-12|clock-2|clock-3|clock-4|clock-5|clock-6|clock-7|clock-8|clock-9|clock-alert|clock-arrow-down|clock-arrow-up|clock-fading|clock-plus|closed-caption|cloud|cloud-alert|cloud-check|cloud-cog|cloud-download|cloud-drizzle|cloud-fog|cloud-hail|cloud-lightning|cloud-moon|cloud-moon-rain|cloud-off|cloud-rain|cloud-rain-wind|cloud-snow|cloud-sun|cloud-sun-rain|cloud-upload|cloudy|clover|club|code|code-xml|codepen|codesandbox|coffee|cog|coins|columns-2|columns-3|columns-3-cog|columns-4|combine|command|compass|component|computer|concierge-bell|cone|construction|contact|contact-round|container|contrast|cookie|cooking-pot|copy|copy-check|copy-minus|copy-plus|copy-slash|copy-x|copyleft|copyright|corner-down-left|corner-down-right|corner-left-down|corner-left-up|corner-right-down|corner-right-up|corner-up-left|corner-up-right|cpu|creative-commons|credit-card|croissant|crop|cross|crosshair|crown|cuboid|cup-soda|currency|cylinder|dam|database|database-backup|database-zap|decimals-arrow-left|decimals-arrow-right|delete|dessert|diameter|diamond|diamond-minus|diamond-percent|diamond-plus|dice-1|dice-2|dice-3|dice-4|dice-5|dice-6|dices|diff|disc|disc-2|disc-3|disc-album|divide|dna|dna-off|dock|dog|dollar-sign|donut|door-closed|door-closed-locked|door-open|dot|download|drafting-compass|drama|dribbble|drill|drone|droplet|droplet-off|droplets|drum|drumstick|dumbbell|ear|ear-off|earth|earth-lock|eclipse|egg|egg-fried|egg-off|ellipsis|ellipsis-vertical|equal|equal-approximately|equal-not|eraser|ethernet-port|euro|expand|external-link|eye|eye-closed|eye-off|facebook|factory|fan|fast-forward|feather|fence|ferris-wheel|figma|file|file-archive|file-audio|file-audio-2|file-axis-3d|file-badge|file-badge-2|file-box|file-chart-column|file-chart-column-increasing|file-chart-line|file-chart-pie|file-check|file-check-2|file-clock|file-code|file-code-2|file-cog|file-diff|file-digit|file-down|file-heart|file-image|file-input|file-json|file-json-2|file-key|file-key-2|file-lock|file-lock-2|file-minus|file-minus-2|file-music|file-output|file-pen|file-pen-line|file-play|file-plus|file-plus-2|file-question-mark|file-scan|file-search|file-search-2|file-sliders|file-spreadsheet|file-stack|file-symlink|file-terminal|file-text|file-type|file-type-2|file-up|file-user|file-video-camera|file-volume|file-volume-2|file-warning|file-x|file-x-2|files|film|fingerprint|fire-extinguisher|fish|fish-off|fish-symbol|flag|flag-off|flag-triangle-left|flag-triangle-right|flame|flame-kindling|flashlight|flashlight-off|flask-conical|flask-conical-off|flask-round|flip-horizontal|flip-horizontal-2|flip-vertical|flip-vertical-2|flower|flower-2|focus|fold-horizontal|fold-vertical|folder|folder-archive|folder-check|folder-clock|folder-closed|folder-code|folder-cog|folder-dot|folder-down|folder-git|folder-git-2|folder-heart|folder-input|folder-kanban|folder-key|folder-lock|folder-minus|folder-open|folder-open-dot|folder-output|folder-pen|folder-plus|folder-root|folder-search|folder-search-2|folder-symlink|folder-sync|folder-tree|folder-up|folder-x|folders|footprints|forklift|forward|frame|framer|frown|fuel|fullscreen|funnel|funnel-plus|funnel-x|gallery-horizontal|gallery-horizontal-end|gallery-thumbnails|gallery-vertical|gallery-vertical-end|gamepad|gamepad-2|gauge|gavel|gem|georgian-lari|ghost|gift|git-branch|git-branch-plus|git-commit-horizontal|git-commit-vertical|git-compare|git-compare-arrows|git-fork|git-graph|git-merge|git-pull-request|git-pull-request-arrow|git-pull-request-closed|git-pull-request-create|git-pull-request-create-arrow|git-pull-request-draft|github|gitlab|glass-water|glasses|globe|globe-lock|goal|gpu|graduation-cap|grape|grid-2x2|grid-2x2-check|grid-2x2-plus|grid-2x2-x|grid-3x2|grid-3x3|grip|grip-horizontal|grip-vertical|group|guitar|ham|hamburger|hammer|hand|hand-coins|hand-fist|hand-grab|hand-heart|hand-helping|hand-metal|hand-platter|handbag|handshake|hard-drive|hard-drive-download|hard-drive-upload|hard-hat|hash|hat-glasses|haze|hdmi-port|heading|heading-1|heading-2|heading-3|heading-4|heading-5|heading-6|headphone-off|headphones|headset|heart|heart-crack|heart-handshake|heart-minus|heart-off|heart-plus|heart-pulse|heater|hexagon|highlighter|history|hop|hop-off|hospital|hotel|hourglass|house|house-plug|house-plus|house-wifi|ice-cream-bowl|ice-cream-cone|id-card|id-card-lanyard|image|image-down|image-minus|image-off|image-play|image-plus|image-up|image-upscale|images|import|inbox|indent-decrease|indent-increase|indian-rupee|infinity|info|inspection-panel|instagram|italic|iteration-ccw|iteration-cw|japanese-yen|joystick|kanban|key|key-round|key-square|keyboard|keyboard-music|keyboard-off|lamp|lamp-ceiling|lamp-desk|lamp-floor|lamp-wall-down|lamp-wall-up|land-plot|landmark|languages|laptop|laptop-minimal|laptop-minimal-check|lasso|lasso-select|laugh|layers|layers-2|layout-dashboard|layout-grid|layout-list|layout-panel-left|layout-panel-top|layout-template|leaf|leafy-green|lectern|letter-text|library|library-big|life-buoy|ligature|lightbulb|lightbulb-off|line-squiggle|link|link-2|link-2-off|linkedin|list|list-check|list-checks|list-collapse|list-end|list-filter|list-filter-plus|list-minus|list-music|list-ordered|list-plus|list-restart|list-start|list-todo|list-tree|list-video|list-x|loader|loader-circle|loader-pinwheel|locate|locate-fixed|locate-off|lock|lock-keyhole|lock-keyhole-open|lock-open|log-in|log-out|logs|lollipop|luggage|magnet|mail|mail-check|mail-minus|mail-open|mail-plus|mail-question-mark|mail-search|mail-warning|mail-x|mailbox|mails|map|map-minus|map-pin|map-pin-check|map-pin-check-inside|map-pin-house|map-pin-minus|map-pin-minus-inside|map-pin-off|map-pin-pen|map-pin-plus|map-pin-plus-inside|map-pin-x|map-pin-x-inside|map-pinned|map-plus|mars|mars-stroke|martini|maximize|maximize-2|medal|megaphone|megaphone-off|meh|memory-stick|menu|merge|message-circle|message-circle-code|message-circle-dashed|message-circle-heart|message-circle-more|message-circle-off|message-circle-plus|message-circle-question-mark|message-circle-reply|message-circle-warning|message-circle-x|message-square|message-square-code|message-square-dashed|message-square-diff|message-square-dot|message-square-heart|message-square-lock|message-square-more|message-square-off|message-square-plus|message-square-quote|message-square-reply|message-square-share|message-square-text|message-square-warning|message-square-x|messages-square|mic|mic-off|mic-vocal|microchip|microscope|microwave|milestone|milk|milk-off|minimize|minimize-2|minus|monitor|monitor-check|monitor-cog|monitor-dot|monitor-down|monitor-off|monitor-pause|monitor-play|monitor-smartphone|monitor-speaker|monitor-stop|monitor-up|monitor-x|moon|moon-star|mountain|mountain-snow|mouse|mouse-off|mouse-pointer|mouse-pointer-2|mouse-pointer-ban|mouse-pointer-click|move|move-3d|move-diagonal|move-diagonal-2|move-down|move-down-left|move-down-right|move-horizontal|move-left|move-right|move-up|move-up-left|move-up-right|move-vertical|music|music-2|music-3|music-4|navigation|navigation-2|navigation-2-off|navigation-off|network|newspaper|nfc|non-binary|notebook|notebook-pen|notebook-tabs|notebook-text|notepad-text|notepad-text-dashed|nut|nut-off|octagon|octagon-alert|octagon-minus|octagon-pause|octagon-x|omega|option|orbit|origami|package|package-2|package-check|package-minus|package-open|package-plus|package-search|package-x|paint-bucket|paint-roller|paintbrush|paintbrush-vertical|palette|panda|panel-bottom|panel-bottom-close|panel-bottom-dashed|panel-bottom-open|panel-left|panel-left-close|panel-left-dashed|panel-left-open|panel-right|panel-right-close|panel-right-dashed|panel-right-open|panel-top|panel-top-close|panel-top-dashed|panel-top-open|panels-left-bottom|panels-right-bottom|panels-top-left|paperclip|parentheses|parking-meter|party-popper|pause|paw-print|pc-case|pen|pen-line|pen-off|pen-tool|pencil|pencil-line|pencil-off|pencil-ruler|pentagon|percent|person-standing|philippine-peso|phone|phone-call|phone-forwarded|phone-incoming|phone-missed|phone-off|phone-outgoing|pi|piano|pickaxe|picture-in-picture|picture-in-picture-2|piggy-bank|pilcrow|pilcrow-left|pilcrow-right|pill|pill-bottle|pin|pin-off|pipette|pizza|plane|plane-landing|plane-takeoff|play|plug|plug-2|plug-zap|plus|pocket|pocket-knife|podcast|pointer|pointer-off|popcorn|popsicle|pound-sterling|power|power-off|presentation|printer|printer-check|projector|proportions|puzzle|pyramid|qr-code|quote|rabbit|radar|radiation|radical|radio|radio-receiver|radio-tower|radius|rail-symbol|rainbow|rat|ratio|receipt|receipt-cent|receipt-euro|receipt-indian-rupee|receipt-japanese-yen|receipt-pound-sterling|receipt-russian-ruble|receipt-swiss-franc|receipt-text|receipt-turkish-lira|rectangle-circle|rectangle-ellipsis|rectangle-goggles|rectangle-horizontal|rectangle-vertical|recycle|redo|redo-2|redo-dot|refresh-ccw|refresh-ccw-dot|refresh-cw|refresh-cw-off|refrigerator|regex|remove-formatting|repeat|repeat-1|repeat-2|replace|replace-all|reply|reply-all|rewind|ribbon|rocket|rocking-chair|roller-coaster|rotate-3d|rotate-ccw|rotate-ccw-key|rotate-ccw-square|rotate-cw|rotate-cw-square|route|route-off|router|rows-2|rows-3|rows-4|rss|ruler|ruler-dimension-line|russian-ruble|sailboat|salad|sandwich|satellite|satellite-dish|saudi-riyal|save|save-all|save-off|scale|scale-3d|scaling|scan|scan-barcode|scan-eye|scan-face|scan-heart|scan-line|scan-qr-code|scan-search|scan-text|school|scissors|scissors-line-dashed|screen-share|screen-share-off|scroll|scroll-text|search|search-check|search-code|search-slash|search-x|section|send|send-horizontal|send-to-back|separator-horizontal|separator-vertical|server|server-cog|server-crash|server-off|settings|settings-2|shapes|share|share-2|sheet|shell|shield|shield-alert|shield-ban|shield-check|shield-ellipsis|shield-half|shield-minus|shield-off|shield-plus|shield-question-mark|shield-user|shield-x|ship|ship-wheel|shirt|shopping-bag|shopping-basket|shopping-cart|shovel|shower-head|shredder|shrimp|shrink|shrub|shuffle|sigma|signal|signal-high|signal-low|signal-medium|signal-zero|signature|signpost|signpost-big|siren|skip-back|skip-forward|skull|slack|slash|slice|sliders-horizontal|sliders-vertical|smartphone|smartphone-charging|smartphone-nfc|smile|smile-plus|snail|snowflake|soap-dispenser-droplet|sofa|soup|space|spade|sparkle|sparkles|speaker|speech|spell-check|spell-check-2|spline|spline-pointer|split|spool|spotlight|spray-can|sprout|square|square-activity|square-arrow-down|square-arrow-down-left|square-arrow-down-right|square-arrow-left|square-arrow-out-down-left|square-arrow-out-down-right|square-arrow-out-up-left|square-arrow-out-up-right|square-arrow-right|square-arrow-up|square-arrow-up-left|square-arrow-up-right|square-asterisk|square-bottom-dashed-scissors|square-chart-gantt|square-check|square-check-big|square-chevron-down|square-chevron-left|square-chevron-right|square-chevron-up|square-code|square-dashed|square-dashed-bottom|square-dashed-bottom-code|square-dashed-kanban|square-dashed-mouse-pointer|square-dashed-top-solid|square-divide|square-dot|square-equal|square-function|square-kanban|square-library|square-m|square-menu|square-minus|square-mouse-pointer|square-parking|square-parking-off|square-pause|square-pen|square-percent|square-pi|square-pilcrow|square-play|square-plus|square-power|square-radical|square-round-corner|square-scissors|square-sigma|square-slash|square-split-horizontal|square-split-vertical|square-square|square-stack|square-stop|square-terminal|square-user|square-user-round|square-x|squares-exclude|squares-intersect|squares-subtract|squares-unite|squircle|squircle-dashed|squirrel|stamp|star|star-half|star-off|step-back|step-forward|stethoscope|sticker|sticky-note|store|stretch-horizontal|stretch-vertical|strikethrough|subscript|sun|sun-dim|sun-medium|sun-moon|sun-snow|sunrise|sunset|superscript|swatch-book|swiss-franc|switch-camera|sword|swords|syringe|table|table-2|table-cells-merge|table-cells-split|table-columns-split|table-of-contents|table-properties|table-rows-split|tablet|tablet-smartphone|tablets|tag|tags|tally-1|tally-2|tally-3|tally-4|tally-5|tangent|target|telescope|tent|tent-tree|terminal|test-tube|test-tube-diagonal|test-tubes|text|text-cursor|text-cursor-input|text-quote|text-search|text-select|theater|thermometer|thermometer-snowflake|thermometer-sun|thumbs-down|thumbs-up|ticket|ticket-check|ticket-minus|ticket-percent|ticket-plus|ticket-slash|ticket-x|tickets|tickets-plane|timer|timer-off|timer-reset|toggle-left|toggle-right|toilet|tool-case|tornado|torus|touchpad|touchpad-off|tower-control|toy-brick|tractor|traffic-cone|train-front|train-front-tunnel|train-track|tram-front|transgender|trash|trash-2|tree-deciduous|tree-palm|tree-pine|trees|trello|trending-down|trending-up|trending-up-down|triangle|triangle-alert|triangle-dashed|triangle-right|trophy|truck|truck-electric|turkish-lira|turntable|turtle|tv|tv-minimal|tv-minimal-play|twitch|twitter|type|type-outline|umbrella|umbrella-off|underline|undo|undo-2|undo-dot|unfold-horizontal|unfold-vertical|ungroup|university|unlink|unlink-2|unplug|upload|usb|user|user-check|user-cog|user-lock|user-minus|user-pen|user-plus|user-round|user-round-check|user-round-cog|user-round-minus|user-round-pen|user-round-plus|user-round-search|user-round-x|user-search|user-star|user-x|users|users-round|utensils|utensils-crossed|utility-pole|variable|vault|vector-square|vegan|venetian-mask|venus|venus-and-mars|vibrate|vibrate-off|video|video-off|videotape|view|voicemail|volleyball|volume|volume-1|volume-2|volume-off|volume-x|vote|wallet|wallet-cards|wallet-minimal|wallpaper|wand|wand-sparkles|warehouse|washing-machine|watch|waves|waves-ladder|waypoints|webcam|webhook|webhook-off|weight|wheat|wheat-off|whole-word|wifi|wifi-cog|wifi-high|wifi-low|wifi-off|wifi-pen|wifi-sync|wifi-zero|wind|wind-arrow-down|wine|wine-off|workflow|worm|wrap-text|wrench|x|youtube|zap|zap-off|zoom-in|zoom-out|byq|bookmarkk)$/]",
        "message": "<Interface8> property1 must be one of 'a-arrow-down' | 'a-arrow-up' | 'a-large-small' | 'accessibility' | 'activity' | 'air-vent' | 'airplay' | 'alarm-clock' | 'alarm-clock-check' | 'alarm-clock-minus' | 'alarm-clock-off' | 'alarm-clock-plus' | 'alarm-smoke' | 'album' | 'align-center' | 'align-center-horizontal' | 'align-center-vertical' | 'align-end-horizontal' | 'align-end-vertical' | 'align-horizontal-distribute-center' | 'align-horizontal-distribute-end' | 'align-horizontal-distribute-start' | 'align-horizontal-justify-center' | 'align-horizontal-justify-end' | 'align-horizontal-justify-start' | 'align-horizontal-space-around' | 'align-horizontal-space-between' | 'align-justify' | 'align-left' | 'align-right' | 'align-start-horizontal' | 'align-start-vertical' | 'align-vertical-distribute-center' | 'align-vertical-distribute-end' | 'align-vertical-distribute-start' | 'align-vertical-justify-center' | 'align-vertical-justify-end' | 'align-vertical-justify-start' | 'align-vertical-space-around' | 'align-vertical-space-between' | 'ambulance' | 'ampersand' | 'ampersands' | 'amphora' | 'anchor' | 'angry' | 'annoyed' | 'antenna' | 'anvil' | 'aperture' | 'app-window' | 'app-window-mac' | 'apple' | 'archive' | 'archive-restore' | 'archive-x' | 'armchair' | 'arrow-big-down' | 'arrow-big-down-dash' | 'arrow-big-left' | 'arrow-big-left-dash' | 'arrow-big-right' | 'arrow-big-right-dash' | 'arrow-big-up' | 'arrow-big-up-dash' | 'arrow-down' | 'arrow-down-0-1' | 'arrow-down-1-0' | 'arrow-down-a-z' | 'arrow-down-from-line' | 'arrow-down-left' | 'arrow-down-narrow-wide' | 'arrow-down-right' | 'arrow-down-to-dot' | 'arrow-down-to-line' | 'arrow-down-up' | 'arrow-down-wide-narrow' | 'arrow-down-z-a' | 'arrow-left' | 'arrow-left-from-line' | 'arrow-left-right' | 'arrow-left-to-line' | 'arrow-right' | 'arrow-right-from-line' | 'arrow-right-left' | 'arrow-right-to-line' | 'arrow-up' | 'arrow-up-0-1' | 'arrow-up-1-0' | 'arrow-up-a-z' | 'arrow-up-down' | 'arrow-up-from-dot' | 'arrow-up-from-line' | 'arrow-up-left' | 'arrow-up-narrow-wide' | 'arrow-up-right' | 'arrow-up-to-line' | 'arrow-up-wide-narrow' | 'arrow-up-z-a' | 'arrows-up-from-line' | 'asterisk' | 'at-sign' | 'atom' | 'audio-lines' | 'audio-waveform' | 'award' | 'axe' | 'axis-3d' | 'baby' | 'backpack' | 'badge' | 'badge-alert' | 'badge-cent' | 'badge-check' | 'badge-dollar-sign' | 'badge-euro' | 'badge-indian-rupee' | 'badge-info' | 'badge-japanese-yen' | 'badge-minus' | 'badge-percent' | 'badge-plus' | 'badge-pound-sterling' | 'badge-question-mark' | 'badge-russian-ruble' | 'badge-swiss-franc' | 'badge-turkish-lira' | 'badge-x' | 'baggage-claim' | 'ban' | 'banana' | 'bandage' | 'banknote' | 'banknote-arrow-down' | 'banknote-arrow-up' | 'banknote-x' | 'barcode' | 'barrel' | 'baseline' | 'bath' | 'battery' | 'battery-charging' | 'battery-full' | 'battery-low' | 'battery-medium' | 'battery-plus' | 'battery-warning' | 'beaker' | 'bean' | 'bean-off' | 'bed' | 'bed-double' | 'bed-single' | 'beef' | 'beer' | 'beer-off' | 'bell' | 'bell-dot' | 'bell-electric' | 'bell-minus' | 'bell-off' | 'bell-plus' | 'bell-ring' | 'between-horizontal-end' | 'between-horizontal-start' | 'between-vertical-end' | 'between-vertical-start' | 'biceps-flexed' | 'bike' | 'binary' | 'binoculars' | 'biohazard' | 'bird' | 'bitcoin' | 'blend' | 'blinds' | 'blocks' | 'bluetooth' | 'bluetooth-connected' | 'bluetooth-off' | 'bluetooth-searching' | 'bold' | 'bolt' | 'bomb' | 'bone' | 'book' | 'book-a' | 'book-alert' | 'book-audio' | 'book-check' | 'book-copy' | 'book-dashed' | 'book-down' | 'book-headphones' | 'book-heart' | 'book-image' | 'book-key' | 'book-lock' | 'book-marked' | 'book-minus' | 'book-open' | 'book-open-check' | 'book-open-text' | 'book-plus' | 'book-text' | 'book-type' | 'book-up' | 'book-up-2' | 'book-user' | 'book-x' | 'bookmark' | 'bookmark-minus' | 'bookmark-plus' | 'bookmark-x' | 'boom-box' | 'bot' | 'bot-message-square' | 'bot-off' | 'bottle-wine' | 'bow-arrow' | 'box' | 'boxes' | 'braces' | 'brackets' | 'brain' | 'brain-circuit' | 'brain-cog' | 'brick-wall' | 'brick-wall-fire' | 'briefcase' | 'briefcase-business' | 'briefcase-conveyor-belt' | 'briefcase-medical' | 'bring-to-front' | 'brush' | 'brush-cleaning' | 'bubbles' | 'bug' | 'bug-off' | 'bug-play' | 'building' | 'building-2' | 'bus' | 'bus-front' | 'cable' | 'cable-car' | 'cake' | 'cake-slice' | 'calculator' | 'calendar' | 'calendar-1' | 'calendar-arrow-down' | 'calendar-arrow-up' | 'calendar-check' | 'calendar-check-2' | 'calendar-clock' | 'calendar-cog' | 'calendar-days' | 'calendar-fold' | 'calendar-heart' | 'calendar-minus' | 'calendar-minus-2' | 'calendar-off' | 'calendar-plus' | 'calendar-plus-2' | 'calendar-range' | 'calendar-search' | 'calendar-sync' | 'calendar-x' | 'calendar-x-2' | 'camera' | 'camera-off' | 'candy' | 'candy-cane' | 'candy-off' | 'cannabis' | 'captions' | 'captions-off' | 'car' | 'car-front' | 'car-taxi-front' | 'caravan' | 'card-sim' | 'carrot' | 'case-lower' | 'case-sensitive' | 'case-upper' | 'cassette-tape' | 'cast' | 'castle' | 'cat' | 'cctv' | 'chart-area' | 'chart-bar' | 'chart-bar-big' | 'chart-bar-decreasing' | 'chart-bar-increasing' | 'chart-bar-stacked' | 'chart-candlestick' | 'chart-column' | 'chart-column-big' | 'chart-column-decreasing' | 'chart-column-increasing' | 'chart-column-stacked' | 'chart-gantt' | 'chart-line' | 'chart-network' | 'chart-no-axes-column' | 'chart-no-axes-column-decreasing' | 'chart-no-axes-column-increasing' | 'chart-no-axes-combined' | 'chart-no-axes-gantt' | 'chart-pie' | 'chart-scatter' | 'chart-spline' | 'check' | 'check-check' | 'check-line' | 'chef-hat' | 'cherry' | 'chevron-down' | 'chevron-first' | 'chevron-last' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevrons-down' | 'chevrons-down-up' | 'chevrons-left' | 'chevrons-left-right' | 'chevrons-left-right-ellipsis' | 'chevrons-right' | 'chevrons-right-left' | 'chevrons-up' | 'chevrons-up-down' | 'chrome' | 'church' | 'cigarette' | 'cigarette-off' | 'circle' | 'circle-alert' | 'circle-arrow-down' | 'circle-arrow-left' | 'circle-arrow-out-down-left' | 'circle-arrow-out-down-right' | 'circle-arrow-out-up-left' | 'circle-arrow-out-up-right' | 'circle-arrow-right' | 'circle-arrow-up' | 'circle-check' | 'circle-check-big' | 'circle-chevron-down' | 'circle-chevron-left' | 'circle-chevron-right' | 'circle-chevron-up' | 'circle-dashed' | 'circle-divide' | 'circle-dollar-sign' | 'circle-dot' | 'circle-dot-dashed' | 'circle-ellipsis' | 'circle-equal' | 'circle-fading-arrow-up' | 'circle-fading-plus' | 'circle-gauge' | 'circle-minus' | 'circle-off' | 'circle-parking' | 'circle-parking-off' | 'circle-pause' | 'circle-percent' | 'circle-play' | 'circle-plus' | 'circle-pound-sterling' | 'circle-power' | 'circle-question-mark' | 'circle-slash' | 'circle-slash-2' | 'circle-small' | 'circle-stop' | 'circle-user' | 'circle-user-round' | 'circle-x' | 'circuit-board' | 'citrus' | 'clapperboard' | 'clipboard' | 'clipboard-check' | 'clipboard-clock' | 'clipboard-copy' | 'clipboard-list' | 'clipboard-minus' | 'clipboard-paste' | 'clipboard-pen' | 'clipboard-pen-line' | 'clipboard-plus' | 'clipboard-type' | 'clipboard-x' | 'clock' | 'clock-1' | 'clock-10' | 'clock-11' | 'clock-12' | 'clock-2' | 'clock-3' | 'clock-4' | 'clock-5' | 'clock-6' | 'clock-7' | 'clock-8' | 'clock-9' | 'clock-alert' | 'clock-arrow-down' | 'clock-arrow-up' | 'clock-fading' | 'clock-plus' | 'closed-caption' | 'cloud' | 'cloud-alert' | 'cloud-check' | 'cloud-cog' | 'cloud-download' | 'cloud-drizzle' | 'cloud-fog' | 'cloud-hail' | 'cloud-lightning' | 'cloud-moon' | 'cloud-moon-rain' | 'cloud-off' | 'cloud-rain' | 'cloud-rain-wind' | 'cloud-snow' | 'cloud-sun' | 'cloud-sun-rain' | 'cloud-upload' | 'cloudy' | 'clover' | 'club' | 'code' | 'code-xml' | 'codepen' | 'codesandbox' | 'coffee' | 'cog' | 'coins' | 'columns-2' | 'columns-3' | 'columns-3-cog' | 'columns-4' | 'combine' | 'command' | 'compass' | 'component' | 'computer' | 'concierge-bell' | 'cone' | 'construction' | 'contact' | 'contact-round' | 'container' | 'contrast' | 'cookie' | 'cooking-pot' | 'copy' | 'copy-check' | 'copy-minus' | 'copy-plus' | 'copy-slash' | 'copy-x' | 'copyleft' | 'copyright' | 'corner-down-left' | 'corner-down-right' | 'corner-left-down' | 'corner-left-up' | 'corner-right-down' | 'corner-right-up' | 'corner-up-left' | 'corner-up-right' | 'cpu' | 'creative-commons' | 'credit-card' | 'croissant' | 'crop' | 'cross' | 'crosshair' | 'crown' | 'cuboid' | 'cup-soda' | 'currency' | 'cylinder' | 'dam' | 'database' | 'database-backup' | 'database-zap' | 'decimals-arrow-left' | 'decimals-arrow-right' | 'delete' | 'dessert' | 'diameter' | 'diamond' | 'diamond-minus' | 'diamond-percent' | 'diamond-plus' | 'dice-1' | 'dice-2' | 'dice-3' | 'dice-4' | 'dice-5' | 'dice-6' | 'dices' | 'diff' | 'disc' | 'disc-2' | 'disc-3' | 'disc-album' | 'divide' | 'dna' | 'dna-off' | 'dock' | 'dog' | 'dollar-sign' | 'donut' | 'door-closed' | 'door-closed-locked' | 'door-open' | 'dot' | 'download' | 'drafting-compass' | 'drama' | 'dribbble' | 'drill' | 'drone' | 'droplet' | 'droplet-off' | 'droplets' | 'drum' | 'drumstick' | 'dumbbell' | 'ear' | 'ear-off' | 'earth' | 'earth-lock' | 'eclipse' | 'egg' | 'egg-fried' | 'egg-off' | 'ellipsis' | 'ellipsis-vertical' | 'equal' | 'equal-approximately' | 'equal-not' | 'eraser' | 'ethernet-port' | 'euro' | 'expand' | 'external-link' | 'eye' | 'eye-closed' | 'eye-off' | 'facebook' | 'factory' | 'fan' | 'fast-forward' | 'feather' | 'fence' | 'ferris-wheel' | 'figma' | 'file' | 'file-archive' | 'file-audio' | 'file-audio-2' | 'file-axis-3d' | 'file-badge' | 'file-badge-2' | 'file-box' | 'file-chart-column' | 'file-chart-column-increasing' | 'file-chart-line' | 'file-chart-pie' | 'file-check' | 'file-check-2' | 'file-clock' | 'file-code' | 'file-code-2' | 'file-cog' | 'file-diff' | 'file-digit' | 'file-down' | 'file-heart' | 'file-image' | 'file-input' | 'file-json' | 'file-json-2' | 'file-key' | 'file-key-2' | 'file-lock' | 'file-lock-2' | 'file-minus' | 'file-minus-2' | 'file-music' | 'file-output' | 'file-pen' | 'file-pen-line' | 'file-play' | 'file-plus' | 'file-plus-2' | 'file-question-mark' | 'file-scan' | 'file-search' | 'file-search-2' | 'file-sliders' | 'file-spreadsheet' | 'file-stack' | 'file-symlink' | 'file-terminal' | 'file-text' | 'file-type' | 'file-type-2' | 'file-up' | 'file-user' | 'file-video-camera' | 'file-volume' | 'file-volume-2' | 'file-warning' | 'file-x' | 'file-x-2' | 'files' | 'film' | 'fingerprint' | 'fire-extinguisher' | 'fish' | 'fish-off' | 'fish-symbol' | 'flag' | 'flag-off' | 'flag-triangle-left' | 'flag-triangle-right' | 'flame' | 'flame-kindling' | 'flashlight' | 'flashlight-off' | 'flask-conical' | 'flask-conical-off' | 'flask-round' | 'flip-horizontal' | 'flip-horizontal-2' | 'flip-vertical' | 'flip-vertical-2' | 'flower' | 'flower-2' | 'focus' | 'fold-horizontal' | 'fold-vertical' | 'folder' | 'folder-archive' | 'folder-check' | 'folder-clock' | 'folder-closed' | 'folder-code' | 'folder-cog' | 'folder-dot' | 'folder-down' | 'folder-git' | 'folder-git-2' | 'folder-heart' | 'folder-input' | 'folder-kanban' | 'folder-key' | 'folder-lock' | 'folder-minus' | 'folder-open' | 'folder-open-dot' | 'folder-output' | 'folder-pen' | 'folder-plus' | 'folder-root' | 'folder-search' | 'folder-search-2' | 'folder-symlink' | 'folder-sync' | 'folder-tree' | 'folder-up' | 'folder-x' | 'folders' | 'footprints' | 'forklift' | 'forward' | 'frame' | 'framer' | 'frown' | 'fuel' | 'fullscreen' | 'funnel' | 'funnel-plus' | 'funnel-x' | 'gallery-horizontal' | 'gallery-horizontal-end' | 'gallery-thumbnails' | 'gallery-vertical' | 'gallery-vertical-end' | 'gamepad' | 'gamepad-2' | 'gauge' | 'gavel' | 'gem' | 'georgian-lari' | 'ghost' | 'gift' | 'git-branch' | 'git-branch-plus' | 'git-commit-horizontal' | 'git-commit-vertical' | 'git-compare' | 'git-compare-arrows' | 'git-fork' | 'git-graph' | 'git-merge' | 'git-pull-request' | 'git-pull-request-arrow' | 'git-pull-request-closed' | 'git-pull-request-create' | 'git-pull-request-create-arrow' | 'git-pull-request-draft' | 'github' | 'gitlab' | 'glass-water' | 'glasses' | 'globe' | 'globe-lock' | 'goal' | 'gpu' | 'graduation-cap' | 'grape' | 'grid-2x2' | 'grid-2x2-check' | 'grid-2x2-plus' | 'grid-2x2-x' | 'grid-3x2' | 'grid-3x3' | 'grip' | 'grip-horizontal' | 'grip-vertical' | 'group' | 'guitar' | 'ham' | 'hamburger' | 'hammer' | 'hand' | 'hand-coins' | 'hand-fist' | 'hand-grab' | 'hand-heart' | 'hand-helping' | 'hand-metal' | 'hand-platter' | 'handbag' | 'handshake' | 'hard-drive' | 'hard-drive-download' | 'hard-drive-upload' | 'hard-hat' | 'hash' | 'hat-glasses' | 'haze' | 'hdmi-port' | 'heading' | 'heading-1' | 'heading-2' | 'heading-3' | 'heading-4' | 'heading-5' | 'heading-6' | 'headphone-off' | 'headphones' | 'headset' | 'heart' | 'heart-crack' | 'heart-handshake' | 'heart-minus' | 'heart-off' | 'heart-plus' | 'heart-pulse' | 'heater' | 'hexagon' | 'highlighter' | 'history' | 'hop' | 'hop-off' | 'hospital' | 'hotel' | 'hourglass' | 'house' | 'house-plug' | 'house-plus' | 'house-wifi' | 'ice-cream-bowl' | 'ice-cream-cone' | 'id-card' | 'id-card-lanyard' | 'image' | 'image-down' | 'image-minus' | 'image-off' | 'image-play' | 'image-plus' | 'image-up' | 'image-upscale' | 'images' | 'import' | 'inbox' | 'indent-decrease' | 'indent-increase' | 'indian-rupee' | 'infinity' | 'info' | 'inspection-panel' | 'instagram' | 'italic' | 'iteration-ccw' | 'iteration-cw' | 'japanese-yen' | 'joystick' | 'kanban' | 'key' | 'key-round' | 'key-square' | 'keyboard' | 'keyboard-music' | 'keyboard-off' | 'lamp' | 'lamp-ceiling' | 'lamp-desk' | 'lamp-floor' | 'lamp-wall-down' | 'lamp-wall-up' | 'land-plot' | 'landmark' | 'languages' | 'laptop' | 'laptop-minimal' | 'laptop-minimal-check' | 'lasso' | 'lasso-select' | 'laugh' | 'layers' | 'layers-2' | 'layout-dashboard' | 'layout-grid' | 'layout-list' | 'layout-panel-left' | 'layout-panel-top' | 'layout-template' | 'leaf' | 'leafy-green' | 'lectern' | 'letter-text' | 'library' | 'library-big' | 'life-buoy' | 'ligature' | 'lightbulb' | 'lightbulb-off' | 'line-squiggle' | 'link' | 'link-2' | 'link-2-off' | 'linkedin' | 'list' | 'list-check' | 'list-checks' | 'list-collapse' | 'list-end' | 'list-filter' | 'list-filter-plus' | 'list-minus' | 'list-music' | 'list-ordered' | 'list-plus' | 'list-restart' | 'list-start' | 'list-todo' | 'list-tree' | 'list-video' | 'list-x' | 'loader' | 'loader-circle' | 'loader-pinwheel' | 'locate' | 'locate-fixed' | 'locate-off' | 'lock' | 'lock-keyhole' | 'lock-keyhole-open' | 'lock-open' | 'log-in' | 'log-out' | 'logs' | 'lollipop' | 'luggage' | 'magnet' | 'mail' | 'mail-check' | 'mail-minus' | 'mail-open' | 'mail-plus' | 'mail-question-mark' | 'mail-search' | 'mail-warning' | 'mail-x' | 'mailbox' | 'mails' | 'map' | 'map-minus' | 'map-pin' | 'map-pin-check' | 'map-pin-check-inside' | 'map-pin-house' | 'map-pin-minus' | 'map-pin-minus-inside' | 'map-pin-off' | 'map-pin-pen' | 'map-pin-plus' | 'map-pin-plus-inside' | 'map-pin-x' | 'map-pin-x-inside' | 'map-pinned' | 'map-plus' | 'mars' | 'mars-stroke' | 'martini' | 'maximize' | 'maximize-2' | 'medal' | 'megaphone' | 'megaphone-off' | 'meh' | 'memory-stick' | 'menu' | 'merge' | 'message-circle' | 'message-circle-code' | 'message-circle-dashed' | 'message-circle-heart' | 'message-circle-more' | 'message-circle-off' | 'message-circle-plus' | 'message-circle-question-mark' | 'message-circle-reply' | 'message-circle-warning' | 'message-circle-x' | 'message-square' | 'message-square-code' | 'message-square-dashed' | 'message-square-diff' | 'message-square-dot' | 'message-square-heart' | 'message-square-lock' | 'message-square-more' | 'message-square-off' | 'message-square-plus' | 'message-square-quote' | 'message-square-reply' | 'message-square-share' | 'message-square-text' | 'message-square-warning' | 'message-square-x' | 'messages-square' | 'mic' | 'mic-off' | 'mic-vocal' | 'microchip' | 'microscope' | 'microwave' | 'milestone' | 'milk' | 'milk-off' | 'minimize' | 'minimize-2' | 'minus' | 'monitor' | 'monitor-check' | 'monitor-cog' | 'monitor-dot' | 'monitor-down' | 'monitor-off' | 'monitor-pause' | 'monitor-play' | 'monitor-smartphone' | 'monitor-speaker' | 'monitor-stop' | 'monitor-up' | 'monitor-x' | 'moon' | 'moon-star' | 'mountain' | 'mountain-snow' | 'mouse' | 'mouse-off' | 'mouse-pointer' | 'mouse-pointer-2' | 'mouse-pointer-ban' | 'mouse-pointer-click' | 'move' | 'move-3d' | 'move-diagonal' | 'move-diagonal-2' | 'move-down' | 'move-down-left' | 'move-down-right' | 'move-horizontal' | 'move-left' | 'move-right' | 'move-up' | 'move-up-left' | 'move-up-right' | 'move-vertical' | 'music' | 'music-2' | 'music-3' | 'music-4' | 'navigation' | 'navigation-2' | 'navigation-2-off' | 'navigation-off' | 'network' | 'newspaper' | 'nfc' | 'non-binary' | 'notebook' | 'notebook-pen' | 'notebook-tabs' | 'notebook-text' | 'notepad-text' | 'notepad-text-dashed' | 'nut' | 'nut-off' | 'octagon' | 'octagon-alert' | 'octagon-minus' | 'octagon-pause' | 'octagon-x' | 'omega' | 'option' | 'orbit' | 'origami' | 'package' | 'package-2' | 'package-check' | 'package-minus' | 'package-open' | 'package-plus' | 'package-search' | 'package-x' | 'paint-bucket' | 'paint-roller' | 'paintbrush' | 'paintbrush-vertical' | 'palette' | 'panda' | 'panel-bottom' | 'panel-bottom-close' | 'panel-bottom-dashed' | 'panel-bottom-open' | 'panel-left' | 'panel-left-close' | 'panel-left-dashed' | 'panel-left-open' | 'panel-right' | 'panel-right-close' | 'panel-right-dashed' | 'panel-right-open' | 'panel-top' | 'panel-top-close' | 'panel-top-dashed' | 'panel-top-open' | 'panels-left-bottom' | 'panels-right-bottom' | 'panels-top-left' | 'paperclip' | 'parentheses' | 'parking-meter' | 'party-popper' | 'pause' | 'paw-print' | 'pc-case' | 'pen' | 'pen-line' | 'pen-off' | 'pen-tool' | 'pencil' | 'pencil-line' | 'pencil-off' | 'pencil-ruler' | 'pentagon' | 'percent' | 'person-standing' | 'philippine-peso' | 'phone' | 'phone-call' | 'phone-forwarded' | 'phone-incoming' | 'phone-missed' | 'phone-off' | 'phone-outgoing' | 'pi' | 'piano' | 'pickaxe' | 'picture-in-picture' | 'picture-in-picture-2' | 'piggy-bank' | 'pilcrow' | 'pilcrow-left' | 'pilcrow-right' | 'pill' | 'pill-bottle' | 'pin' | 'pin-off' | 'pipette' | 'pizza' | 'plane' | 'plane-landing' | 'plane-takeoff' | 'play' | 'plug' | 'plug-2' | 'plug-zap' | 'plus' | 'pocket' | 'pocket-knife' | 'podcast' | 'pointer' | 'pointer-off' | 'popcorn' | 'popsicle' | 'pound-sterling' | 'power' | 'power-off' | 'presentation' | 'printer' | 'printer-check' | 'projector' | 'proportions' | 'puzzle' | 'pyramid' | 'qr-code' | 'quote' | 'rabbit' | 'radar' | 'radiation' | 'radical' | 'radio' | 'radio-receiver' | 'radio-tower' | 'radius' | 'rail-symbol' | 'rainbow' | 'rat' | 'ratio' | 'receipt' | 'receipt-cent' | 'receipt-euro' | 'receipt-indian-rupee' | 'receipt-japanese-yen' | 'receipt-pound-sterling' | 'receipt-russian-ruble' | 'receipt-swiss-franc' | 'receipt-text' | 'receipt-turkish-lira' | 'rectangle-circle' | 'rectangle-ellipsis' | 'rectangle-goggles' | 'rectangle-horizontal' | 'rectangle-vertical' | 'recycle' | 'redo' | 'redo-2' | 'redo-dot' | 'refresh-ccw' | 'refresh-ccw-dot' | 'refresh-cw' | 'refresh-cw-off' | 'refrigerator' | 'regex' | 'remove-formatting' | 'repeat' | 'repeat-1' | 'repeat-2' | 'replace' | 'replace-all' | 'reply' | 'reply-all' | 'rewind' | 'ribbon' | 'rocket' | 'rocking-chair' | 'roller-coaster' | 'rotate-3d' | 'rotate-ccw' | 'rotate-ccw-key' | 'rotate-ccw-square' | 'rotate-cw' | 'rotate-cw-square' | 'route' | 'route-off' | 'router' | 'rows-2' | 'rows-3' | 'rows-4' | 'rss' | 'ruler' | 'ruler-dimension-line' | 'russian-ruble' | 'sailboat' | 'salad' | 'sandwich' | 'satellite' | 'satellite-dish' | 'saudi-riyal' | 'save' | 'save-all' | 'save-off' | 'scale' | 'scale-3d' | 'scaling' | 'scan' | 'scan-barcode' | 'scan-eye' | 'scan-face' | 'scan-heart' | 'scan-line' | 'scan-qr-code' | 'scan-search' | 'scan-text' | 'school' | 'scissors' | 'scissors-line-dashed' | 'screen-share' | 'screen-share-off' | 'scroll' | 'scroll-text' | 'search' | 'search-check' | 'search-code' | 'search-slash' | 'search-x' | 'section' | 'send' | 'send-horizontal' | 'send-to-back' | 'separator-horizontal' | 'separator-vertical' | 'server' | 'server-cog' | 'server-crash' | 'server-off' | 'settings' | 'settings-2' | 'shapes' | 'share' | 'share-2' | 'sheet' | 'shell' | 'shield' | 'shield-alert' | 'shield-ban' | 'shield-check' | 'shield-ellipsis' | 'shield-half' | 'shield-minus' | 'shield-off' | 'shield-plus' | 'shield-question-mark' | 'shield-user' | 'shield-x' | 'ship' | 'ship-wheel' | 'shirt' | 'shopping-bag' | 'shopping-basket' | 'shopping-cart' | 'shovel' | 'shower-head' | 'shredder' | 'shrimp' | 'shrink' | 'shrub' | 'shuffle' | 'sigma' | 'signal' | 'signal-high' | 'signal-low' | 'signal-medium' | 'signal-zero' | 'signature' | 'signpost' | 'signpost-big' | 'siren' | 'skip-back' | 'skip-forward' | 'skull' | 'slack' | 'slash' | 'slice' | 'sliders-horizontal' | 'sliders-vertical' | 'smartphone' | 'smartphone-charging' | 'smartphone-nfc' | 'smile' | 'smile-plus' | 'snail' | 'snowflake' | 'soap-dispenser-droplet' | 'sofa' | 'soup' | 'space' | 'spade' | 'sparkle' | 'sparkles' | 'speaker' | 'speech' | 'spell-check' | 'spell-check-2' | 'spline' | 'spline-pointer' | 'split' | 'spool' | 'spotlight' | 'spray-can' | 'sprout' | 'square' | 'square-activity' | 'square-arrow-down' | 'square-arrow-down-left' | 'square-arrow-down-right' | 'square-arrow-left' | 'square-arrow-out-down-left' | 'square-arrow-out-down-right' | 'square-arrow-out-up-left' | 'square-arrow-out-up-right' | 'square-arrow-right' | 'square-arrow-up' | 'square-arrow-up-left' | 'square-arrow-up-right' | 'square-asterisk' | 'square-bottom-dashed-scissors' | 'square-chart-gantt' | 'square-check' | 'square-check-big' | 'square-chevron-down' | 'square-chevron-left' | 'square-chevron-right' | 'square-chevron-up' | 'square-code' | 'square-dashed' | 'square-dashed-bottom' | 'square-dashed-bottom-code' | 'square-dashed-kanban' | 'square-dashed-mouse-pointer' | 'square-dashed-top-solid' | 'square-divide' | 'square-dot' | 'square-equal' | 'square-function' | 'square-kanban' | 'square-library' | 'square-m' | 'square-menu' | 'square-minus' | 'square-mouse-pointer' | 'square-parking' | 'square-parking-off' | 'square-pause' | 'square-pen' | 'square-percent' | 'square-pi' | 'square-pilcrow' | 'square-play' | 'square-plus' | 'square-power' | 'square-radical' | 'square-round-corner' | 'square-scissors' | 'square-sigma' | 'square-slash' | 'square-split-horizontal' | 'square-split-vertical' | 'square-square' | 'square-stack' | 'square-stop' | 'square-terminal' | 'square-user' | 'square-user-round' | 'square-x' | 'squares-exclude' | 'squares-intersect' | 'squares-subtract' | 'squares-unite' | 'squircle' | 'squircle-dashed' | 'squirrel' | 'stamp' | 'star' | 'star-half' | 'star-off' | 'step-back' | 'step-forward' | 'stethoscope' | 'sticker' | 'sticky-note' | 'store' | 'stretch-horizontal' | 'stretch-vertical' | 'strikethrough' | 'subscript' | 'sun' | 'sun-dim' | 'sun-medium' | 'sun-moon' | 'sun-snow' | 'sunrise' | 'sunset' | 'superscript' | 'swatch-book' | 'swiss-franc' | 'switch-camera' | 'sword' | 'swords' | 'syringe' | 'table' | 'table-2' | 'table-cells-merge' | 'table-cells-split' | 'table-columns-split' | 'table-of-contents' | 'table-properties' | 'table-rows-split' | 'tablet' | 'tablet-smartphone' | 'tablets' | 'tag' | 'tags' | 'tally-1' | 'tally-2' | 'tally-3' | 'tally-4' | 'tally-5' | 'tangent' | 'target' | 'telescope' | 'tent' | 'tent-tree' | 'terminal' | 'test-tube' | 'test-tube-diagonal' | 'test-tubes' | 'text' | 'text-cursor' | 'text-cursor-input' | 'text-quote' | 'text-search' | 'text-select' | 'theater' | 'thermometer' | 'thermometer-snowflake' | 'thermometer-sun' | 'thumbs-down' | 'thumbs-up' | 'ticket' | 'ticket-check' | 'ticket-minus' | 'ticket-percent' | 'ticket-plus' | 'ticket-slash' | 'ticket-x' | 'tickets' | 'tickets-plane' | 'timer' | 'timer-off' | 'timer-reset' | 'toggle-left' | 'toggle-right' | 'toilet' | 'tool-case' | 'tornado' | 'torus' | 'touchpad' | 'touchpad-off' | 'tower-control' | 'toy-brick' | 'tractor' | 'traffic-cone' | 'train-front' | 'train-front-tunnel' | 'train-track' | 'tram-front' | 'transgender' | 'trash' | 'trash-2' | 'tree-deciduous' | 'tree-palm' | 'tree-pine' | 'trees' | 'trello' | 'trending-down' | 'trending-up' | 'trending-up-down' | 'triangle' | 'triangle-alert' | 'triangle-dashed' | 'triangle-right' | 'trophy' | 'truck' | 'truck-electric' | 'turkish-lira' | 'turntable' | 'turtle' | 'tv' | 'tv-minimal' | 'tv-minimal-play' | 'twitch' | 'twitter' | 'type' | 'type-outline' | 'umbrella' | 'umbrella-off' | 'underline' | 'undo' | 'undo-2' | 'undo-dot' | 'unfold-horizontal' | 'unfold-vertical' | 'ungroup' | 'university' | 'unlink' | 'unlink-2' | 'unplug' | 'upload' | 'usb' | 'user' | 'user-check' | 'user-cog' | 'user-lock' | 'user-minus' | 'user-pen' | 'user-plus' | 'user-round' | 'user-round-check' | 'user-round-cog' | 'user-round-minus' | 'user-round-pen' | 'user-round-plus' | 'user-round-search' | 'user-round-x' | 'user-search' | 'user-star' | 'user-x' | 'users' | 'users-round' | 'utensils' | 'utensils-crossed' | 'utility-pole' | 'variable' | 'vault' | 'vector-square' | 'vegan' | 'venetian-mask' | 'venus' | 'venus-and-mars' | 'vibrate' | 'vibrate-off' | 'video' | 'video-off' | 'videotape' | 'view' | 'voicemail' | 'volleyball' | 'volume' | 'volume-1' | 'volume-2' | 'volume-off' | 'volume-x' | 'vote' | 'wallet' | 'wallet-cards' | 'wallet-minimal' | 'wallpaper' | 'wand' | 'wand-sparkles' | 'warehouse' | 'washing-machine' | 'watch' | 'waves' | 'waves-ladder' | 'waypoints' | 'webcam' | 'webhook' | 'webhook-off' | 'weight' | 'wheat' | 'wheat-off' | 'whole-word' | 'wifi' | 'wifi-cog' | 'wifi-high' | 'wifi-low' | 'wifi-off' | 'wifi-pen' | 'wifi-sync' | 'wifi-zero' | 'wind' | 'wind-arrow-down' | 'wine' | 'wine-off' | 'workflow' | 'worm' | 'wrap-text' | 'wrench' | 'x' | 'youtube' | 'zap' | 'zap-off' | 'zoom-in' | 'zoom-out' | 'byq' | 'bookmarkk'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Interface9'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|property1|key|ref|className|style|children)$/]",
        "message": "<Interface9> doesn't accept that prop. Declared props: className, style, property1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Interface9'] > JSXAttribute[name.name='property1'] > Literal[value!=/^(?:a-arrow-down|a-arrow-up|a-large-small|accessibility|activity|air-vent|airplay|alarm-clock|alarm-clock-check|alarm-clock-minus|alarm-clock-off|alarm-clock-plus|alarm-smoke|album|align-center|align-center-horizontal|align-center-vertical|align-end-horizontal|align-end-vertical|align-horizontal-distribute-center|align-horizontal-distribute-end|align-horizontal-distribute-start|align-horizontal-justify-center|align-horizontal-justify-end|align-horizontal-justify-start|align-horizontal-space-around|align-horizontal-space-between|align-justify|align-left|align-right|align-start-horizontal|align-start-vertical|align-vertical-distribute-center|align-vertical-distribute-end|align-vertical-distribute-start|align-vertical-justify-center|align-vertical-justify-end|align-vertical-justify-start|align-vertical-space-around|align-vertical-space-between|ambulance|ampersand|ampersands|amphora|anchor|angry|annoyed|antenna|anvil|aperture|app-window|app-window-mac|apple|archive|archive-restore|archive-x|armchair|arrow-big-down|arrow-big-down-dash|arrow-big-left|arrow-big-left-dash|arrow-big-right|arrow-big-right-dash|arrow-big-up|arrow-big-up-dash|arrow-down|arrow-down-0-1|arrow-down-1-0|arrow-down-a-z|arrow-down-from-line|arrow-down-left|arrow-down-narrow-wide|arrow-down-right|arrow-down-to-dot|arrow-down-to-line|arrow-down-up|arrow-down-wide-narrow|arrow-down-z-a|arrow-left|arrow-left-from-line|arrow-left-right|arrow-left-to-line|arrow-right|arrow-right-from-line|arrow-right-left|arrow-right-to-line|arrow-up|arrow-up-0-1|arrow-up-1-0|arrow-up-a-z|arrow-up-down|arrow-up-from-dot|arrow-up-from-line|arrow-up-left|arrow-up-narrow-wide|arrow-up-right|arrow-up-to-line|arrow-up-wide-narrow|arrow-up-z-a|arrows-up-from-line|asterisk|at-sign|atom|audio-lines|audio-waveform|award|axe|axis-3d|baby|backpack|badge|badge-alert|badge-cent|badge-check|badge-dollar-sign|badge-euro|badge-indian-rupee|badge-info|badge-japanese-yen|badge-minus|badge-percent|badge-plus|badge-pound-sterling|badge-question-mark|badge-russian-ruble|badge-swiss-franc|badge-turkish-lira|badge-x|baggage-claim|ban|banana|bandage|banknote|banknote-arrow-down|banknote-arrow-up|banknote-x|barcode|barrel|baseline|bath|battery|battery-charging|battery-full|battery-low|battery-medium|battery-plus|battery-warning|beaker|bean|bean-off|bed|bed-double|bed-single|beef|beer|beer-off|bell|bell-dot|bell-electric|bell-minus|bell-off|bell-plus|bell-ring|between-horizontal-end|between-horizontal-start|between-vertical-end|between-vertical-start|biceps-flexed|bike|binary|binoculars|biohazard|bird|bitcoin|blend|blinds|blocks|bluetooth|bluetooth-connected|bluetooth-off|bluetooth-searching|bold|bolt|bomb|bone|book|book-a|book-alert|book-audio|book-check|book-copy|book-dashed|book-down|book-headphones|book-heart|book-image|book-key|book-lock|book-marked|book-minus|book-open|book-open-check|book-open-text|book-plus|book-text|book-type|book-up|book-up-2|book-user|book-x|bookmark|bookmark-minus|bookmark-plus|bookmark-x|boom-box|bot|bot-message-square|bot-off|bottle-wine|bow-arrow|box|boxes|braces|brackets|brain|brain-circuit|brain-cog|brick-wall|brick-wall-fire|briefcase|briefcase-business|briefcase-conveyor-belt|briefcase-medical|bring-to-front|brush|brush-cleaning|bubbles|bug|bug-off|bug-play|building|building-2|bus|bus-front|cable|cable-car|cake|cake-slice|calculator|calendar|calendar-1|calendar-arrow-down|calendar-arrow-up|calendar-check|calendar-check-2|calendar-clock|calendar-cog|calendar-days|calendar-fold|calendar-heart|calendar-minus|calendar-minus-2|calendar-off|calendar-plus|calendar-plus-2|calendar-range|calendar-search|calendar-sync|calendar-x|calendar-x-2|camera|camera-off|candy|candy-cane|candy-off|cannabis|captions|captions-off|car|car-front|car-taxi-front|caravan|card-sim|carrot|case-lower|case-sensitive|case-upper|cassette-tape|cast|castle|cat|cctv|chart-area|chart-bar|chart-bar-big|chart-bar-decreasing|chart-bar-increasing|chart-bar-stacked|chart-candlestick|chart-column|chart-column-big|chart-column-decreasing|chart-column-increasing|chart-column-stacked|chart-gantt|chart-line|chart-network|chart-no-axes-column|chart-no-axes-column-decreasing|chart-no-axes-column-increasing|chart-no-axes-combined|chart-no-axes-gantt|chart-pie|chart-scatter|chart-spline|check|check-check|check-line|chef-hat|cherry|chevron-down|chevron-first|chevron-last|chevron-left|chevron-right|chevron-up|chevrons-down|chevrons-down-up|chevrons-left|chevrons-left-right|chevrons-left-right-ellipsis|chevrons-right|chevrons-right-left|chevrons-up|chevrons-up-down|chrome|church|cigarette|cigarette-off|circle|circle-alert|circle-arrow-down|circle-arrow-left|circle-arrow-out-down-left|circle-arrow-out-down-right|circle-arrow-out-up-left|circle-arrow-out-up-right|circle-arrow-right|circle-arrow-up|circle-check|circle-check-big|circle-chevron-down|circle-chevron-left|circle-chevron-right|circle-chevron-up|circle-dashed|circle-divide|circle-dollar-sign|circle-dot|circle-dot-dashed|circle-ellipsis|circle-equal|circle-fading-arrow-up|circle-fading-plus|circle-gauge|circle-minus|circle-off|circle-parking|circle-parking-off|circle-pause|circle-percent|circle-play|circle-plus|circle-pound-sterling|circle-power|circle-question-mark|circle-slash|circle-slash-2|circle-small|circle-stop|circle-user|circle-user-round|circle-x|circuit-board|citrus|clapperboard|clipboard|clipboard-check|clipboard-clock|clipboard-copy|clipboard-list|clipboard-minus|clipboard-paste|clipboard-pen|clipboard-pen-line|clipboard-plus|clipboard-type|clipboard-x|clock|clock-1|clock-10|clock-11|clock-12|clock-2|clock-3|clock-4|clock-5|clock-6|clock-7|clock-8|clock-9|clock-alert|clock-arrow-down|clock-arrow-up|clock-fading|clock-plus|closed-caption|cloud|cloud-alert|cloud-check|cloud-cog|cloud-download|cloud-drizzle|cloud-fog|cloud-hail|cloud-lightning|cloud-moon|cloud-moon-rain|cloud-off|cloud-rain|cloud-rain-wind|cloud-snow|cloud-sun|cloud-sun-rain|cloud-upload|cloudy|clover|club|code|code-xml|codepen|codesandbox|coffee|cog|coins|columns-2|columns-3|columns-3-cog|columns-4|combine|command|compass|component|computer|concierge-bell|cone|construction|contact|contact-round|container|contrast|cookie|cooking-pot|copy|copy-check|copy-minus|copy-plus|copy-slash|copy-x|copyleft|copyright|corner-down-left|corner-down-right|corner-left-down|corner-left-up|corner-right-down|corner-right-up|corner-up-left|corner-up-right|cpu|creative-commons|credit-card|croissant|crop|cross|crosshair|crown|cuboid|cup-soda|currency|cylinder|dam|database|database-backup|database-zap|decimals-arrow-left|decimals-arrow-right|delete|dessert|diameter|diamond|diamond-minus|diamond-percent|diamond-plus|dice-1|dice-2|dice-3|dice-4|dice-5|dice-6|dices|diff|disc|disc-2|disc-3|disc-album|divide|dna|dna-off|dock|dog|dollar-sign|donut|door-closed|door-closed-locked|door-open|dot|download|drafting-compass|drama|dribbble|drill|drone|droplet|droplet-off|droplets|drum|drumstick|dumbbell|ear|ear-off|earth|earth-lock|eclipse|egg|egg-fried|egg-off|ellipsis|ellipsis-vertical|equal|equal-approximately|equal-not|eraser|ethernet-port|euro|expand|external-link|eye|eye-closed|eye-off|facebook|factory|fan|fast-forward|feather|fence|ferris-wheel|figma|file|file-archive|file-audio|file-audio-2|file-axis-3d|file-badge|file-badge-2|file-box|file-chart-column|file-chart-column-increasing|file-chart-line|file-chart-pie|file-check|file-check-2|file-clock|file-code|file-code-2|file-cog|file-diff|file-digit|file-down|file-heart|file-image|file-input|file-json|file-json-2|file-key|file-key-2|file-lock|file-lock-2|file-minus|file-minus-2|file-music|file-output|file-pen|file-pen-line|file-play|file-plus|file-plus-2|file-question-mark|file-scan|file-search|file-search-2|file-sliders|file-spreadsheet|file-stack|file-symlink|file-terminal|file-text|file-type|file-type-2|file-up|file-user|file-video-camera|file-volume|file-volume-2|file-warning|file-x|file-x-2|files|film|fingerprint|fire-extinguisher|fish|fish-off|fish-symbol|flag|flag-off|flag-triangle-left|flag-triangle-right|flame|flame-kindling|flashlight|flashlight-off|flask-conical|flask-conical-off|flask-round|flip-horizontal|flip-horizontal-2|flip-vertical|flip-vertical-2|flower|flower-2|focus|fold-horizontal|fold-vertical|folder|folder-archive|folder-check|folder-clock|folder-closed|folder-code|folder-cog|folder-dot|folder-down|folder-git|folder-git-2|folder-heart|folder-input|folder-kanban|folder-key|folder-lock|folder-minus|folder-open|folder-open-dot|folder-output|folder-pen|folder-plus|folder-root|folder-search|folder-search-2|folder-symlink|folder-sync|folder-tree|folder-up|folder-x|folders|footprints|forklift|forward|frame|framer|frown|fuel|fullscreen|funnel|funnel-plus|funnel-x|gallery-horizontal|gallery-horizontal-end|gallery-thumbnails|gallery-vertical|gallery-vertical-end|gamepad|gamepad-2|gauge|gavel|gem|georgian-lari|ghost|gift|git-branch|git-branch-plus|git-commit-horizontal|git-commit-vertical|git-compare|git-compare-arrows|git-fork|git-graph|git-merge|git-pull-request|git-pull-request-arrow|git-pull-request-closed|git-pull-request-create|git-pull-request-create-arrow|git-pull-request-draft|github|gitlab|glass-water|glasses|globe|globe-lock|goal|gpu|graduation-cap|grape|grid-2x2|grid-2x2-check|grid-2x2-plus|grid-2x2-x|grid-3x2|grid-3x3|grip|grip-horizontal|grip-vertical|group|guitar|ham|hamburger|hammer|hand|hand-coins|hand-fist|hand-grab|hand-heart|hand-helping|hand-metal|hand-platter|handbag|handshake|hard-drive|hard-drive-download|hard-drive-upload|hard-hat|hash|hat-glasses|haze|hdmi-port|heading|heading-1|heading-2|heading-3|heading-4|heading-5|heading-6|headphone-off|headphones|headset|heart|heart-crack|heart-handshake|heart-minus|heart-off|heart-plus|heart-pulse|heater|hexagon|highlighter|history|hop|hop-off|hospital|hotel|hourglass|house|house-plug|house-plus|house-wifi|ice-cream-bowl|ice-cream-cone|id-card|id-card-lanyard|image|image-down|image-minus|image-off|image-play|image-plus|image-up|image-upscale|images|import|inbox|indent-decrease|indent-increase|indian-rupee|infinity|info|inspection-panel|instagram|italic|iteration-ccw|iteration-cw|japanese-yen|joystick|kanban|key|key-round|key-square|keyboard|keyboard-music|keyboard-off|lamp|lamp-ceiling|lamp-desk|lamp-floor|lamp-wall-down|lamp-wall-up|land-plot|landmark|languages|laptop|laptop-minimal|laptop-minimal-check|lasso|lasso-select|laugh|layers|layers-2|layout-dashboard|layout-grid|layout-list|layout-panel-left|layout-panel-top|layout-template|leaf|leafy-green|lectern|letter-text|library|library-big|life-buoy|ligature|lightbulb|lightbulb-off|line-squiggle|link|link-2|link-2-off|linkedin|list|list-check|list-checks|list-collapse|list-end|list-filter|list-filter-plus|list-minus|list-music|list-ordered|list-plus|list-restart|list-start|list-todo|list-tree|list-video|list-x|loader|loader-circle|loader-pinwheel|locate|locate-fixed|locate-off|lock|lock-keyhole|lock-keyhole-open|lock-open|log-in|log-out|logs|lollipop|luggage|magnet|mail|mail-check|mail-minus|mail-open|mail-plus|mail-question-mark|mail-search|mail-warning|mail-x|mailbox|mails|map|map-minus|map-pin|map-pin-check|map-pin-check-inside|map-pin-house|map-pin-minus|map-pin-minus-inside|map-pin-off|map-pin-pen|map-pin-plus|map-pin-plus-inside|map-pin-x|map-pin-x-inside|map-pinned|map-plus|mars|mars-stroke|martini|maximize|maximize-2|medal|megaphone|megaphone-off|meh|memory-stick|menu|merge|message-circle|message-circle-code|message-circle-dashed|message-circle-heart|message-circle-more|message-circle-off|message-circle-plus|message-circle-question-mark|message-circle-reply|message-circle-warning|message-circle-x|message-square|message-square-code|message-square-dashed|message-square-diff|message-square-dot|message-square-heart|message-square-lock|message-square-more|message-square-off|message-square-plus|message-square-quote|message-square-reply|message-square-share|message-square-text|message-square-warning|message-square-x|messages-square|mic|mic-off|mic-vocal|microchip|microscope|microwave|milestone|milk|milk-off|minimize|minimize-2|minus|monitor|monitor-check|monitor-cog|monitor-dot|monitor-down|monitor-off|monitor-pause|monitor-play|monitor-smartphone|monitor-speaker|monitor-stop|monitor-up|monitor-x|moon|moon-star|mountain|mountain-snow|mouse|mouse-off|mouse-pointer|mouse-pointer-2|mouse-pointer-ban|mouse-pointer-click|move|move-3d|move-diagonal|move-diagonal-2|move-down|move-down-left|move-down-right|move-horizontal|move-left|move-right|move-up|move-up-left|move-up-right|move-vertical|music|music-2|music-3|music-4|navigation|navigation-2|navigation-2-off|navigation-off|network|newspaper|nfc|non-binary|notebook|notebook-pen|notebook-tabs|notebook-text|notepad-text|notepad-text-dashed|nut|nut-off|octagon|octagon-alert|octagon-minus|octagon-pause|octagon-x|omega|option|orbit|origami|package|package-2|package-check|package-minus|package-open|package-plus|package-search|package-x|paint-bucket|paint-roller|paintbrush|paintbrush-vertical|palette|panda|panel-bottom|panel-bottom-close|panel-bottom-dashed|panel-bottom-open|panel-left|panel-left-close|panel-left-dashed|panel-left-open|panel-right|panel-right-close|panel-right-dashed|panel-right-open|panel-top|panel-top-close|panel-top-dashed|panel-top-open|panels-left-bottom|panels-right-bottom|panels-top-left|paperclip|parentheses|parking-meter|party-popper|pause|paw-print|pc-case|pen|pen-line|pen-off|pen-tool|pencil|pencil-line|pencil-off|pencil-ruler|pentagon|percent|person-standing|philippine-peso|phone|phone-call|phone-forwarded|phone-incoming|phone-missed|phone-off|phone-outgoing|pi|piano|pickaxe|picture-in-picture|picture-in-picture-2|piggy-bank|pilcrow|pilcrow-left|pilcrow-right|pill|pill-bottle|pin|pin-off|pipette|pizza|plane|plane-landing|plane-takeoff|play|plug|plug-2|plug-zap|plus|pocket|pocket-knife|podcast|pointer|pointer-off|popcorn|popsicle|pound-sterling|power|power-off|presentation|printer|printer-check|projector|proportions|puzzle|pyramid|qr-code|quote|rabbit|radar|radiation|radical|radio|radio-receiver|radio-tower|radius|rail-symbol|rainbow|rat|ratio|receipt|receipt-cent|receipt-euro|receipt-indian-rupee|receipt-japanese-yen|receipt-pound-sterling|receipt-russian-ruble|receipt-swiss-franc|receipt-text|receipt-turkish-lira|rectangle-circle|rectangle-ellipsis|rectangle-goggles|rectangle-horizontal|rectangle-vertical|recycle|redo|redo-2|redo-dot|refresh-ccw|refresh-ccw-dot|refresh-cw|refresh-cw-off|refrigerator|regex|remove-formatting|repeat|repeat-1|repeat-2|replace|replace-all|reply|reply-all|rewind|ribbon|rocket|rocking-chair|roller-coaster|rotate-3d|rotate-ccw|rotate-ccw-key|rotate-ccw-square|rotate-cw|rotate-cw-square|route|route-off|router|rows-2|rows-3|rows-4|rss|ruler|ruler-dimension-line|russian-ruble|sailboat|salad|sandwich|satellite|satellite-dish|saudi-riyal|save|save-all|save-off|scale|scale-3d|scaling|scan|scan-barcode|scan-eye|scan-face|scan-heart|scan-line|scan-qr-code|scan-search|scan-text|school|scissors|scissors-line-dashed|screen-share|screen-share-off|scroll|scroll-text|search|search-check|search-code|search-slash|search-x|section|send|send-horizontal|send-to-back|separator-horizontal|separator-vertical|server|server-cog|server-crash|server-off|settings|settings-2|shapes|share|share-2|sheet|shell|shield|shield-alert|shield-ban|shield-check|shield-ellipsis|shield-half|shield-minus|shield-off|shield-plus|shield-question-mark|shield-user|shield-x|ship|ship-wheel|shirt|shopping-bag|shopping-basket|shopping-cart|shovel|shower-head|shredder|shrimp|shrink|shrub|shuffle|sigma|signal|signal-high|signal-low|signal-medium|signal-zero|signature|signpost|signpost-big|siren|skip-back|skip-forward|skull|slack|slash|slice|sliders-horizontal|sliders-vertical|smartphone|smartphone-charging|smartphone-nfc|smile|smile-plus|snail|snowflake|soap-dispenser-droplet|sofa|soup|space|spade|sparkle|sparkles|speaker|speech|spell-check|spell-check-2|spline|spline-pointer|split|spool|spotlight|spray-can|sprout|square|square-activity|square-arrow-down|square-arrow-down-left|square-arrow-down-right|square-arrow-left|square-arrow-out-down-left|square-arrow-out-down-right|square-arrow-out-up-left|square-arrow-out-up-right|square-arrow-right|square-arrow-up|square-arrow-up-left|square-arrow-up-right|square-asterisk|square-bottom-dashed-scissors|square-chart-gantt|square-check|square-check-big|square-chevron-down|square-chevron-left|square-chevron-right|square-chevron-up|square-code|square-dashed|square-dashed-bottom|square-dashed-bottom-code|square-dashed-kanban|square-dashed-mouse-pointer|square-dashed-top-solid|square-divide|square-dot|square-equal|square-function|square-kanban|square-library|square-m|square-menu|square-minus|square-mouse-pointer|square-parking|square-parking-off|square-pause|square-pen|square-percent|square-pi|square-pilcrow|square-play|square-plus|square-power|square-radical|square-round-corner|square-scissors|square-sigma|square-slash|square-split-horizontal|square-split-vertical|square-square|square-stack|square-stop|square-terminal|square-user|square-user-round|square-x|squares-exclude|squares-intersect|squares-subtract|squares-unite|squircle|squircle-dashed|squirrel|stamp|star|star-half|star-off|step-back|step-forward|stethoscope|sticker|sticky-note|store|stretch-horizontal|stretch-vertical|strikethrough|subscript|sun|sun-dim|sun-medium|sun-moon|sun-snow|sunrise|sunset|superscript|swatch-book|swiss-franc|switch-camera|sword|swords|syringe|table|table-2|table-cells-merge|table-cells-split|table-columns-split|table-of-contents|table-properties|table-rows-split|tablet|tablet-smartphone|tablets|tag|tags|tally-1|tally-2|tally-3|tally-4|tally-5|tangent|target|telescope|tent|tent-tree|terminal|test-tube|test-tube-diagonal|test-tubes|text|text-cursor|text-cursor-input|text-quote|text-search|text-select|theater|thermometer|thermometer-snowflake|thermometer-sun|thumbs-down|thumbs-up|ticket|ticket-check|ticket-minus|ticket-percent|ticket-plus|ticket-slash|ticket-x|tickets|tickets-plane|timer|timer-off|timer-reset|toggle-left|toggle-right|toilet|tool-case|tornado|torus|touchpad|touchpad-off|tower-control|toy-brick|tractor|traffic-cone|train-front|train-front-tunnel|train-track|tram-front|transgender|trash|trash-2|tree-deciduous|tree-palm|tree-pine|trees|trello|trending-down|trending-up|trending-up-down|triangle|triangle-alert|triangle-dashed|triangle-right|trophy|truck|truck-electric|turkish-lira|turntable|turtle|tv|tv-minimal|tv-minimal-play|twitch|twitter|type|type-outline|umbrella|umbrella-off|underline|undo|undo-2|undo-dot|unfold-horizontal|unfold-vertical|ungroup|university|unlink|unlink-2|unplug|upload|usb|user|user-check|user-cog|user-lock|user-minus|user-pen|user-plus|user-round|user-round-check|user-round-cog|user-round-minus|user-round-pen|user-round-plus|user-round-search|user-round-x|user-search|user-star|user-x|users|users-round|utensils|utensils-crossed|utility-pole|variable|vault|vector-square|vegan|venetian-mask|venus|venus-and-mars|vibrate|vibrate-off|video|video-off|videotape|view|voicemail|volleyball|volume|volume-1|volume-2|volume-off|volume-x|vote|wallet|wallet-cards|wallet-minimal|wallpaper|wand|wand-sparkles|warehouse|washing-machine|watch|waves|waves-ladder|waypoints|webcam|webhook|webhook-off|weight|wheat|wheat-off|whole-word|wifi|wifi-cog|wifi-high|wifi-low|wifi-off|wifi-pen|wifi-sync|wifi-zero|wind|wind-arrow-down|wine|wine-off|workflow|worm|wrap-text|wrench|x|youtube|zap|zap-off|zoom-in|zoom-out|byq)$/]",
        "message": "<Interface9> property1 must be one of 'a-arrow-down' | 'a-arrow-up' | 'a-large-small' | 'accessibility' | 'activity' | 'air-vent' | 'airplay' | 'alarm-clock' | 'alarm-clock-check' | 'alarm-clock-minus' | 'alarm-clock-off' | 'alarm-clock-plus' | 'alarm-smoke' | 'album' | 'align-center' | 'align-center-horizontal' | 'align-center-vertical' | 'align-end-horizontal' | 'align-end-vertical' | 'align-horizontal-distribute-center' | 'align-horizontal-distribute-end' | 'align-horizontal-distribute-start' | 'align-horizontal-justify-center' | 'align-horizontal-justify-end' | 'align-horizontal-justify-start' | 'align-horizontal-space-around' | 'align-horizontal-space-between' | 'align-justify' | 'align-left' | 'align-right' | 'align-start-horizontal' | 'align-start-vertical' | 'align-vertical-distribute-center' | 'align-vertical-distribute-end' | 'align-vertical-distribute-start' | 'align-vertical-justify-center' | 'align-vertical-justify-end' | 'align-vertical-justify-start' | 'align-vertical-space-around' | 'align-vertical-space-between' | 'ambulance' | 'ampersand' | 'ampersands' | 'amphora' | 'anchor' | 'angry' | 'annoyed' | 'antenna' | 'anvil' | 'aperture' | 'app-window' | 'app-window-mac' | 'apple' | 'archive' | 'archive-restore' | 'archive-x' | 'armchair' | 'arrow-big-down' | 'arrow-big-down-dash' | 'arrow-big-left' | 'arrow-big-left-dash' | 'arrow-big-right' | 'arrow-big-right-dash' | 'arrow-big-up' | 'arrow-big-up-dash' | 'arrow-down' | 'arrow-down-0-1' | 'arrow-down-1-0' | 'arrow-down-a-z' | 'arrow-down-from-line' | 'arrow-down-left' | 'arrow-down-narrow-wide' | 'arrow-down-right' | 'arrow-down-to-dot' | 'arrow-down-to-line' | 'arrow-down-up' | 'arrow-down-wide-narrow' | 'arrow-down-z-a' | 'arrow-left' | 'arrow-left-from-line' | 'arrow-left-right' | 'arrow-left-to-line' | 'arrow-right' | 'arrow-right-from-line' | 'arrow-right-left' | 'arrow-right-to-line' | 'arrow-up' | 'arrow-up-0-1' | 'arrow-up-1-0' | 'arrow-up-a-z' | 'arrow-up-down' | 'arrow-up-from-dot' | 'arrow-up-from-line' | 'arrow-up-left' | 'arrow-up-narrow-wide' | 'arrow-up-right' | 'arrow-up-to-line' | 'arrow-up-wide-narrow' | 'arrow-up-z-a' | 'arrows-up-from-line' | 'asterisk' | 'at-sign' | 'atom' | 'audio-lines' | 'audio-waveform' | 'award' | 'axe' | 'axis-3d' | 'baby' | 'backpack' | 'badge' | 'badge-alert' | 'badge-cent' | 'badge-check' | 'badge-dollar-sign' | 'badge-euro' | 'badge-indian-rupee' | 'badge-info' | 'badge-japanese-yen' | 'badge-minus' | 'badge-percent' | 'badge-plus' | 'badge-pound-sterling' | 'badge-question-mark' | 'badge-russian-ruble' | 'badge-swiss-franc' | 'badge-turkish-lira' | 'badge-x' | 'baggage-claim' | 'ban' | 'banana' | 'bandage' | 'banknote' | 'banknote-arrow-down' | 'banknote-arrow-up' | 'banknote-x' | 'barcode' | 'barrel' | 'baseline' | 'bath' | 'battery' | 'battery-charging' | 'battery-full' | 'battery-low' | 'battery-medium' | 'battery-plus' | 'battery-warning' | 'beaker' | 'bean' | 'bean-off' | 'bed' | 'bed-double' | 'bed-single' | 'beef' | 'beer' | 'beer-off' | 'bell' | 'bell-dot' | 'bell-electric' | 'bell-minus' | 'bell-off' | 'bell-plus' | 'bell-ring' | 'between-horizontal-end' | 'between-horizontal-start' | 'between-vertical-end' | 'between-vertical-start' | 'biceps-flexed' | 'bike' | 'binary' | 'binoculars' | 'biohazard' | 'bird' | 'bitcoin' | 'blend' | 'blinds' | 'blocks' | 'bluetooth' | 'bluetooth-connected' | 'bluetooth-off' | 'bluetooth-searching' | 'bold' | 'bolt' | 'bomb' | 'bone' | 'book' | 'book-a' | 'book-alert' | 'book-audio' | 'book-check' | 'book-copy' | 'book-dashed' | 'book-down' | 'book-headphones' | 'book-heart' | 'book-image' | 'book-key' | 'book-lock' | 'book-marked' | 'book-minus' | 'book-open' | 'book-open-check' | 'book-open-text' | 'book-plus' | 'book-text' | 'book-type' | 'book-up' | 'book-up-2' | 'book-user' | 'book-x' | 'bookmark' | 'bookmark-minus' | 'bookmark-plus' | 'bookmark-x' | 'boom-box' | 'bot' | 'bot-message-square' | 'bot-off' | 'bottle-wine' | 'bow-arrow' | 'box' | 'boxes' | 'braces' | 'brackets' | 'brain' | 'brain-circuit' | 'brain-cog' | 'brick-wall' | 'brick-wall-fire' | 'briefcase' | 'briefcase-business' | 'briefcase-conveyor-belt' | 'briefcase-medical' | 'bring-to-front' | 'brush' | 'brush-cleaning' | 'bubbles' | 'bug' | 'bug-off' | 'bug-play' | 'building' | 'building-2' | 'bus' | 'bus-front' | 'cable' | 'cable-car' | 'cake' | 'cake-slice' | 'calculator' | 'calendar' | 'calendar-1' | 'calendar-arrow-down' | 'calendar-arrow-up' | 'calendar-check' | 'calendar-check-2' | 'calendar-clock' | 'calendar-cog' | 'calendar-days' | 'calendar-fold' | 'calendar-heart' | 'calendar-minus' | 'calendar-minus-2' | 'calendar-off' | 'calendar-plus' | 'calendar-plus-2' | 'calendar-range' | 'calendar-search' | 'calendar-sync' | 'calendar-x' | 'calendar-x-2' | 'camera' | 'camera-off' | 'candy' | 'candy-cane' | 'candy-off' | 'cannabis' | 'captions' | 'captions-off' | 'car' | 'car-front' | 'car-taxi-front' | 'caravan' | 'card-sim' | 'carrot' | 'case-lower' | 'case-sensitive' | 'case-upper' | 'cassette-tape' | 'cast' | 'castle' | 'cat' | 'cctv' | 'chart-area' | 'chart-bar' | 'chart-bar-big' | 'chart-bar-decreasing' | 'chart-bar-increasing' | 'chart-bar-stacked' | 'chart-candlestick' | 'chart-column' | 'chart-column-big' | 'chart-column-decreasing' | 'chart-column-increasing' | 'chart-column-stacked' | 'chart-gantt' | 'chart-line' | 'chart-network' | 'chart-no-axes-column' | 'chart-no-axes-column-decreasing' | 'chart-no-axes-column-increasing' | 'chart-no-axes-combined' | 'chart-no-axes-gantt' | 'chart-pie' | 'chart-scatter' | 'chart-spline' | 'check' | 'check-check' | 'check-line' | 'chef-hat' | 'cherry' | 'chevron-down' | 'chevron-first' | 'chevron-last' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevrons-down' | 'chevrons-down-up' | 'chevrons-left' | 'chevrons-left-right' | 'chevrons-left-right-ellipsis' | 'chevrons-right' | 'chevrons-right-left' | 'chevrons-up' | 'chevrons-up-down' | 'chrome' | 'church' | 'cigarette' | 'cigarette-off' | 'circle' | 'circle-alert' | 'circle-arrow-down' | 'circle-arrow-left' | 'circle-arrow-out-down-left' | 'circle-arrow-out-down-right' | 'circle-arrow-out-up-left' | 'circle-arrow-out-up-right' | 'circle-arrow-right' | 'circle-arrow-up' | 'circle-check' | 'circle-check-big' | 'circle-chevron-down' | 'circle-chevron-left' | 'circle-chevron-right' | 'circle-chevron-up' | 'circle-dashed' | 'circle-divide' | 'circle-dollar-sign' | 'circle-dot' | 'circle-dot-dashed' | 'circle-ellipsis' | 'circle-equal' | 'circle-fading-arrow-up' | 'circle-fading-plus' | 'circle-gauge' | 'circle-minus' | 'circle-off' | 'circle-parking' | 'circle-parking-off' | 'circle-pause' | 'circle-percent' | 'circle-play' | 'circle-plus' | 'circle-pound-sterling' | 'circle-power' | 'circle-question-mark' | 'circle-slash' | 'circle-slash-2' | 'circle-small' | 'circle-stop' | 'circle-user' | 'circle-user-round' | 'circle-x' | 'circuit-board' | 'citrus' | 'clapperboard' | 'clipboard' | 'clipboard-check' | 'clipboard-clock' | 'clipboard-copy' | 'clipboard-list' | 'clipboard-minus' | 'clipboard-paste' | 'clipboard-pen' | 'clipboard-pen-line' | 'clipboard-plus' | 'clipboard-type' | 'clipboard-x' | 'clock' | 'clock-1' | 'clock-10' | 'clock-11' | 'clock-12' | 'clock-2' | 'clock-3' | 'clock-4' | 'clock-5' | 'clock-6' | 'clock-7' | 'clock-8' | 'clock-9' | 'clock-alert' | 'clock-arrow-down' | 'clock-arrow-up' | 'clock-fading' | 'clock-plus' | 'closed-caption' | 'cloud' | 'cloud-alert' | 'cloud-check' | 'cloud-cog' | 'cloud-download' | 'cloud-drizzle' | 'cloud-fog' | 'cloud-hail' | 'cloud-lightning' | 'cloud-moon' | 'cloud-moon-rain' | 'cloud-off' | 'cloud-rain' | 'cloud-rain-wind' | 'cloud-snow' | 'cloud-sun' | 'cloud-sun-rain' | 'cloud-upload' | 'cloudy' | 'clover' | 'club' | 'code' | 'code-xml' | 'codepen' | 'codesandbox' | 'coffee' | 'cog' | 'coins' | 'columns-2' | 'columns-3' | 'columns-3-cog' | 'columns-4' | 'combine' | 'command' | 'compass' | 'component' | 'computer' | 'concierge-bell' | 'cone' | 'construction' | 'contact' | 'contact-round' | 'container' | 'contrast' | 'cookie' | 'cooking-pot' | 'copy' | 'copy-check' | 'copy-minus' | 'copy-plus' | 'copy-slash' | 'copy-x' | 'copyleft' | 'copyright' | 'corner-down-left' | 'corner-down-right' | 'corner-left-down' | 'corner-left-up' | 'corner-right-down' | 'corner-right-up' | 'corner-up-left' | 'corner-up-right' | 'cpu' | 'creative-commons' | 'credit-card' | 'croissant' | 'crop' | 'cross' | 'crosshair' | 'crown' | 'cuboid' | 'cup-soda' | 'currency' | 'cylinder' | 'dam' | 'database' | 'database-backup' | 'database-zap' | 'decimals-arrow-left' | 'decimals-arrow-right' | 'delete' | 'dessert' | 'diameter' | 'diamond' | 'diamond-minus' | 'diamond-percent' | 'diamond-plus' | 'dice-1' | 'dice-2' | 'dice-3' | 'dice-4' | 'dice-5' | 'dice-6' | 'dices' | 'diff' | 'disc' | 'disc-2' | 'disc-3' | 'disc-album' | 'divide' | 'dna' | 'dna-off' | 'dock' | 'dog' | 'dollar-sign' | 'donut' | 'door-closed' | 'door-closed-locked' | 'door-open' | 'dot' | 'download' | 'drafting-compass' | 'drama' | 'dribbble' | 'drill' | 'drone' | 'droplet' | 'droplet-off' | 'droplets' | 'drum' | 'drumstick' | 'dumbbell' | 'ear' | 'ear-off' | 'earth' | 'earth-lock' | 'eclipse' | 'egg' | 'egg-fried' | 'egg-off' | 'ellipsis' | 'ellipsis-vertical' | 'equal' | 'equal-approximately' | 'equal-not' | 'eraser' | 'ethernet-port' | 'euro' | 'expand' | 'external-link' | 'eye' | 'eye-closed' | 'eye-off' | 'facebook' | 'factory' | 'fan' | 'fast-forward' | 'feather' | 'fence' | 'ferris-wheel' | 'figma' | 'file' | 'file-archive' | 'file-audio' | 'file-audio-2' | 'file-axis-3d' | 'file-badge' | 'file-badge-2' | 'file-box' | 'file-chart-column' | 'file-chart-column-increasing' | 'file-chart-line' | 'file-chart-pie' | 'file-check' | 'file-check-2' | 'file-clock' | 'file-code' | 'file-code-2' | 'file-cog' | 'file-diff' | 'file-digit' | 'file-down' | 'file-heart' | 'file-image' | 'file-input' | 'file-json' | 'file-json-2' | 'file-key' | 'file-key-2' | 'file-lock' | 'file-lock-2' | 'file-minus' | 'file-minus-2' | 'file-music' | 'file-output' | 'file-pen' | 'file-pen-line' | 'file-play' | 'file-plus' | 'file-plus-2' | 'file-question-mark' | 'file-scan' | 'file-search' | 'file-search-2' | 'file-sliders' | 'file-spreadsheet' | 'file-stack' | 'file-symlink' | 'file-terminal' | 'file-text' | 'file-type' | 'file-type-2' | 'file-up' | 'file-user' | 'file-video-camera' | 'file-volume' | 'file-volume-2' | 'file-warning' | 'file-x' | 'file-x-2' | 'files' | 'film' | 'fingerprint' | 'fire-extinguisher' | 'fish' | 'fish-off' | 'fish-symbol' | 'flag' | 'flag-off' | 'flag-triangle-left' | 'flag-triangle-right' | 'flame' | 'flame-kindling' | 'flashlight' | 'flashlight-off' | 'flask-conical' | 'flask-conical-off' | 'flask-round' | 'flip-horizontal' | 'flip-horizontal-2' | 'flip-vertical' | 'flip-vertical-2' | 'flower' | 'flower-2' | 'focus' | 'fold-horizontal' | 'fold-vertical' | 'folder' | 'folder-archive' | 'folder-check' | 'folder-clock' | 'folder-closed' | 'folder-code' | 'folder-cog' | 'folder-dot' | 'folder-down' | 'folder-git' | 'folder-git-2' | 'folder-heart' | 'folder-input' | 'folder-kanban' | 'folder-key' | 'folder-lock' | 'folder-minus' | 'folder-open' | 'folder-open-dot' | 'folder-output' | 'folder-pen' | 'folder-plus' | 'folder-root' | 'folder-search' | 'folder-search-2' | 'folder-symlink' | 'folder-sync' | 'folder-tree' | 'folder-up' | 'folder-x' | 'folders' | 'footprints' | 'forklift' | 'forward' | 'frame' | 'framer' | 'frown' | 'fuel' | 'fullscreen' | 'funnel' | 'funnel-plus' | 'funnel-x' | 'gallery-horizontal' | 'gallery-horizontal-end' | 'gallery-thumbnails' | 'gallery-vertical' | 'gallery-vertical-end' | 'gamepad' | 'gamepad-2' | 'gauge' | 'gavel' | 'gem' | 'georgian-lari' | 'ghost' | 'gift' | 'git-branch' | 'git-branch-plus' | 'git-commit-horizontal' | 'git-commit-vertical' | 'git-compare' | 'git-compare-arrows' | 'git-fork' | 'git-graph' | 'git-merge' | 'git-pull-request' | 'git-pull-request-arrow' | 'git-pull-request-closed' | 'git-pull-request-create' | 'git-pull-request-create-arrow' | 'git-pull-request-draft' | 'github' | 'gitlab' | 'glass-water' | 'glasses' | 'globe' | 'globe-lock' | 'goal' | 'gpu' | 'graduation-cap' | 'grape' | 'grid-2x2' | 'grid-2x2-check' | 'grid-2x2-plus' | 'grid-2x2-x' | 'grid-3x2' | 'grid-3x3' | 'grip' | 'grip-horizontal' | 'grip-vertical' | 'group' | 'guitar' | 'ham' | 'hamburger' | 'hammer' | 'hand' | 'hand-coins' | 'hand-fist' | 'hand-grab' | 'hand-heart' | 'hand-helping' | 'hand-metal' | 'hand-platter' | 'handbag' | 'handshake' | 'hard-drive' | 'hard-drive-download' | 'hard-drive-upload' | 'hard-hat' | 'hash' | 'hat-glasses' | 'haze' | 'hdmi-port' | 'heading' | 'heading-1' | 'heading-2' | 'heading-3' | 'heading-4' | 'heading-5' | 'heading-6' | 'headphone-off' | 'headphones' | 'headset' | 'heart' | 'heart-crack' | 'heart-handshake' | 'heart-minus' | 'heart-off' | 'heart-plus' | 'heart-pulse' | 'heater' | 'hexagon' | 'highlighter' | 'history' | 'hop' | 'hop-off' | 'hospital' | 'hotel' | 'hourglass' | 'house' | 'house-plug' | 'house-plus' | 'house-wifi' | 'ice-cream-bowl' | 'ice-cream-cone' | 'id-card' | 'id-card-lanyard' | 'image' | 'image-down' | 'image-minus' | 'image-off' | 'image-play' | 'image-plus' | 'image-up' | 'image-upscale' | 'images' | 'import' | 'inbox' | 'indent-decrease' | 'indent-increase' | 'indian-rupee' | 'infinity' | 'info' | 'inspection-panel' | 'instagram' | 'italic' | 'iteration-ccw' | 'iteration-cw' | 'japanese-yen' | 'joystick' | 'kanban' | 'key' | 'key-round' | 'key-square' | 'keyboard' | 'keyboard-music' | 'keyboard-off' | 'lamp' | 'lamp-ceiling' | 'lamp-desk' | 'lamp-floor' | 'lamp-wall-down' | 'lamp-wall-up' | 'land-plot' | 'landmark' | 'languages' | 'laptop' | 'laptop-minimal' | 'laptop-minimal-check' | 'lasso' | 'lasso-select' | 'laugh' | 'layers' | 'layers-2' | 'layout-dashboard' | 'layout-grid' | 'layout-list' | 'layout-panel-left' | 'layout-panel-top' | 'layout-template' | 'leaf' | 'leafy-green' | 'lectern' | 'letter-text' | 'library' | 'library-big' | 'life-buoy' | 'ligature' | 'lightbulb' | 'lightbulb-off' | 'line-squiggle' | 'link' | 'link-2' | 'link-2-off' | 'linkedin' | 'list' | 'list-check' | 'list-checks' | 'list-collapse' | 'list-end' | 'list-filter' | 'list-filter-plus' | 'list-minus' | 'list-music' | 'list-ordered' | 'list-plus' | 'list-restart' | 'list-start' | 'list-todo' | 'list-tree' | 'list-video' | 'list-x' | 'loader' | 'loader-circle' | 'loader-pinwheel' | 'locate' | 'locate-fixed' | 'locate-off' | 'lock' | 'lock-keyhole' | 'lock-keyhole-open' | 'lock-open' | 'log-in' | 'log-out' | 'logs' | 'lollipop' | 'luggage' | 'magnet' | 'mail' | 'mail-check' | 'mail-minus' | 'mail-open' | 'mail-plus' | 'mail-question-mark' | 'mail-search' | 'mail-warning' | 'mail-x' | 'mailbox' | 'mails' | 'map' | 'map-minus' | 'map-pin' | 'map-pin-check' | 'map-pin-check-inside' | 'map-pin-house' | 'map-pin-minus' | 'map-pin-minus-inside' | 'map-pin-off' | 'map-pin-pen' | 'map-pin-plus' | 'map-pin-plus-inside' | 'map-pin-x' | 'map-pin-x-inside' | 'map-pinned' | 'map-plus' | 'mars' | 'mars-stroke' | 'martini' | 'maximize' | 'maximize-2' | 'medal' | 'megaphone' | 'megaphone-off' | 'meh' | 'memory-stick' | 'menu' | 'merge' | 'message-circle' | 'message-circle-code' | 'message-circle-dashed' | 'message-circle-heart' | 'message-circle-more' | 'message-circle-off' | 'message-circle-plus' | 'message-circle-question-mark' | 'message-circle-reply' | 'message-circle-warning' | 'message-circle-x' | 'message-square' | 'message-square-code' | 'message-square-dashed' | 'message-square-diff' | 'message-square-dot' | 'message-square-heart' | 'message-square-lock' | 'message-square-more' | 'message-square-off' | 'message-square-plus' | 'message-square-quote' | 'message-square-reply' | 'message-square-share' | 'message-square-text' | 'message-square-warning' | 'message-square-x' | 'messages-square' | 'mic' | 'mic-off' | 'mic-vocal' | 'microchip' | 'microscope' | 'microwave' | 'milestone' | 'milk' | 'milk-off' | 'minimize' | 'minimize-2' | 'minus' | 'monitor' | 'monitor-check' | 'monitor-cog' | 'monitor-dot' | 'monitor-down' | 'monitor-off' | 'monitor-pause' | 'monitor-play' | 'monitor-smartphone' | 'monitor-speaker' | 'monitor-stop' | 'monitor-up' | 'monitor-x' | 'moon' | 'moon-star' | 'mountain' | 'mountain-snow' | 'mouse' | 'mouse-off' | 'mouse-pointer' | 'mouse-pointer-2' | 'mouse-pointer-ban' | 'mouse-pointer-click' | 'move' | 'move-3d' | 'move-diagonal' | 'move-diagonal-2' | 'move-down' | 'move-down-left' | 'move-down-right' | 'move-horizontal' | 'move-left' | 'move-right' | 'move-up' | 'move-up-left' | 'move-up-right' | 'move-vertical' | 'music' | 'music-2' | 'music-3' | 'music-4' | 'navigation' | 'navigation-2' | 'navigation-2-off' | 'navigation-off' | 'network' | 'newspaper' | 'nfc' | 'non-binary' | 'notebook' | 'notebook-pen' | 'notebook-tabs' | 'notebook-text' | 'notepad-text' | 'notepad-text-dashed' | 'nut' | 'nut-off' | 'octagon' | 'octagon-alert' | 'octagon-minus' | 'octagon-pause' | 'octagon-x' | 'omega' | 'option' | 'orbit' | 'origami' | 'package' | 'package-2' | 'package-check' | 'package-minus' | 'package-open' | 'package-plus' | 'package-search' | 'package-x' | 'paint-bucket' | 'paint-roller' | 'paintbrush' | 'paintbrush-vertical' | 'palette' | 'panda' | 'panel-bottom' | 'panel-bottom-close' | 'panel-bottom-dashed' | 'panel-bottom-open' | 'panel-left' | 'panel-left-close' | 'panel-left-dashed' | 'panel-left-open' | 'panel-right' | 'panel-right-close' | 'panel-right-dashed' | 'panel-right-open' | 'panel-top' | 'panel-top-close' | 'panel-top-dashed' | 'panel-top-open' | 'panels-left-bottom' | 'panels-right-bottom' | 'panels-top-left' | 'paperclip' | 'parentheses' | 'parking-meter' | 'party-popper' | 'pause' | 'paw-print' | 'pc-case' | 'pen' | 'pen-line' | 'pen-off' | 'pen-tool' | 'pencil' | 'pencil-line' | 'pencil-off' | 'pencil-ruler' | 'pentagon' | 'percent' | 'person-standing' | 'philippine-peso' | 'phone' | 'phone-call' | 'phone-forwarded' | 'phone-incoming' | 'phone-missed' | 'phone-off' | 'phone-outgoing' | 'pi' | 'piano' | 'pickaxe' | 'picture-in-picture' | 'picture-in-picture-2' | 'piggy-bank' | 'pilcrow' | 'pilcrow-left' | 'pilcrow-right' | 'pill' | 'pill-bottle' | 'pin' | 'pin-off' | 'pipette' | 'pizza' | 'plane' | 'plane-landing' | 'plane-takeoff' | 'play' | 'plug' | 'plug-2' | 'plug-zap' | 'plus' | 'pocket' | 'pocket-knife' | 'podcast' | 'pointer' | 'pointer-off' | 'popcorn' | 'popsicle' | 'pound-sterling' | 'power' | 'power-off' | 'presentation' | 'printer' | 'printer-check' | 'projector' | 'proportions' | 'puzzle' | 'pyramid' | 'qr-code' | 'quote' | 'rabbit' | 'radar' | 'radiation' | 'radical' | 'radio' | 'radio-receiver' | 'radio-tower' | 'radius' | 'rail-symbol' | 'rainbow' | 'rat' | 'ratio' | 'receipt' | 'receipt-cent' | 'receipt-euro' | 'receipt-indian-rupee' | 'receipt-japanese-yen' | 'receipt-pound-sterling' | 'receipt-russian-ruble' | 'receipt-swiss-franc' | 'receipt-text' | 'receipt-turkish-lira' | 'rectangle-circle' | 'rectangle-ellipsis' | 'rectangle-goggles' | 'rectangle-horizontal' | 'rectangle-vertical' | 'recycle' | 'redo' | 'redo-2' | 'redo-dot' | 'refresh-ccw' | 'refresh-ccw-dot' | 'refresh-cw' | 'refresh-cw-off' | 'refrigerator' | 'regex' | 'remove-formatting' | 'repeat' | 'repeat-1' | 'repeat-2' | 'replace' | 'replace-all' | 'reply' | 'reply-all' | 'rewind' | 'ribbon' | 'rocket' | 'rocking-chair' | 'roller-coaster' | 'rotate-3d' | 'rotate-ccw' | 'rotate-ccw-key' | 'rotate-ccw-square' | 'rotate-cw' | 'rotate-cw-square' | 'route' | 'route-off' | 'router' | 'rows-2' | 'rows-3' | 'rows-4' | 'rss' | 'ruler' | 'ruler-dimension-line' | 'russian-ruble' | 'sailboat' | 'salad' | 'sandwich' | 'satellite' | 'satellite-dish' | 'saudi-riyal' | 'save' | 'save-all' | 'save-off' | 'scale' | 'scale-3d' | 'scaling' | 'scan' | 'scan-barcode' | 'scan-eye' | 'scan-face' | 'scan-heart' | 'scan-line' | 'scan-qr-code' | 'scan-search' | 'scan-text' | 'school' | 'scissors' | 'scissors-line-dashed' | 'screen-share' | 'screen-share-off' | 'scroll' | 'scroll-text' | 'search' | 'search-check' | 'search-code' | 'search-slash' | 'search-x' | 'section' | 'send' | 'send-horizontal' | 'send-to-back' | 'separator-horizontal' | 'separator-vertical' | 'server' | 'server-cog' | 'server-crash' | 'server-off' | 'settings' | 'settings-2' | 'shapes' | 'share' | 'share-2' | 'sheet' | 'shell' | 'shield' | 'shield-alert' | 'shield-ban' | 'shield-check' | 'shield-ellipsis' | 'shield-half' | 'shield-minus' | 'shield-off' | 'shield-plus' | 'shield-question-mark' | 'shield-user' | 'shield-x' | 'ship' | 'ship-wheel' | 'shirt' | 'shopping-bag' | 'shopping-basket' | 'shopping-cart' | 'shovel' | 'shower-head' | 'shredder' | 'shrimp' | 'shrink' | 'shrub' | 'shuffle' | 'sigma' | 'signal' | 'signal-high' | 'signal-low' | 'signal-medium' | 'signal-zero' | 'signature' | 'signpost' | 'signpost-big' | 'siren' | 'skip-back' | 'skip-forward' | 'skull' | 'slack' | 'slash' | 'slice' | 'sliders-horizontal' | 'sliders-vertical' | 'smartphone' | 'smartphone-charging' | 'smartphone-nfc' | 'smile' | 'smile-plus' | 'snail' | 'snowflake' | 'soap-dispenser-droplet' | 'sofa' | 'soup' | 'space' | 'spade' | 'sparkle' | 'sparkles' | 'speaker' | 'speech' | 'spell-check' | 'spell-check-2' | 'spline' | 'spline-pointer' | 'split' | 'spool' | 'spotlight' | 'spray-can' | 'sprout' | 'square' | 'square-activity' | 'square-arrow-down' | 'square-arrow-down-left' | 'square-arrow-down-right' | 'square-arrow-left' | 'square-arrow-out-down-left' | 'square-arrow-out-down-right' | 'square-arrow-out-up-left' | 'square-arrow-out-up-right' | 'square-arrow-right' | 'square-arrow-up' | 'square-arrow-up-left' | 'square-arrow-up-right' | 'square-asterisk' | 'square-bottom-dashed-scissors' | 'square-chart-gantt' | 'square-check' | 'square-check-big' | 'square-chevron-down' | 'square-chevron-left' | 'square-chevron-right' | 'square-chevron-up' | 'square-code' | 'square-dashed' | 'square-dashed-bottom' | 'square-dashed-bottom-code' | 'square-dashed-kanban' | 'square-dashed-mouse-pointer' | 'square-dashed-top-solid' | 'square-divide' | 'square-dot' | 'square-equal' | 'square-function' | 'square-kanban' | 'square-library' | 'square-m' | 'square-menu' | 'square-minus' | 'square-mouse-pointer' | 'square-parking' | 'square-parking-off' | 'square-pause' | 'square-pen' | 'square-percent' | 'square-pi' | 'square-pilcrow' | 'square-play' | 'square-plus' | 'square-power' | 'square-radical' | 'square-round-corner' | 'square-scissors' | 'square-sigma' | 'square-slash' | 'square-split-horizontal' | 'square-split-vertical' | 'square-square' | 'square-stack' | 'square-stop' | 'square-terminal' | 'square-user' | 'square-user-round' | 'square-x' | 'squares-exclude' | 'squares-intersect' | 'squares-subtract' | 'squares-unite' | 'squircle' | 'squircle-dashed' | 'squirrel' | 'stamp' | 'star' | 'star-half' | 'star-off' | 'step-back' | 'step-forward' | 'stethoscope' | 'sticker' | 'sticky-note' | 'store' | 'stretch-horizontal' | 'stretch-vertical' | 'strikethrough' | 'subscript' | 'sun' | 'sun-dim' | 'sun-medium' | 'sun-moon' | 'sun-snow' | 'sunrise' | 'sunset' | 'superscript' | 'swatch-book' | 'swiss-franc' | 'switch-camera' | 'sword' | 'swords' | 'syringe' | 'table' | 'table-2' | 'table-cells-merge' | 'table-cells-split' | 'table-columns-split' | 'table-of-contents' | 'table-properties' | 'table-rows-split' | 'tablet' | 'tablet-smartphone' | 'tablets' | 'tag' | 'tags' | 'tally-1' | 'tally-2' | 'tally-3' | 'tally-4' | 'tally-5' | 'tangent' | 'target' | 'telescope' | 'tent' | 'tent-tree' | 'terminal' | 'test-tube' | 'test-tube-diagonal' | 'test-tubes' | 'text' | 'text-cursor' | 'text-cursor-input' | 'text-quote' | 'text-search' | 'text-select' | 'theater' | 'thermometer' | 'thermometer-snowflake' | 'thermometer-sun' | 'thumbs-down' | 'thumbs-up' | 'ticket' | 'ticket-check' | 'ticket-minus' | 'ticket-percent' | 'ticket-plus' | 'ticket-slash' | 'ticket-x' | 'tickets' | 'tickets-plane' | 'timer' | 'timer-off' | 'timer-reset' | 'toggle-left' | 'toggle-right' | 'toilet' | 'tool-case' | 'tornado' | 'torus' | 'touchpad' | 'touchpad-off' | 'tower-control' | 'toy-brick' | 'tractor' | 'traffic-cone' | 'train-front' | 'train-front-tunnel' | 'train-track' | 'tram-front' | 'transgender' | 'trash' | 'trash-2' | 'tree-deciduous' | 'tree-palm' | 'tree-pine' | 'trees' | 'trello' | 'trending-down' | 'trending-up' | 'trending-up-down' | 'triangle' | 'triangle-alert' | 'triangle-dashed' | 'triangle-right' | 'trophy' | 'truck' | 'truck-electric' | 'turkish-lira' | 'turntable' | 'turtle' | 'tv' | 'tv-minimal' | 'tv-minimal-play' | 'twitch' | 'twitter' | 'type' | 'type-outline' | 'umbrella' | 'umbrella-off' | 'underline' | 'undo' | 'undo-2' | 'undo-dot' | 'unfold-horizontal' | 'unfold-vertical' | 'ungroup' | 'university' | 'unlink' | 'unlink-2' | 'unplug' | 'upload' | 'usb' | 'user' | 'user-check' | 'user-cog' | 'user-lock' | 'user-minus' | 'user-pen' | 'user-plus' | 'user-round' | 'user-round-check' | 'user-round-cog' | 'user-round-minus' | 'user-round-pen' | 'user-round-plus' | 'user-round-search' | 'user-round-x' | 'user-search' | 'user-star' | 'user-x' | 'users' | 'users-round' | 'utensils' | 'utensils-crossed' | 'utility-pole' | 'variable' | 'vault' | 'vector-square' | 'vegan' | 'venetian-mask' | 'venus' | 'venus-and-mars' | 'vibrate' | 'vibrate-off' | 'video' | 'video-off' | 'videotape' | 'view' | 'voicemail' | 'volleyball' | 'volume' | 'volume-1' | 'volume-2' | 'volume-off' | 'volume-x' | 'vote' | 'wallet' | 'wallet-cards' | 'wallet-minimal' | 'wallpaper' | 'wand' | 'wand-sparkles' | 'warehouse' | 'washing-machine' | 'watch' | 'waves' | 'waves-ladder' | 'waypoints' | 'webcam' | 'webhook' | 'webhook-off' | 'weight' | 'wheat' | 'wheat-off' | 'whole-word' | 'wifi' | 'wifi-cog' | 'wifi-high' | 'wifi-low' | 'wifi-off' | 'wifi-pen' | 'wifi-sync' | 'wifi-zero' | 'wind' | 'wind-arrow-down' | 'wine' | 'wine-off' | 'workflow' | 'worm' | 'wrap-text' | 'wrench' | 'x' | 'youtube' | 'zap' | 'zap-off' | 'zoom-in' | 'zoom-out' | 'byq'."
      },
      {
        "selector": "JSXOpeningElement[name.name='InterfaceRounded'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|name|key|ref|className|style|children)$/]",
        "message": "<InterfaceRounded> doesn't accept that prop. Declared props: className, style, name."
      },
      {
        "selector": "JSXOpeningElement[name.name='InterfaceRounded'] > JSXAttribute[name.name='name'] > Literal[value!=/^(?:arrow left|arrow right|caret down|caret left|caret right|caret up|cart|cart-in-nav|check|close x|hamburger|minus -|plus \\+|maximize|star|facebook|instagram|youtube|pinterest|linkedin|play filled|star filled|play|volume max|volume mute|volume low|volume medium|search|minimize|dots|pause|phone|mail|map marker|map marker filled|heart|filter|eye|eye closed|google|google color|user|download|play circle|alert|copy|lock|replay|link)$/]",
        "message": "<InterfaceRounded> name must be one of 'arrow left' | 'arrow right' | 'caret down' | 'caret left' | 'caret right' | 'caret up' | 'cart' | 'cart-in-nav' | 'check' | 'close x' | 'hamburger' | 'minus -' | 'plus +' | 'maximize' | 'star' | 'facebook' | 'instagram' | 'youtube' | 'pinterest' | 'linkedin' | 'play filled' | 'star filled' | 'play' | 'volume max' | 'volume mute' | 'volume low' | 'volume medium' | 'search' | 'minimize' | 'dots' | 'pause' | 'phone' | 'mail' | 'map marker' | 'map marker filled' | 'heart' | 'filter' | 'eye' | 'eye closed' | 'google' | 'google color' | 'user' | 'download' | 'play circle' | 'alert' | 'copy' | 'lock' | 'replay' | 'link'."
      },
      {
        "selector": "JSXOpeningElement[name.name='IntroBlock'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|showTag|rightButton|showHeadline|alignment|secondary|showButtonArrows|arrows|primary|showBody|showButtons|text1|text2|key|ref|className|style|children)$/]",
        "message": "<IntroBlock> doesn't accept that prop. Declared props: className, style, showTag, rightButton, showHeadline, alignment, secondary, showButtonArrows, arrows, primary, showBody, showButtons, text1, text2."
      },
      {
        "selector": "JSXOpeningElement[name.name='IntroBlock'] > JSXAttribute[name.name='alignment'] > Literal[value!=/^(?:h1 left|h1 center|h2 left|h2 center|h3 left|h3 center)$/]",
        "message": "<IntroBlock> alignment must be one of 'h1 left' | 'h1 center' | 'h2 left' | 'h2 center' | 'h3 left' | 'h3 center'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LineArrowLeft1StreamlineFlex'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|key|ref|className|style|children)$/]",
        "message": "<LineArrowLeft1StreamlineFlex> doesn't accept that prop. Declared props: className, style."
      },
      {
        "selector": "JSXOpeningElement[name.name='LineArrowRight1StreamlineFlex'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|key|ref|className|style|children)$/]",
        "message": "<LineArrowRight1StreamlineFlex> doesn't accept that prop. Declared props: className, style."
      },
      {
        "selector": "JSXOpeningElement[name.name='Logo3'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|key|ref|className|style|children)$/]",
        "message": "<Logo3> doesn't accept that prop. Declared props: className, style."
      },
      {
        "selector": "JSXOpeningElement[name.name='Logo5'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|key|ref|className|style|children)$/]",
        "message": "<Logo5> doesn't accept that prop. Declared props: className, style."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoBeetogreenAltColor'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|color|key|ref|className|style|children)$/]",
        "message": "<LogoBeetogreenAltColor> doesn't accept that prop. Declared props: className, style, type, color."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoBeetogreenAltColor'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:full)$/]",
        "message": "<LogoBeetogreenAltColor> type must be one of 'full'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoBeetogreenAltColor'] > JSXAttribute[name.name='color'] > Literal[value!=/^(?:coquelicot01|coquelicot02|amethyste01|amethyste02|mango01|mango02|marine02|cacao01|cacao02|marine01)$/]",
        "message": "<LogoBeetogreenAltColor> color must be one of 'coquelicot01' | 'coquelicot02' | 'amethyste01' | 'amethyste02' | 'mango01' | 'mango02' | 'marine02' | 'cacao01' | 'cacao02' | 'marine01'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoBeetogreenFull'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|style2|color|key|ref|className|style|children)$/]",
        "message": "<LogoBeetogreenFull> doesn't accept that prop. Declared props: className, style, type, style2, color."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoBeetogreenFull'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:full)$/]",
        "message": "<LogoBeetogreenFull> type must be one of 'full'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoBeetogreenFull'] > JSXAttribute[name.name='style2'] > Literal[value!=/^(?:brand|expressive)$/]",
        "message": "<LogoBeetogreenFull> style2 must be one of 'brand' | 'expressive'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoBeetogreenFull'] > JSXAttribute[name.name='color'] > Literal[value!=/^(?:02|01|03|04|05|06|07|08)$/]",
        "message": "<LogoBeetogreenFull> color must be one of '02' | '01' | '03' | '04' | '05' | '06' | '07' | '08'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoCarousel'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|property1|icon1|key|ref|className|style|children)$/]",
        "message": "<LogoCarousel> doesn't accept that prop. Declared props: className, style, property1, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoCarousel'] > JSXAttribute[name.name='property1'] > Literal[value!=/^(?:frame 10122539|frame 1012253922)$/]",
        "message": "<LogoCarousel> property1 must be one of 'frame 10122539' | 'frame 1012253922'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoFull'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|key|ref|className|style|children)$/]",
        "message": "<LogoFull> doesn't accept that prop. Declared props: className, style, type."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoFull'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:full-01|full-02|full-03|full-04|full-05|full-06|full-07)$/]",
        "message": "<LogoFull> type must be one of 'full-01' | 'full-02' | 'full-03' | 'full-04' | 'full-05' | 'full-06' | 'full-07'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoIconsB'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|color|key|ref|className|style|children)$/]",
        "message": "<LogoIconsB> doesn't accept that prop. Declared props: className, style, type, color."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoIconsB'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:icon)$/]",
        "message": "<LogoIconsB> type must be one of 'icon'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoIconsB'] > JSXAttribute[name.name='color'] > Literal[value!=/^(?:neutral 900|green ice|green light|medium green|dark green|lime|neutral 0)$/]",
        "message": "<LogoIconsB> color must be one of 'neutral 900' | 'green ice' | 'green light' | 'medium green' | 'dark green' | 'lime' | 'neutral 0'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoIconsB2'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|color|key|ref|className|style|children)$/]",
        "message": "<LogoIconsB2> doesn't accept that prop. Declared props: className, style, type, color."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoIconsB2'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:icon)$/]",
        "message": "<LogoIconsB2> type must be one of 'icon'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoIconsB2'] > JSXAttribute[name.name='color'] > Literal[value!=/^(?:neutral 900|green ice|green light|medium green|dark green|lime|neutral 0)$/]",
        "message": "<LogoIconsB2> color must be one of 'neutral 900' | 'green ice' | 'green light' | 'medium green' | 'dark green' | 'lime' | 'neutral 0'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoIconsCircleB'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|fG|bG|key|ref|className|style|children)$/]",
        "message": "<LogoIconsCircleB> doesn't accept that prop. Declared props: className, style, type, fG, bG."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoIconsCircleB'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:icon circle)$/]",
        "message": "<LogoIconsCircleB> type must be one of 'icon circle'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoIconsCircleB'] > JSXAttribute[name.name='fG'] > Literal[value!=/^(?:01|02|03|04|05|06|07|08|09|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37)$/]",
        "message": "<LogoIconsCircleB> fG must be one of '01' | '02' | '03' | '04' | '05' | '06' | '07' | '08' | '09' | '10' | '11' | '12' | '13' | '14' | '15' | '16' | '17' | '18' | '19' | '20' | '21' | '22' | '23' | '24' | '25' | '26' | '27' | '28' | '29' | '30' | '31' | '32' | '33' | '34' | '35' | '36' | '37'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoIconsCircleB'] > JSXAttribute[name.name='bG'] > Literal[value!=/^(?:01|02|03|04|05|06|07|08|09|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37)$/]",
        "message": "<LogoIconsCircleB> bG must be one of '01' | '02' | '03' | '04' | '05' | '06' | '07' | '08' | '09' | '10' | '11' | '12' | '13' | '14' | '15' | '16' | '17' | '18' | '19' | '20' | '21' | '22' | '23' | '24' | '25' | '26' | '27' | '28' | '29' | '30' | '31' | '32' | '33' | '34' | '35' | '36' | '37'."
      },
      {
        "selector": "JSXOpeningElement[name.name='LogoV4'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|key|ref|className|style|children)$/]",
        "message": "<LogoV4> doesn't accept that prop. Declared props: className, style."
      },
      {
        "selector": "JSXOpeningElement[name.name='Marquee'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|property1|text1|key|ref|className|style|children)$/]",
        "message": "<Marquee> doesn't accept that prop. Declared props: className, style, property1, text1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Marquee'] > JSXAttribute[name.name='property1'] > Literal[value!=/^(?:default|variant2)$/]",
        "message": "<Marquee> property1 must be one of 'default' | 'variant2'."
      },
      {
        "selector": "JSXOpeningElement[name.name='MenuContainer'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text1|icon2|key|ref|className|style|children)$/]",
        "message": "<MenuContainer> doesn't accept that prop. Declared props: className, style, text1, icon2."
      },
      {
        "selector": "JSXOpeningElement[name.name='ModuleHeaderDesktop'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text1|text2|text3|text4|icon1|icon2|icon3|icon4|key|ref|className|style|children)$/]",
        "message": "<ModuleHeaderDesktop> doesn't accept that prop. Declared props: className, style, text1, text2, text3, text4, icon1, icon2, icon3, icon4."
      },
      {
        "selector": "JSXOpeningElement[name.name='ModuleHeroDesktop'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text1|text2|text3|text4|icon1|icon2|key|ref|className|style|children)$/]",
        "message": "<ModuleHeroDesktop> doesn't accept that prop. Declared props: className, style, text1, text2, text3, text4, icon1, icon2."
      },
      {
        "selector": "JSXOpeningElement[name.name='NavigationBar'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|text1|icon2|key|ref|className|style|children)$/]",
        "message": "<NavigationBar> doesn't accept that prop. Declared props: className, style, type, text1, icon2."
      },
      {
        "selector": "JSXOpeningElement[name.name='NavigationBar'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:04|type2|type3)$/]",
        "message": "<NavigationBar> type must be one of '04' | 'type2' | 'type3'."
      },
      {
        "selector": "JSXOpeningElement[name.name='NavigationBar01'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|key|ref|className|style|children)$/]",
        "message": "<NavigationBar01> doesn't accept that prop. Declared props: className, style."
      },
      {
        "selector": "JSXOpeningElement[name.name='NavigationBar02'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|key|ref|className|style|children)$/]",
        "message": "<NavigationBar02> doesn't accept that prop. Declared props: className, style."
      },
      {
        "selector": "JSXOpeningElement[name.name='NavigationBar03'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|key|ref|className|style|children)$/]",
        "message": "<NavigationBar03> doesn't accept that prop. Declared props: className, style."
      },
      {
        "selector": "JSXOpeningElement[name.name='NavigationBarType5'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|key|ref|className|style|children)$/]",
        "message": "<NavigationBarType5> doesn't accept that prop. Declared props: className, style."
      },
      {
        "selector": "JSXOpeningElement[name.name='PageNumber'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text1|key|ref|className|style|children)$/]",
        "message": "<PageNumber> doesn't accept that prop. Declared props: className, style, text1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Push'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|property1|text1|text2|key|ref|className|style|children)$/]",
        "message": "<Push> doesn't accept that prop. Declared props: className, style, property1, text1, text2."
      },
      {
        "selector": "JSXOpeningElement[name.name='Push'] > JSXAttribute[name.name='property1'] > Literal[value!=/^(?:push-01|push-02|push-03|push-04|push-05|push-06|push-07|push-08|push-09)$/]",
        "message": "<Push> property1 must be one of 'push-01' | 'push-02' | 'push-03' | 'push-04' | 'push-05' | 'push-06' | 'push-07' | 'push-08' | 'push-09'."
      },
      {
        "selector": "JSXOpeningElement[name.name='PushVariant10'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text1|key|ref|className|style|children)$/]",
        "message": "<PushVariant10> doesn't accept that prop. Declared props: className, style, text1."
      },
      {
        "selector": "JSXOpeningElement[name.name='PushVariant11'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text1|key|ref|className|style|children)$/]",
        "message": "<PushVariant11> doesn't accept that prop. Declared props: className, style, text1."
      },
      {
        "selector": "JSXOpeningElement[name.name='PushVariant12'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text1|key|ref|className|style|children)$/]",
        "message": "<PushVariant12> doesn't accept that prop. Declared props: className, style, text1."
      },
      {
        "selector": "JSXOpeningElement[name.name='PushVariant13'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text1|key|ref|className|style|children)$/]",
        "message": "<PushVariant13> doesn't accept that prop. Declared props: className, style, text1."
      },
      {
        "selector": "JSXOpeningElement[name.name='PushVariant14'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|text1|text2|key|ref|className|style|children)$/]",
        "message": "<PushVariant14> doesn't accept that prop. Declared props: className, style, text1, text2."
      },
      {
        "selector": "JSXOpeningElement[name.name='ScreenToUpdate'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|screen|key|ref|className|style|children)$/]",
        "message": "<ScreenToUpdate> doesn't accept that prop. Declared props: className, style, screen."
      },
      {
        "selector": "JSXOpeningElement[name.name='ScreenToUpdate'] > JSXAttribute[name.name='screen'] > Literal[value!=/^(?:1|2|3|4)$/]",
        "message": "<ScreenToUpdate> screen must be one of '1' | '2' | '3' | '4'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Shapes'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|figure|color|key|ref|className|style|children)$/]",
        "message": "<Shapes> doesn't accept that prop. Declared props: className, style, type, figure, color."
      },
      {
        "selector": "JSXOpeningElement[name.name='Shapes'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:shape)$/]",
        "message": "<Shapes> type must be one of 'shape'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Shapes'] > JSXAttribute[name.name='figure'] > Literal[value!=/^(?:01|02|03|04|05)$/]",
        "message": "<Shapes> figure must be one of '01' | '02' | '03' | '04' | '05'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Shapes'] > JSXAttribute[name.name='color'] > Literal[value!=/^(?:lime|dark green|green medium|green light|green ice)$/]",
        "message": "<Shapes> color must be one of 'lime' | 'dark green' | 'green medium' | 'green light' | 'green ice'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Shapes3'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|type|figure|color|key|ref|className|style|children)$/]",
        "message": "<Shapes3> doesn't accept that prop. Declared props: className, style, type, figure, color."
      },
      {
        "selector": "JSXOpeningElement[name.name='Shapes3'] > JSXAttribute[name.name='type'] > Literal[value!=/^(?:shape)$/]",
        "message": "<Shapes3> type must be one of 'shape'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Shapes3'] > JSXAttribute[name.name='figure'] > Literal[value!=/^(?:01|02|03|04|05)$/]",
        "message": "<Shapes3> figure must be one of '01' | '02' | '03' | '04' | '05'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Shapes3'] > JSXAttribute[name.name='color'] > Literal[value!=/^(?:lime|dark green|green medium|green light|green ice)$/]",
        "message": "<Shapes3> color must be one of 'lime' | 'dark green' | 'green medium' | 'green light' | 'green ice'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Slider'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|label|rightControl|leftControl|icon1|icon2|key|ref|className|style|children)$/]",
        "message": "<Slider> doesn't accept that prop. Declared props: className, style, label, rightControl, leftControl, icon1, icon2."
      },
      {
        "selector": "JSXOpeningElement[name.name='Slider'] > JSXAttribute[name.name='label'] > Literal[value!=/^(?:false|bottom|top floating)$/]",
        "message": "<Slider> label must be one of 'false' | 'bottom' | 'top floating'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Slider'] > JSXAttribute[name.name='rightControl'] > Literal[value!=/^(?:25%|50%|75%|100%)$/]",
        "message": "<Slider> rightControl must be one of '25%' | '50%' | '75%' | '100%'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Slider'] > JSXAttribute[name.name='leftControl'] > Literal[value!=/^(?:0%|25%|50%|75%|new value)$/]",
        "message": "<Slider> leftControl must be one of '0%' | '25%' | '50%' | '75%' | 'new value'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Social'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|property1|color|key|ref|className|style|children)$/]",
        "message": "<Social> doesn't accept that prop. Declared props: className, style, property1, color."
      },
      {
        "selector": "JSXOpeningElement[name.name='Social'] > JSXAttribute[name.name='property1'] > Literal[value!=/^(?:discord|facebook|messenger|instagram|linkedin|pinterest|snapchat|tiktok|twitch|whatsapp|youtube|x|threads|figma|google|clutch)$/]",
        "message": "<Social> property1 must be one of 'discord' | 'facebook' | 'messenger' | 'instagram' | 'linkedin' | 'pinterest' | 'snapchat' | 'tiktok' | 'twitch' | 'whatsapp' | 'youtube' | 'x' | 'threads' | 'figma' | 'google' | 'clutch'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Social'] > JSXAttribute[name.name='color'] > Literal[value!=/^(?:color|no color)$/]",
        "message": "<Social> color must be one of 'color' | 'no color'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Social3'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|property1|color|key|ref|className|style|children)$/]",
        "message": "<Social3> doesn't accept that prop. Declared props: className, style, property1, color."
      },
      {
        "selector": "JSXOpeningElement[name.name='Social3'] > JSXAttribute[name.name='property1'] > Literal[value!=/^(?:discord|facebook|messenger|instagram|linkedin|pinterest|snapchat|tiktok|twitch|whatsapp|youtube|x|threads|figma|google|clutch)$/]",
        "message": "<Social3> property1 must be one of 'discord' | 'facebook' | 'messenger' | 'instagram' | 'linkedin' | 'pinterest' | 'snapchat' | 'tiktok' | 'twitch' | 'whatsapp' | 'youtube' | 'x' | 'threads' | 'figma' | 'google' | 'clutch'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Social3'] > JSXAttribute[name.name='color'] > Literal[value!=/^(?:color|no color)$/]",
        "message": "<Social3> color must be one of 'color' | 'no color'."
      },
      {
        "selector": "JSXOpeningElement[name.name='SocialButton'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|social|supportingText|state|theme|text1|icon1|key|ref|className|style|children)$/]",
        "message": "<SocialButton> doesn't accept that prop. Declared props: className, style, social, supportingText, state, theme, text1, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='SocialButton'] > JSXAttribute[name.name='social'] > Literal[value!=/^(?:google|facebook|apple|twitter|figma|dribbble)$/]",
        "message": "<SocialButton> social must be one of 'google' | 'facebook' | 'apple' | 'twitter' | 'figma' | 'dribbble'."
      },
      {
        "selector": "JSXOpeningElement[name.name='SocialButton'] > JSXAttribute[name.name='state'] > Literal[value!=/^(?:default|hover|focused)$/]",
        "message": "<SocialButton> state must be one of 'default' | 'hover' | 'focused'."
      },
      {
        "selector": "JSXOpeningElement[name.name='SocialButton'] > JSXAttribute[name.name='theme'] > Literal[value!=/^(?:brand|gray|color)$/]",
        "message": "<SocialButton> theme must be one of 'brand' | 'gray' | 'color'."
      },
      {
        "selector": "JSXOpeningElement[name.name='SocialIcon'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|platform|style2|state|key|ref|className|style|children)$/]",
        "message": "<SocialIcon> doesn't accept that prop. Declared props: className, style, platform, style2, state."
      },
      {
        "selector": "JSXOpeningElement[name.name='SocialIcon'] > JSXAttribute[name.name='platform'] > Literal[value!=/^(?:angellist|apple|clubhouse|dribbble|discord 01|discord 02|facebook|figma|framer 01|framer 02|github|google|instagram|layers|linkedin|notion|paypal|pinterest|reddit|signal|slack|snapchat|spotify|stripe|telegram|tiktok|tumblr|twitch|twitter|webflow|whatsapp|wise|x \\(twitter\\)|youtube)$/]",
        "message": "<SocialIcon> platform must be one of 'angellist' | 'apple' | 'clubhouse' | 'dribbble' | 'discord 01' | 'discord 02' | 'facebook' | 'figma' | 'framer 01' | 'framer 02' | 'github' | 'google' | 'instagram' | 'layers' | 'linkedin' | 'notion' | 'paypal' | 'pinterest' | 'reddit' | 'signal' | 'slack' | 'snapchat' | 'spotify' | 'stripe' | 'telegram' | 'tiktok' | 'tumblr' | 'twitch' | 'twitter' | 'webflow' | 'whatsapp' | 'wise' | 'x (twitter)' | 'youtube'."
      },
      {
        "selector": "JSXOpeningElement[name.name='SocialIcon'] > JSXAttribute[name.name='style2'] > Literal[value!=/^(?:brand|gray)$/]",
        "message": "<SocialIcon> style2 must be one of 'brand' | 'gray'."
      },
      {
        "selector": "JSXOpeningElement[name.name='SocialIcon'] > JSXAttribute[name.name='state'] > Literal[value!=/^(?:default|hover)$/]",
        "message": "<SocialIcon> state must be one of 'default' | 'hover'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Tabs'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|where|icon1|key|ref|className|style|children)$/]",
        "message": "<Tabs> doesn't accept that prop. Declared props: className, style, where, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Tabs'] > JSXAttribute[name.name='where'] > Literal[value!=/^(?:on base|on lift|on depth|on image)$/]",
        "message": "<Tabs> where must be one of 'on base' | 'on lift' | 'on depth' | 'on image'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Tag'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|showIcon|where|text1|icon1|key|ref|className|style|children)$/]",
        "message": "<Tag> doesn't accept that prop. Declared props: className, style, showIcon, where, text1, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Tag'] > JSXAttribute[name.name='where'] > Literal[value!=/^(?:on base|on image|on depth|on lift)$/]",
        "message": "<Tag> where must be one of 'on base' | 'on image' | 'on depth' | 'on lift'."
      },
      {
        "selector": "JSXOpeningElement[name.name='Tag2'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|showIcon|where|text1|icon1|key|ref|className|style|children)$/]",
        "message": "<Tag2> doesn't accept that prop. Declared props: className, style, showIcon, where, text1, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='Tag2'] > JSXAttribute[name.name='where'] > Literal[value!=/^(?:on base|on lift|on depth|on image)$/]",
        "message": "<Tag2> where must be one of 'on base' | 'on lift' | 'on depth' | 'on image'."
      },
      {
        "selector": "JSXOpeningElement[name.name='TertiaryCircle'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|color|state|text1|icon1|key|ref|className|style|children)$/]",
        "message": "<TertiaryCircle> doesn't accept that prop. Declared props: className, style, color, state, text1, icon1."
      },
      {
        "selector": "JSXOpeningElement[name.name='TertiaryCircle'] > JSXAttribute[name.name='color'] > Literal[value!=/^(?:dark)$/]",
        "message": "<TertiaryCircle> color must be one of 'dark'."
      },
      {
        "selector": "JSXOpeningElement[name.name='TertiaryCircle'] > JSXAttribute[name.name='state'] > Literal[value!=/^(?:default|hover)$/]",
        "message": "<TertiaryCircle> state must be one of 'default' | 'hover'."
      },
      {
        "selector": "JSXOpeningElement[name.name='TextLineAbstract'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|size|key|ref|className|style|children)$/]",
        "message": "<TextLineAbstract> doesn't accept that prop. Declared props: className, style, size."
      },
      {
        "selector": "JSXOpeningElement[name.name='TextLineAbstract'] > JSXAttribute[name.name='size'] > Literal[value!=/^(?:18px|12px|6px|10px|3px)$/]",
        "message": "<TextLineAbstract> size must be one of '18px' | '12px' | '6px' | '10px' | '3px'."
      },
      {
        "selector": "JSXOpeningElement[name.name='ZoomInStreamlineFlex'] > JSXAttribute > JSXIdentifier[name!=/^(?:className|style|key|ref|className|style|children)$/]",
        "message": "<ZoomInStreamlineFlex> doesn't accept that prop. Declared props: className, style."
      }
    ]
  },
  "overrides": [
    {
      "files": [
        "**/index.js"
      ],
      "rules": {
        "no-restricted-imports": "off"
      }
    }
  ],
  "x-omelette": {
    "components": {
      "Arrows": {
        "replaces": []
      },
      "Arrows2": {
        "replaces": []
      },
      "Base": {
        "replaces": []
      },
      "BTN": {
        "replaces": []
      },
      "Button": {
        "replaces": []
      },
      "Button3": {
        "replaces": []
      },
      "Button5": {
        "replaces": []
      },
      "ButtonArrowRight": {
        "replaces": []
      },
      "CardAides": {
        "replaces": []
      },
      "CardCatGorie": {
        "replaces": []
      },
      "CardService": {
        "replaces": []
      },
      "Cercle03": {
        "replaces": []
      },
      "Circle": {
        "replaces": []
      },
      "CompnayLogo": {
        "replaces": []
      },
      "Component1": {
        "replaces": []
      },
      "Component10": {
        "replaces": []
      },
      "Component11": {
        "replaces": []
      },
      "Component12": {
        "replaces": []
      },
      "Component13": {
        "replaces": []
      },
      "Component14": {
        "replaces": []
      },
      "Component15": {
        "replaces": []
      },
      "Component16": {
        "replaces": []
      },
      "Component2": {
        "replaces": []
      },
      "Component3": {
        "replaces": []
      },
      "Component4": {
        "replaces": []
      },
      "Component5": {
        "replaces": []
      },
      "Component6": {
        "replaces": []
      },
      "Component7": {
        "replaces": []
      },
      "Component8": {
        "replaces": []
      },
      "Component9": {
        "replaces": []
      },
      "ControlHandle": {
        "replaces": []
      },
      "CursorGrab": {
        "replaces": []
      },
      "Custom": {
        "replaces": []
      },
      "Field": {
        "replaces": []
      },
      "Flag": {
        "replaces": []
      },
      "Footer": {
        "replaces": []
      },
      "Frame1321316223": {
        "replaces": []
      },
      "Frame1321316754": {
        "replaces": []
      },
      "Frame1321316768": {
        "replaces": []
      },
      "Frame2": {
        "replaces": []
      },
      "Graphic": {
        "replaces": []
      },
      "Graphic2": {
        "replaces": []
      },
      "Icon": {
        "replaces": []
      },
      "IconBox": {
        "replaces": []
      },
      "IconsGraphic": {
        "replaces": []
      },
      "IndustryLeaders": {
        "replaces": []
      },
      "Input": {
        "replaces": []
      },
      "Interface": {
        "replaces": []
      },
      "Interface2": {
        "replaces": []
      },
      "Interface3": {
        "replaces": []
      },
      "Interface4": {
        "replaces": []
      },
      "Interface8": {
        "replaces": []
      },
      "Interface9": {
        "replaces": []
      },
      "InterfaceRounded": {
        "replaces": []
      },
      "IntroBlock": {
        "replaces": []
      },
      "LineArrowLeft1StreamlineFlex": {
        "replaces": []
      },
      "LineArrowRight1StreamlineFlex": {
        "replaces": []
      },
      "Logo3": {
        "replaces": []
      },
      "Logo5": {
        "replaces": []
      },
      "LogoBeetogreenAltColor": {
        "replaces": []
      },
      "LogoBeetogreenFull": {
        "replaces": []
      },
      "LogoCarousel": {
        "replaces": []
      },
      "LogoFull": {
        "replaces": []
      },
      "LogoIconsB": {
        "replaces": []
      },
      "LogoIconsB2": {
        "replaces": []
      },
      "LogoIconsCircleB": {
        "replaces": []
      },
      "LogoV4": {
        "replaces": []
      },
      "Marquee": {
        "replaces": []
      },
      "MenuContainer": {
        "replaces": []
      },
      "ModuleHeaderDesktop": {
        "replaces": []
      },
      "ModuleHeroDesktop": {
        "replaces": []
      },
      "NavigationBar": {
        "replaces": []
      },
      "NavigationBar01": {
        "replaces": []
      },
      "NavigationBar02": {
        "replaces": []
      },
      "NavigationBar03": {
        "replaces": []
      },
      "NavigationBarType5": {
        "replaces": []
      },
      "PageNumber": {
        "replaces": []
      },
      "Push": {
        "replaces": []
      },
      "PushVariant10": {
        "replaces": []
      },
      "PushVariant11": {
        "replaces": []
      },
      "PushVariant12": {
        "replaces": []
      },
      "PushVariant13": {
        "replaces": []
      },
      "PushVariant14": {
        "replaces": []
      },
      "ScreenToUpdate": {
        "replaces": []
      },
      "Shapes": {
        "replaces": []
      },
      "Shapes3": {
        "replaces": []
      },
      "Slider": {
        "replaces": []
      },
      "Social": {
        "replaces": []
      },
      "Social3": {
        "replaces": []
      },
      "SocialButton": {
        "replaces": []
      },
      "SocialIcon": {
        "replaces": []
      },
      "Tabs": {
        "replaces": []
      },
      "Tag": {
        "replaces": []
      },
      "Tag2": {
        "replaces": []
      },
      "TertiaryCircle": {
        "replaces": []
      },
      "TextLineAbstract": {
        "replaces": []
      },
      "ZoomInStreamlineFlex": {
        "replaces": []
      }
    },
    "tokens": [
      "--12",
      "--16",
      "--20",
      "--20-2",
      "--24",
      "--4",
      "--8",
      "--accent",
      "--accent-2",
      "--accent-accent-100",
      "--accent-lime-signal",
      "--accent-primary",
      "--accent-stone-shadow",
      "--alert-warning",
      "--anchor-deep-forest",
      "--background",
      "--background-background-1",
      "--background-background-1-2",
      "--background-background-2",
      "--background-background-2-2",
      "--background-base",
      "--background-base-2",
      "--background-base-3",
      "--background-base-4",
      "--background-base-5",
      "--background-base-dark",
      "--background-base-light",
      "--background-blue",
      "--background-clay",
      "--background-depth",
      "--background-depth-dark",
      "--background-depth-light",
      "--background-folded-linen",
      "--background-gradient-purposes-gradient-0",
      "--background-gradient-purposes-gradient-0-2",
      "--background-gradient-purposes-gradient-100",
      "--background-gradient-purposes-gradient-64",
      "--background-lift",
      "--background-lift-2",
      "--background-lift-3",
      "--background-lift-4",
      "--background-lift-5",
      "--background-lift-6",
      "--background-lift-80-opacity",
      "--background-lift-80-opacity-dark",
      "--background-lift-80-opacity-light",
      "--background-lift-dark",
      "--background-lift-dark-2",
      "--background-lift-light",
      "--background-lift-light-2",
      "--background-lift-low-opacity",
      "--background-lift-low-opacity-dark",
      "--background-lift-low-opacity-light",
      "--background-lilac",
      "--background-mint",
      "--background-peach",
      "--background-semi-transparent",
      "--background-semi-transparent-2",
      "--background-semi-transparent-3",
      "--background-yellow",
      "--base-black",
      "--base-dark-0",
      "--base-dark-0-2",
      "--base-dark-0-3",
      "--base-dark-0-4",
      "--base-dark-100",
      "--base-dark-100-2",
      "--base-dark-100-3",
      "--base-dark-100-4",
      "--base-dark-100-5",
      "--base-dark-16",
      "--base-dark-16-2",
      "--base-dark-16-3",
      "--base-dark-16-4",
      "--base-dark-16-5",
      "--base-dark-32",
      "--base-dark-4",
      "--base-dark-4-2",
      "--base-dark-48",
      "--base-dark-48-2",
      "--base-dark-48-3",
      "--base-dark-64",
      "--base-dark-64-2",
      "--base-dark-64-3",
      "--base-dark-8",
      "--base-dark-88",
      "--base-dark-88-2",
      "--base-dark-88-3",
      "--base-light-0",
      "--base-light-0-2",
      "--base-light-0-3",
      "--base-light-0-4",
      "--base-light-100",
      "--base-light-100-2",
      "--base-light-100-3",
      "--base-light-100-4",
      "--base-light-100-5",
      "--base-light-16",
      "--base-light-16-2",
      "--base-light-16-3",
      "--base-light-16-4",
      "--base-light-32",
      "--base-light-4",
      "--base-light-4-2",
      "--base-light-48",
      "--base-light-48-2",
      "--base-light-48-3",
      "--base-light-64",
      "--base-light-64-2",
      "--base-light-64-3",
      "--base-light-8",
      "--base-light-8-2",
      "--base-light-88",
      "--base-light-88-2",
      "--base-white",
      "--black",
      "--black-2",
      "--black-3",
      "--black-4",
      "--border-dark",
      "--border-dark-2",
      "--border-secondary",
      "--border-subtle",
      "--border-subtle-2",
      "--border-subtle-3",
      "--border-subtle-4",
      "--border-subtle-5",
      "--border-subtle-6",
      "--border-subtle-7",
      "--brand-dark-green",
      "--brand-green-grass",
      "--brand-green-ice",
      "--brand-green-light",
      "--brand-ivory-100",
      "--brand-ivory-50",
      "--brand-lime",
      "--brand-purple-500-6840ff",
      "--button",
      "--button-2",
      "--button-icon-button-circle",
      "--button-icon-button-circle-2",
      "--button-icon-button-rectangle",
      "--button-icon-button-rectangle-2",
      "--button-primary-default-background",
      "--button-primary-default-background-2",
      "--button-primary-default-background-3",
      "--button-primary-default-background-4",
      "--button-primary-default-background-5",
      "--button-primary-default-border",
      "--button-primary-default-border-2",
      "--button-primary-default-border-3",
      "--button-primary-default-border-4",
      "--button-primary-default-border-5",
      "--button-primary-default-text",
      "--button-primary-default-text-2",
      "--button-primary-default-text-3",
      "--button-primary-default-text-4",
      "--button-primary-default-text-5",
      "--button-primary-hover-background",
      "--button-primary-hover-background-2",
      "--button-primary-hover-background-3",
      "--button-primary-hover-background-4",
      "--button-primary-hover-background-5",
      "--button-primary-hover-border",
      "--button-primary-hover-border-2",
      "--button-primary-hover-border-3",
      "--button-primary-hover-border-4",
      "--button-primary-hover-border-5",
      "--button-primary-hover-text",
      "--button-primary-hover-text-2",
      "--button-primary-hover-text-3",
      "--button-primary-hover-text-4",
      "--button-primary-hover-text-5",
      "--button-secondary-default-background",
      "--button-secondary-default-background-2",
      "--button-secondary-default-background-3",
      "--button-secondary-default-background-4",
      "--button-secondary-default-background-5",
      "--button-secondary-default-border",
      "--button-secondary-default-border-2",
      "--button-secondary-default-border-3",
      "--button-secondary-default-border-4",
      "--button-secondary-default-border-5",
      "--button-secondary-default-text",
      "--button-secondary-default-text-2",
      "--button-secondary-default-text-3",
      "--button-secondary-default-text-4",
      "--button-secondary-default-text-5",
      "--button-secondary-hover-background",
      "--button-secondary-hover-background-2",
      "--button-secondary-hover-background-3",
      "--button-secondary-hover-background-4",
      "--button-secondary-hover-background-5",
      "--button-secondary-hover-border",
      "--button-secondary-hover-border-2",
      "--button-secondary-hover-border-3",
      "--button-secondary-hover-border-4",
      "--button-secondary-hover-border-5",
      "--button-secondary-hover-text",
      "--button-secondary-hover-text-2",
      "--button-secondary-hover-text-3",
      "--button-secondary-hover-text-4",
      "--button-secondary-hover-text-5",
      "--button-tertiary-default-text",
      "--button-tertiary-default-text-2",
      "--button-tertiary-default-text-3",
      "--button-tertiary-default-text-4",
      "--button-tertiary-hover-text",
      "--button-tertiary-hover-text-2",
      "--button-tertiary-hover-text-3",
      "--button-tertiary-hover-text-4",
      "--buttons-padding-padding-h-l",
      "--buttons-padding-padding-h-xl",
      "--buttons-padding-padding-width",
      "--charts-context-basic",
      "--color-blue-dark-100",
      "--color-blue-light-100",
      "--color-brand-colors-50",
      "--color-brand-colors-59",
      "--color-brand-colors-8",
      "--color-brand-colors-dark-green",
      "--color-brand-colors-dark-green-2",
      "--color-brand-colors-green-light",
      "--color-brand-colors-ivory",
      "--color-brand-colors-ivory-2",
      "--color-brand-colors-lime",
      "--color-brand-colors-lime-2",
      "--color-clay-dark-100",
      "--color-clay-light-100",
      "--color-expressive-amethyste-bg",
      "--color-expressive-amethyste-dark",
      "--color-expressive-amethyste-light",
      "--color-expressive-cacao-dark",
      "--color-expressive-cacao-light",
      "--color-expressive-coquelicot-bg",
      "--color-expressive-coquelicot-dark",
      "--color-expressive-coquelicot-light",
      "--color-expressive-mango-bg",
      "--color-expressive-mango-dark",
      "--color-expressive-mango-light",
      "--color-expressive-marine-bg",
      "--color-expressive-marine-dark",
      "--color-expressive-marine-light",
      "--color-green-100-base",
      "--color-green-200",
      "--color-green-400",
      "--color-green-50",
      "--color-green-500-base",
      "--color-green-600",
      "--color-green-700-base",
      "--color-green-900",
      "--color-green-950-base",
      "--color-ivory-100",
      "--color-ivory-200",
      "--color-ivory-50",
      "--color-light-grey",
      "--color-lilac-dark-100",
      "--color-lilac-light-100",
      "--color-lime-300",
      "--color-lime-500-base",
      "--color-mid-grey",
      "--color-mint-dark-100",
      "--color-mint-light-100",
      "--color-neutral-0",
      "--color-neutral-0-2",
      "--color-neutral-0-3",
      "--color-neutral-0-4",
      "--color-neutral-50",
      "--color-neutral-500",
      "--color-neutral-900",
      "--color-neutral-900-2",
      "--color-neutral-900-3",
      "--color-peach-dark-100",
      "--color-peach-light-100",
      "--color-primary",
      "--color-primary-border",
      "--color-primary-hover",
      "--color-primary-light",
      "--color-secondary",
      "--color-secondary-border",
      "--color-secondary-hover",
      "--color-secondary-light",
      "--color-tertiary",
      "--color-tertiary-border",
      "--color-tertiary-hover",
      "--color-tertiary-light",
      "--color-text",
      "--color-text-light",
      "--color-white",
      "--color-yellow-dark-100",
      "--color-yellow-light-100",
      "--colors-background-bg-brand-solid",
      "--colors-background-bg-primary",
      "--colors-background-bg-primary-alt",
      "--colors-background-bg-primary-hover",
      "--colors-background-bg-quaternary",
      "--colors-background-bg-secondary",
      "--colors-base-black",
      "--colors-base-transparent",
      "--colors-base-white",
      "--colors-blue",
      "--colors-blue-dark",
      "--colors-blue-hover",
      "--colors-blue-light",
      "--colors-blue-ultradark",
      "--colors-border-border-primary",
      "--colors-border-border-secondary-alt",
      "--colors-brand-500",
      "--colors-brand-600",
      "--colors-effects-focus-rings-focus-ring",
      "--colors-effects-shadows-shadow-lg-01",
      "--colors-effects-shadows-shadow-lg-02",
      "--colors-effects-shadows-shadow-lg-03",
      "--colors-effects-shadows-shadow-md-01",
      "--colors-effects-shadows-shadow-md-02",
      "--colors-effects-shadows-shadow-skeumorphic-inner",
      "--colors-effects-shadows-shadow-skeumorphic-inner-border",
      "--colors-effects-shadows-shadow-sm-01",
      "--colors-effects-shadows-shadow-sm-02",
      "--colors-effects-shadows-shadow-xs",
      "--colors-error",
      "--colors-error-hover",
      "--colors-foreground-fg-brand-primary-600",
      "--colors-foreground-fg-quaternary-400",
      "--colors-foreground-fg-quaternary-hover",
      "--colors-foreground-fg-white",
      "--colors-gray-dark-mode-200",
      "--colors-gray-dark-mode-300",
      "--colors-gray-dark-mode-50",
      "--colors-gray-dark-mode-500",
      "--colors-gray-dark-mode-600",
      "--colors-gray-dark-mode-700",
      "--colors-gray-dark-mode-800",
      "--colors-gray-dark-mode-900",
      "--colors-gray-dark-mode-950",
      "--colors-gray-light-mode-200",
      "--colors-gray-light-mode-300",
      "--colors-gray-light-mode-400",
      "--colors-gray-light-mode-50",
      "--colors-gray-light-mode-500",
      "--colors-gray-light-mode-700",
      "--colors-gray-light-mode-800",
      "--colors-gray-light-mode-900",
      "--colors-text-text-primary-900",
      "--colors-text-text-secondary-700",
      "--colors-text-text-secondary-hover",
      "--colors-text-text-white",
      "--colors-white",
      "--component-colors-alpha-alpha-black-100",
      "--component-colors-alpha-alpha-white-100",
      "--component-colors-components-sliders-slider-handle-bg",
      "--component-colors-components-sliders-slider-handle-border",
      "--dark",
      "--dark-100",
      "--dark-16",
      "--dark-2",
      "--dark-3",
      "--dark-4",
      "--dark-5",
      "--dark-6",
      "--expressive-amethyste-bg",
      "--expressive-amethyste-dark",
      "--expressive-amethyste-light",
      "--expressive-ardoise-bg",
      "--expressive-ardoise-dark",
      "--expressive-ardoise-light",
      "--expressive-cacao-bg",
      "--expressive-cacao-dark",
      "--expressive-cacao-light",
      "--expressive-cobalt-bg",
      "--expressive-cobalt-dark",
      "--expressive-cobalt-light",
      "--expressive-coquelicot-bg",
      "--expressive-coquelicot-dark",
      "--expressive-coquelicot-light",
      "--expressive-mango-bg",
      "--expressive-mango-dark",
      "--expressive-mango-light",
      "--expressive-marine-bg",
      "--expressive-marine-dark",
      "--expressive-marine-light",
      "--expressive-pivoine-bg",
      "--expressive-pivoine-dark",
      "--expressive-pivoine-light",
      "--font-body",
      "--font-display",
      "--font-family-body",
      "--font-family-body-10",
      "--font-family-body-11",
      "--font-family-body-12",
      "--font-family-body-2",
      "--font-family-body-3",
      "--font-family-body-4",
      "--font-family-body-5",
      "--font-family-body-6",
      "--font-family-body-7",
      "--font-family-body-8",
      "--font-family-body-9",
      "--font-family-button",
      "--font-family-button-2",
      "--font-family-button-3",
      "--font-family-button-4",
      "--font-family-button-5",
      "--font-family-display",
      "--font-family-font-1",
      "--font-family-font-family-body",
      "--font-family-heading",
      "--font-family-heading-h0-h3",
      "--font-family-heading-h0-h4",
      "--font-family-heading-h0-h4-2",
      "--font-family-heading-h0-h4-3",
      "--font-family-heading-h0-h4-4",
      "--font-family-heading-h0-h4-5",
      "--font-family-heading-h4-h6",
      "--font-family-heading-h5-h6",
      "--font-family-heading-h5-h6-2",
      "--font-family-heading-sans",
      "--font-family-heading-serif",
      "--font-family-label",
      "--font-family-label-2",
      "--font-family-label-3",
      "--font-family-label-4",
      "--font-family-label-5",
      "--font-family-label-6",
      "--font-family-secondary",
      "--font-family-ui",
      "--font-family-ui-2",
      "--font-letter-spacing-text-label",
      "--font-letterspacing-label",
      "--font-line-height-text-label",
      "--font-lineheight-caption",
      "--font-meta",
      "--font-paragraph-spacing-text-label",
      "--font-size-14",
      "--font-size-body",
      "--font-size-caption",
      "--font-size-fs-text-l",
      "--font-size-fs-text-m",
      "--font-size-fs-text-xl",
      "--font-size-label",
      "--font-size-text-label",
      "--font-size-text-md",
      "--font-size-text-xs",
      "--font-weight-500",
      "--font-weight-med",
      "--font-weight-medium",
      "--font-weight-medium-2",
      "--font-weight-regular",
      "--font-weight-semibold",
      "--general-default",
      "--general-default-2",
      "--general-default-3",
      "--general-default-4",
      "--general-default-5",
      "--general-default-6",
      "--general-default-7",
      "--general-large",
      "--general-large-2",
      "--general-large-3",
      "--gray-10",
      "--gray-11",
      "--gray-2",
      "--green-active",
      "--green-emerald",
      "--grey-50",
      "--grey-50-2",
      "--grey-50-3",
      "--grey-50-4",
      "--grey-50-5",
      "--grey-50-6",
      "--grey-900",
      "--grey-900-2",
      "--grey-900-3",
      "--greyscale-100",
      "--greyscale-200",
      "--greyscale-300",
      "--greyscale-400",
      "--greyscale-50",
      "--greyscale-500",
      "--greyscale-600",
      "--greyscale-700",
      "--greyscale-800",
      "--greyscale-900",
      "--greyscale-950",
      "--grid-column-gap",
      "--grid-column-gap-2",
      "--grid-column-gap-3",
      "--grid-content-gap",
      "--grid-content-gap-2",
      "--grid-page-padding",
      "--grid-page-padding-2",
      "--grid-page-padding-3",
      "--grid-page-padding-4",
      "--grid-page-padding-5",
      "--grid-page-padding-6",
      "--grid-page-padding-7",
      "--gutter-gutter",
      "--icon-medium",
      "--icon-medium-2",
      "--icon-medium-3",
      "--icon-size-large",
      "--icon-size-medium",
      "--icon-size-medium-2",
      "--icon-size-medium-3",
      "--icon-size-medium-4",
      "--icon-size-small",
      "--icon-size-small-2",
      "--icon-size-small-3",
      "--icon-size-small-4",
      "--icon-size-xs",
      "--icon-stroke",
      "--icon-stroke-2",
      "--icon-stroke-3",
      "--icon-stroke-4",
      "--icon-stroke-5",
      "--icon-stroke-6",
      "--icon-stroke-7",
      "--icon-stroke-8",
      "--icon-stroke-9",
      "--icon-strong",
      "--icon-strong-2",
      "--icon-type",
      "--icon-type-2",
      "--icon-type-3",
      "--icon-type-4",
      "--icon-type-5",
      "--icon-type-6",
      "--ink-dark",
      "--ink-dark-8",
      "--ink-lift",
      "--input-active-background",
      "--input-active-border",
      "--input-active-text",
      "--input-default-background",
      "--input-default-border",
      "--input-default-text",
      "--input-error-background",
      "--input-error-border",
      "--input-error-text",
      "--input-filled-background",
      "--input-filled-border",
      "--input-filled-text",
      "--input-icon",
      "--input-label",
      "--item-spacing-26",
      "--letter-spacing-0-07",
      "--letter-spacing-b1",
      "--letter-spacing-b1-2",
      "--letter-spacing-b1-3",
      "--letter-spacing-b2",
      "--letter-spacing-b2-2",
      "--letter-spacing-b2-3",
      "--letter-spacing-b2-4",
      "--letter-spacing-b2-5",
      "--letter-spacing-b2-6",
      "--letter-spacing-b2-7",
      "--letter-spacing-b2-8",
      "--letter-spacing-b2-9",
      "--letter-spacing-b3",
      "--letter-spacing-b3-2",
      "--letter-spacing-b3-3",
      "--letter-spacing-b3-4",
      "--letter-spacing-b3-5",
      "--letter-spacing-button-1",
      "--letter-spacing-button-1-2",
      "--letter-spacing-button-1-3",
      "--letter-spacing-button-1-4",
      "--letter-spacing-button-1-5",
      "--letter-spacing-button-1-6",
      "--letter-spacing-button-2",
      "--letter-spacing-button-2-2",
      "--letter-spacing-button-2-3",
      "--letter-spacing-button-2-4",
      "--letter-spacing-button-2-5",
      "--letter-spacing-button-2-6",
      "--letter-spacing-button-2-7",
      "--letter-spacing-h0",
      "--letter-spacing-h1",
      "--letter-spacing-h1-2",
      "--letter-spacing-h2",
      "--letter-spacing-h2-2",
      "--letter-spacing-h2-3",
      "--letter-spacing-h2-4",
      "--letter-spacing-h3",
      "--letter-spacing-h3-2",
      "--letter-spacing-h3-3",
      "--letter-spacing-h3-4",
      "--letter-spacing-h4",
      "--letter-spacing-h4-2",
      "--letter-spacing-h4-3",
      "--letter-spacing-h5",
      "--letter-spacing-h6",
      "--letter-spacing-h6-2",
      "--letter-spacing-h6-3",
      "--letter-spacing-h7",
      "--letter-spacing-h7-2",
      "--letter-spacing-label-1",
      "--letter-spacing-label-1-2",
      "--letter-spacing-label-1-3",
      "--letter-spacing-label-2",
      "--letter-spacing-label-2-2",
      "--letter-spacing-label-2-3",
      "--letter-spacing-label-2-4",
      "--letter-spacing-label-2-5",
      "--letter-spacing-label-2-6",
      "--letter-spacing-ls-classic",
      "--lift-dark",
      "--lift-dark-2",
      "--lift-dark-3",
      "--lift-dark-4",
      "--lift-light",
      "--lift-light-2",
      "--lift-light-3",
      "--lift-light-4",
      "--lift-light-5",
      "--light",
      "--line-height-b1",
      "--line-height-b1-2",
      "--line-height-b1-3",
      "--line-height-b2",
      "--line-height-b2-2",
      "--line-height-b2-3",
      "--line-height-b2-4",
      "--line-height-b2-5",
      "--line-height-b2-6",
      "--line-height-b2-7",
      "--line-height-b2-8",
      "--line-height-b2-9",
      "--line-height-b3",
      "--line-height-b3-2",
      "--line-height-b3-3",
      "--line-height-b3-4",
      "--line-height-b3-5",
      "--line-height-button-1",
      "--line-height-button-1-2",
      "--line-height-button-1-3",
      "--line-height-button-1-4",
      "--line-height-button-1-5",
      "--line-height-button-1-6",
      "--line-height-button-2",
      "--line-height-button-2-2",
      "--line-height-button-2-3",
      "--line-height-button-2-4",
      "--line-height-button-2-5",
      "--line-height-button-2-6",
      "--line-height-button-2-7",
      "--line-height-h0",
      "--line-height-h1",
      "--line-height-h1-2",
      "--line-height-h2",
      "--line-height-h2-2",
      "--line-height-h2-3",
      "--line-height-h2-4",
      "--line-height-h3",
      "--line-height-h3-2",
      "--line-height-h3-3",
      "--line-height-h3-4",
      "--line-height-h4",
      "--line-height-h4-2",
      "--line-height-h4-3",
      "--line-height-h5",
      "--line-height-h6",
      "--line-height-h6-2",
      "--line-height-h7",
      "--line-height-h7-2",
      "--line-height-label-1",
      "--line-height-label-1-2",
      "--line-height-label-1-3",
      "--line-height-label-2",
      "--line-height-label-2-2",
      "--line-height-label-2-3",
      "--line-height-label-2-4",
      "--line-height-label-2-5",
      "--line-height-label-2-6",
      "--line-height-lh-text-l",
      "--line-height-lh-text-m",
      "--line-height-lh-text-xl",
      "--line-height-text-md",
      "--line-height-text-xs",
      "--neutral-dark-0",
      "--neutral-dark-0-2",
      "--neutral-dark-0-3",
      "--neutral-dark-100",
      "--neutral-dark-100-2",
      "--neutral-dark-100-3",
      "--neutral-dark-100-4",
      "--neutral-dark-100-5",
      "--neutral-dark-100-6",
      "--neutral-dark-100-7",
      "--neutral-dark-100-8",
      "--neutral-dark-16",
      "--neutral-dark-16-2",
      "--neutral-dark-16-3",
      "--neutral-dark-16-4",
      "--neutral-dark-16-5",
      "--neutral-dark-16-6",
      "--neutral-dark-32",
      "--neutral-dark-32-2",
      "--neutral-dark-48",
      "--neutral-dark-48-2",
      "--neutral-dark-48-3",
      "--neutral-dark-64",
      "--neutral-dark-64-2",
      "--neutral-dark-64-3",
      "--neutral-dark-8",
      "--neutral-dark-8-2",
      "--neutral-dark-8-3",
      "--neutral-dark-88",
      "--neutral-dark-88-2",
      "--neutral-light-0",
      "--neutral-light-100",
      "--neutral-light-100-2",
      "--neutral-light-100-3",
      "--neutral-light-100-4",
      "--neutral-light-100-5",
      "--neutral-light-100-6",
      "--neutral-light-16",
      "--neutral-light-16-2",
      "--neutral-light-16-3",
      "--neutral-light-16-4",
      "--neutral-light-4",
      "--neutral-light-4-2",
      "--neutral-light-48",
      "--neutral-light-64",
      "--neutral-light-64-2",
      "--neutral-light-8",
      "--neutral-light-8-2",
      "--neutral-light-88",
      "--neutral-light-88-2",
      "--neutral-light-88-3",
      "--neutral-light-88-4",
      "--neutrals-black",
      "--neutrals-neutral-100-fff",
      "--neutrals-neutral-200-f4f4f4",
      "--neutrals-neutral-450-d8d8d8",
      "--neutrals-neutral-500-969696",
      "--neutrals-neutral-800-201d1d",
      "--neutrals-neutral-950-000",
      "--neutrals-white",
      "--paragraph-spacing-b1",
      "--paragraph-spacing-b1-2",
      "--paragraph-spacing-b1-3",
      "--paragraph-spacing-b2",
      "--paragraph-spacing-b2-2",
      "--paragraph-spacing-b2-3",
      "--paragraph-spacing-b2-4",
      "--paragraph-spacing-b2-5",
      "--paragraph-spacing-b2-6",
      "--paragraph-spacing-b2-7",
      "--paragraph-spacing-b2-8",
      "--paragraph-spacing-b2-9",
      "--paragraph-spacing-b3",
      "--paragraph-spacing-b3-2",
      "--paragraph-spacing-b3-3",
      "--paragraph-spacing-b3-4",
      "--paragraph-spacing-b3-5",
      "--paragraph-spacing-h1",
      "--paragraph-spacing-h1-2",
      "--paragraph-spacing-h1-3",
      "--paragraph-spacing-h2",
      "--paragraph-spacing-h2-2",
      "--paragraph-spacing-h2-3",
      "--paragraph-spacing-h2-4",
      "--paragraph-spacing-h4",
      "--paragraph-spacing-h4-2",
      "--paragraph-spacing-h4-3",
      "--paragraph-spacing-h5",
      "--paragraph-spacing-h6",
      "--paragraph-spacing-h6-2",
      "--paragraph-spacing-h6-3",
      "--paragraph-spacing-h7",
      "--paragraph-spacing-h7-2",
      "--paragraph-spacing-label-1",
      "--paragraph-spacing-label-1-2",
      "--paragraph-spacing-label-1-3",
      "--paragraph-spacing-label-1-4",
      "--paragraph-spacing-label-1-5",
      "--paragraph-spacing-label-1-6",
      "--paragraph-spacing-label-1-7",
      "--paragraph-spacing-label-1-8",
      "--primary-gold",
      "--primary-matte-black",
      "--primary-white",
      "--radius-1",
      "--radius-1-2",
      "--radius-12",
      "--radius-16",
      "--radius-2",
      "--radius-24",
      "--radius-8",
      "--radius-button",
      "--radius-button-2",
      "--radius-default",
      "--radius-full",
      "--radius-md",
      "--radius-radius-1",
      "--radius-radius-2",
      "--radius-radius-2-2",
      "--radius-radius-btn",
      "--section-padding-extra-large",
      "--section-padding-extra-small",
      "--section-padding-large",
      "--section-padding-large-2",
      "--section-padding-large-3",
      "--section-padding-medium",
      "--section-padding-medium-2",
      "--section-padding-medium-3",
      "--section-padding-medium-4",
      "--section-padding-small",
      "--section-padding-small-2",
      "--section-padding-small-3",
      "--section-padding-small-4",
      "--semantic-interactive-pressed",
      "--semi-transparent-dark",
      "--semi-transparent-dark-2",
      "--semi-transparent-light",
      "--series-security",
      "--signal-lime",
      "--signal-lime-2",
      "--signal-lime-3",
      "--size-b1",
      "--size-b1-2",
      "--size-b1-3",
      "--size-b2",
      "--size-b2-2",
      "--size-b2-3",
      "--size-b2-4",
      "--size-b2-5",
      "--size-b2-6",
      "--size-b2-7",
      "--size-b2-8",
      "--size-b2-9",
      "--size-b3",
      "--size-b3-2",
      "--size-b3-3",
      "--size-b3-4",
      "--size-b3-5",
      "--size-button-1",
      "--size-button-1-2",
      "--size-button-1-3",
      "--size-button-1-4",
      "--size-button-1-5",
      "--size-button-1-6",
      "--size-button-2",
      "--size-button-2-2",
      "--size-button-2-3",
      "--size-button-2-4",
      "--size-button-2-5",
      "--size-button-2-6",
      "--size-button-2-7",
      "--size-h0",
      "--size-h1",
      "--size-h1-2",
      "--size-h2",
      "--size-h2-2",
      "--size-h2-3",
      "--size-h2-4",
      "--size-h3",
      "--size-h3-2",
      "--size-h3-3",
      "--size-h3-4",
      "--size-h4",
      "--size-h4-2",
      "--size-h4-3",
      "--size-h5",
      "--size-h6",
      "--size-h6-2",
      "--size-h7",
      "--size-h7-2",
      "--size-label-1",
      "--size-label-1-2",
      "--size-label-1-3",
      "--size-label-2",
      "--size-label-2-2",
      "--size-label-2-3",
      "--size-label-2-4",
      "--size-label-2-5",
      "--size-label-2-6",
      "--small",
      "--small-2",
      "--space-0",
      "--space-100",
      "--space-300",
      "--spacing-12",
      "--spacing-12-10",
      "--spacing-12-2",
      "--spacing-12-3",
      "--spacing-12-4",
      "--spacing-12-5",
      "--spacing-12-6",
      "--spacing-12-7",
      "--spacing-12-8",
      "--spacing-12-9",
      "--spacing-120",
      "--spacing-16",
      "--spacing-16-10",
      "--spacing-16-11",
      "--spacing-16-2",
      "--spacing-16-3",
      "--spacing-16-4",
      "--spacing-16-5",
      "--spacing-16-6",
      "--spacing-16-7",
      "--spacing-16-8",
      "--spacing-16-9",
      "--spacing-2-8px",
      "--spacing-20",
      "--spacing-20-2",
      "--spacing-20-3",
      "--spacing-20-4",
      "--spacing-20-5",
      "--spacing-24",
      "--spacing-24-2",
      "--spacing-24-3",
      "--spacing-24-4",
      "--spacing-24-5",
      "--spacing-24-6",
      "--spacing-24-7",
      "--spacing-24-8",
      "--spacing-3-12px",
      "--spacing-32",
      "--spacing-32-10",
      "--spacing-32-11",
      "--spacing-32-2",
      "--spacing-32-3",
      "--spacing-32-4",
      "--spacing-32-5",
      "--spacing-32-6",
      "--spacing-32-7",
      "--spacing-32-8",
      "--spacing-32-9",
      "--spacing-4",
      "--spacing-4-16px",
      "--spacing-4-2",
      "--spacing-4-3",
      "--spacing-4-4",
      "--spacing-4-5",
      "--spacing-4-6",
      "--spacing-4-7",
      "--spacing-4-8",
      "--spacing-48",
      "--spacing-48-2",
      "--spacing-48-3",
      "--spacing-48-4",
      "--spacing-64",
      "--spacing-64-2",
      "--spacing-64-3",
      "--spacing-64-4",
      "--spacing-8",
      "--spacing-8-10",
      "--spacing-8-11",
      "--spacing-8-2",
      "--spacing-8-3",
      "--spacing-8-4",
      "--spacing-8-5",
      "--spacing-8-6",
      "--spacing-8-7",
      "--spacing-8-8",
      "--spacing-8-9",
      "--spacing-80",
      "--spacing-80-2",
      "--spacing-80-3",
      "--spacing-80-4",
      "--spacing-80-5",
      "--spacing-lg",
      "--spacing-md",
      "--spacing-s",
      "--spacing-xl",
      "--static-display-small-line-height",
      "--static-display-small-size",
      "--static-display-small-tracking",
      "--surface-paper",
      "--system-green-300",
      "--system-red-300",
      "--system-yellow-300",
      "--text-body-medium",
      "--text-body-strong",
      "--text-body-strong-2",
      "--text-heading-medium",
      "--text-heading-strong",
      "--text-heading-strong-2",
      "--text-label-medium",
      "--text-label-strong",
      "--text-label-strong-2",
      "--text-text-line-height",
      "--tint-mint-whisper",
      "--tone-medium",
      "--tone-medium-2",
      "--tone-medium-3",
      "--tone-on-base-strong",
      "--tone-on-yellow-strong",
      "--tone-strong",
      "--tone-strong-2",
      "--tone-strong-3",
      "--tone-strong-4",
      "--tone-subtle",
      "--ui-button-base",
      "--ui-button-base-2",
      "--ui-button-base-3",
      "--ui-button-base-4",
      "--ui-button-base-5",
      "--ui-button-circle",
      "--ui-button-circle-2",
      "--ui-button-circle-3",
      "--ui-button-circle-4",
      "--ui-error",
      "--ui-input",
      "--ui-success",
      "--ui-tag",
      "--ui-tag-2",
      "--ui-tag-3",
      "--weight-body",
      "--weight-body-10",
      "--weight-body-11",
      "--weight-body-12",
      "--weight-body-2",
      "--weight-body-3",
      "--weight-body-4",
      "--weight-body-5",
      "--weight-body-6",
      "--weight-body-7",
      "--weight-body-8",
      "--weight-body-9",
      "--weight-body-bold",
      "--weight-body-bold-2",
      "--weight-body-bold-3",
      "--weight-body-bold-4",
      "--weight-body-bold-5",
      "--weight-button",
      "--weight-button-2",
      "--weight-button-3",
      "--weight-button-4",
      "--weight-button-5",
      "--weight-heading",
      "--weight-heading-2",
      "--weight-heading-h0-h3",
      "--weight-heading-h0-h3-2",
      "--weight-heading-h0-h3-3",
      "--weight-heading-h0-h3-4",
      "--weight-heading-h0-h3-5",
      "--weight-heading-h0-h3-6",
      "--weight-heading-h4-h6",
      "--weight-heading-h4-h6-2",
      "--weight-heading-h4-h6-3",
      "--weight-heading-sans",
      "--weight-heading-sans-2",
      "--weight-heading-serif",
      "--weight-label",
      "--weight-label-2",
      "--weight-label-3",
      "--weight-label-4",
      "--weight-label-5",
      "--weight-label-6",
      "--weight-ui",
      "--weight-ui-2",
      "--weight-ui-3",
      "--white",
      "--white-1",
      "--white-2",
      "--white-3",
      "--white-4",
      "--width-1-column",
      "--width-1-column-2",
      "--width-12-columns",
      "--width-12-columns-2",
      "--width-2-columns",
      "--width-2-columns-2",
      "--width-3-columns",
      "--width-3-columns-2",
      "--width-4-columns",
      "--width-5-columns",
      "--width-5-columns-2",
      "--width-6-columns",
      "--width-6-columns-2",
      "--width-8-columns",
      "--width-9-columns"
    ],
    "tokenKinds": {
      "--12": "spacing",
      "--16": "spacing",
      "--20-2": "spacing",
      "--20": "spacing",
      "--24": "spacing",
      "--4": "spacing",
      "--8": "spacing",
      "--accent-2": "color",
      "--accent-accent-100": "color",
      "--accent-lime-signal": "color",
      "--accent-primary": "color",
      "--accent-stone-shadow": "color",
      "--accent": "color",
      "--alert-warning": "color",
      "--anchor-deep-forest": "color",
      "--background-background-1-2": "color",
      "--background-background-1": "color",
      "--background-background-2-2": "color",
      "--background-background-2": "color",
      "--background-base-2": "color",
      "--background-base-3": "color",
      "--background-base-4": "color",
      "--background-base-5": "color",
      "--background-base-dark": "color",
      "--background-base-light": "color",
      "--background-base": "color",
      "--background-blue": "color",
      "--background-clay": "color",
      "--background-depth-dark": "color",
      "--background-depth-light": "color",
      "--background-depth": "color",
      "--background-folded-linen": "color",
      "--background-gradient-purposes-gradient-0-2": "color",
      "--background-gradient-purposes-gradient-0": "color",
      "--background-gradient-purposes-gradient-100": "color",
      "--background-gradient-purposes-gradient-64": "color",
      "--background-lift-2": "color",
      "--background-lift-3": "color",
      "--background-lift-4": "color",
      "--background-lift-5": "color",
      "--background-lift-6": "color",
      "--background-lift-80-opacity-dark": "color",
      "--background-lift-80-opacity-light": "color",
      "--background-lift-80-opacity": "color",
      "--background-lift-dark-2": "color",
      "--background-lift-dark": "color",
      "--background-lift-light-2": "color",
      "--background-lift-light": "color",
      "--background-lift-low-opacity-dark": "color",
      "--background-lift-low-opacity-light": "color",
      "--background-lift-low-opacity": "color",
      "--background-lift": "color",
      "--background-lilac": "color",
      "--background-mint": "color",
      "--background-peach": "color",
      "--background-semi-transparent-2": "color",
      "--background-semi-transparent-3": "color",
      "--background-semi-transparent": "color",
      "--background-yellow": "color",
      "--background": "color",
      "--base-dark-0-2": "color",
      "--base-dark-0-3": "color",
      "--base-dark-0-4": "color",
      "--base-dark-0": "color",
      "--base-dark-100-2": "color",
      "--base-dark-100-3": "color",
      "--base-dark-100-4": "color",
      "--base-dark-100-5": "color",
      "--base-dark-100": "color",
      "--base-dark-16-2": "color",
      "--base-dark-16-3": "color",
      "--base-dark-16-4": "color",
      "--base-dark-16-5": "color",
      "--base-dark-16": "color",
      "--base-dark-32": "color",
      "--base-dark-4-2": "color",
      "--base-dark-48-2": "color",
      "--base-dark-48-3": "color",
      "--base-dark-48": "color",
      "--base-dark-4": "color",
      "--base-dark-64-2": "color",
      "--base-dark-64-3": "color",
      "--base-dark-64": "color",
      "--base-dark-88-2": "color",
      "--base-dark-88-3": "color",
      "--base-dark-88": "color",
      "--base-dark-8": "color",
      "--base-light-0-2": "color",
      "--base-light-0-3": "color",
      "--base-light-0-4": "color",
      "--base-light-0": "color",
      "--base-light-100-2": "color",
      "--base-light-100-3": "color",
      "--base-light-100-4": "color",
      "--base-light-100-5": "color",
      "--base-light-100": "color",
      "--base-light-16-2": "color",
      "--base-light-16-3": "color",
      "--base-light-16-4": "color",
      "--base-light-16": "color",
      "--base-light-32": "color",
      "--base-light-4-2": "color",
      "--base-light-48-2": "color",
      "--base-light-48-3": "color",
      "--base-light-48": "color",
      "--base-light-4": "color",
      "--base-light-64-2": "color",
      "--base-light-64-3": "color",
      "--base-light-64": "color",
      "--base-light-8-2": "color",
      "--base-light-88-2": "color",
      "--base-light-88": "color",
      "--base-light-8": "color",
      "--base-white": "color",
      "--black-2": "color",
      "--black-3": "color",
      "--black-4": "color",
      "--black": "color",
      "--border-dark-2": "color",
      "--border-dark": "color",
      "--border-secondary": "color",
      "--border-subtle-2": "color",
      "--border-subtle-3": "color",
      "--border-subtle-4": "color",
      "--border-subtle-5": "color",
      "--border-subtle-6": "color",
      "--border-subtle-7": "color",
      "--border-subtle": "color",
      "--brand-dark-green": "color",
      "--brand-green-grass": "color",
      "--brand-green-ice": "color",
      "--brand-green-light": "color",
      "--brand-ivory-100": "color",
      "--brand-ivory-50": "color",
      "--brand-lime": "color",
      "--brand-purple-500-6840ff": "color",
      "--button-2": "spacing",
      "--button-icon-button-circle-2": "spacing",
      "--button-icon-button-circle": "spacing",
      "--button-icon-button-rectangle-2": "spacing",
      "--button-icon-button-rectangle": "spacing",
      "--button-primary-default-background-2": "color",
      "--button-primary-default-background-3": "color",
      "--button-primary-default-background-4": "color",
      "--button-primary-default-background-5": "color",
      "--button-primary-default-background": "color",
      "--button-primary-default-border-2": "color",
      "--button-primary-default-border-3": "color",
      "--button-primary-default-border-4": "color",
      "--button-primary-default-border-5": "color",
      "--button-primary-default-border": "color",
      "--button-primary-default-text-2": "color",
      "--button-primary-default-text-3": "color",
      "--button-primary-default-text-4": "color",
      "--button-primary-default-text-5": "color",
      "--button-primary-default-text": "color",
      "--button-primary-hover-background-2": "color",
      "--button-primary-hover-background-3": "color",
      "--button-primary-hover-background-4": "color",
      "--button-primary-hover-background-5": "color",
      "--button-primary-hover-background": "color",
      "--button-primary-hover-border-2": "color",
      "--button-primary-hover-border-3": "color",
      "--button-primary-hover-border-4": "color",
      "--button-primary-hover-border-5": "color",
      "--button-primary-hover-border": "color",
      "--button-primary-hover-text-2": "color",
      "--button-primary-hover-text-3": "color",
      "--button-primary-hover-text-4": "color",
      "--button-primary-hover-text-5": "color",
      "--button-primary-hover-text": "color",
      "--button-secondary-default-background-2": "color",
      "--button-secondary-default-background-3": "color",
      "--button-secondary-default-background-4": "color",
      "--button-secondary-default-background-5": "color",
      "--button-secondary-default-background": "color",
      "--button-secondary-default-border-2": "color",
      "--button-secondary-default-border-3": "color",
      "--button-secondary-default-border-4": "color",
      "--button-secondary-default-border-5": "color",
      "--button-secondary-default-border": "color",
      "--button-secondary-default-text-2": "color",
      "--button-secondary-default-text-3": "color",
      "--button-secondary-default-text-4": "color",
      "--button-secondary-default-text-5": "color",
      "--button-secondary-default-text": "color",
      "--button-secondary-hover-background-2": "color",
      "--button-secondary-hover-background-3": "color",
      "--button-secondary-hover-background-4": "color",
      "--button-secondary-hover-background-5": "color",
      "--button-secondary-hover-background": "color",
      "--button-secondary-hover-border-2": "color",
      "--button-secondary-hover-border-3": "color",
      "--button-secondary-hover-border-4": "color",
      "--button-secondary-hover-border-5": "color",
      "--button-secondary-hover-border": "color",
      "--button-secondary-hover-text-2": "color",
      "--button-secondary-hover-text-3": "color",
      "--button-secondary-hover-text-4": "color",
      "--button-secondary-hover-text-5": "color",
      "--button-secondary-hover-text": "color",
      "--button-tertiary-default-text-2": "color",
      "--button-tertiary-default-text-3": "color",
      "--button-tertiary-default-text-4": "color",
      "--button-tertiary-default-text": "color",
      "--button-tertiary-hover-text-2": "color",
      "--button-tertiary-hover-text-3": "color",
      "--button-tertiary-hover-text-4": "color",
      "--button-tertiary-hover-text": "color",
      "--button": "spacing",
      "--buttons-padding-padding-h-l": "spacing",
      "--buttons-padding-padding-h-xl": "spacing",
      "--buttons-padding-padding-width": "spacing",
      "--charts-context-basic": "color",
      "--color-blue-dark-100": "color",
      "--color-blue-light-100": "color",
      "--color-brand-colors-50": "color",
      "--color-brand-colors-59": "color",
      "--color-brand-colors-8": "color",
      "--color-brand-colors-dark-green-2": "color",
      "--color-brand-colors-dark-green": "color",
      "--color-brand-colors-green-light": "color",
      "--color-brand-colors-ivory-2": "color",
      "--color-brand-colors-ivory": "color",
      "--color-brand-colors-lime-2": "color",
      "--color-brand-colors-lime": "color",
      "--color-clay-dark-100": "color",
      "--color-clay-light-100": "color",
      "--color-expressive-amethyste-bg": "color",
      "--color-expressive-amethyste-dark": "color",
      "--color-expressive-amethyste-light": "color",
      "--color-expressive-cacao-dark": "color",
      "--color-expressive-cacao-light": "color",
      "--color-expressive-coquelicot-bg": "color",
      "--color-expressive-coquelicot-dark": "color",
      "--color-expressive-coquelicot-light": "color",
      "--color-expressive-mango-bg": "color",
      "--color-expressive-mango-dark": "color",
      "--color-expressive-mango-light": "color",
      "--color-expressive-marine-bg": "color",
      "--color-expressive-marine-dark": "color",
      "--color-expressive-marine-light": "color",
      "--color-green-100-base": "color",
      "--color-green-200": "color",
      "--color-green-400": "color",
      "--color-green-500-base": "color",
      "--color-green-50": "color",
      "--color-green-600": "color",
      "--color-green-700-base": "color",
      "--color-green-900": "color",
      "--color-green-950-base": "color",
      "--color-ivory-100": "color",
      "--color-ivory-200": "color",
      "--color-ivory-50": "color",
      "--color-light-grey": "color",
      "--color-lilac-dark-100": "color",
      "--color-lilac-light-100": "color",
      "--color-lime-300": "color",
      "--color-lime-500-base": "color",
      "--color-mid-grey": "color",
      "--color-mint-dark-100": "color",
      "--color-mint-light-100": "color",
      "--color-neutral-0-2": "color",
      "--color-neutral-0-3": "color",
      "--color-neutral-0-4": "color",
      "--color-neutral-0": "color",
      "--color-neutral-500": "color",
      "--color-neutral-50": "color",
      "--color-neutral-900-2": "color",
      "--color-neutral-900-3": "color",
      "--color-neutral-900": "color",
      "--color-peach-dark-100": "color",
      "--color-peach-light-100": "color",
      "--color-primary-border": "color",
      "--color-primary-hover": "color",
      "--color-primary-light": "color",
      "--color-primary": "color",
      "--color-secondary-border": "color",
      "--color-secondary-hover": "color",
      "--color-secondary-light": "color",
      "--color-secondary": "color",
      "--color-tertiary-border": "color",
      "--color-tertiary-hover": "color",
      "--color-tertiary-light": "color",
      "--color-tertiary": "color",
      "--color-text-light": "color",
      "--color-text": "color",
      "--color-white": "color",
      "--color-yellow-dark-100": "color",
      "--color-yellow-light-100": "color",
      "--colors-background-bg-brand-solid": "color",
      "--colors-background-bg-primary-alt": "color",
      "--colors-background-bg-primary-hover": "color",
      "--colors-background-bg-primary": "color",
      "--colors-background-bg-quaternary": "color",
      "--colors-background-bg-secondary": "color",
      "--colors-base-black": "color",
      "--colors-base-transparent": "color",
      "--colors-base-white": "color",
      "--colors-blue-dark": "color",
      "--colors-blue-hover": "color",
      "--colors-blue-light": "color",
      "--colors-blue-ultradark": "color",
      "--colors-blue": "color",
      "--colors-border-border-primary": "color",
      "--colors-border-border-secondary-alt": "color",
      "--colors-brand-500": "color",
      "--colors-brand-600": "color",
      "--colors-effects-focus-rings-focus-ring": "color",
      "--colors-effects-shadows-shadow-lg-01": "color",
      "--colors-effects-shadows-shadow-lg-02": "color",
      "--colors-effects-shadows-shadow-lg-03": "color",
      "--colors-effects-shadows-shadow-md-01": "color",
      "--colors-effects-shadows-shadow-md-02": "color",
      "--colors-effects-shadows-shadow-skeumorphic-inner-border": "color",
      "--colors-effects-shadows-shadow-skeumorphic-inner": "color",
      "--colors-effects-shadows-shadow-sm-01": "color",
      "--colors-effects-shadows-shadow-sm-02": "color",
      "--colors-effects-shadows-shadow-xs": "color",
      "--colors-error-hover": "color",
      "--colors-error": "color",
      "--colors-foreground-fg-brand-primary-600": "color",
      "--colors-foreground-fg-quaternary-400": "color",
      "--colors-foreground-fg-quaternary-hover": "color",
      "--colors-foreground-fg-white": "color",
      "--colors-gray-dark-mode-200": "color",
      "--colors-gray-dark-mode-300": "color",
      "--colors-gray-dark-mode-500": "color",
      "--colors-gray-dark-mode-50": "color",
      "--colors-gray-dark-mode-600": "color",
      "--colors-gray-dark-mode-700": "color",
      "--colors-gray-dark-mode-800": "color",
      "--colors-gray-dark-mode-900": "color",
      "--colors-gray-dark-mode-950": "color",
      "--colors-gray-light-mode-200": "color",
      "--colors-gray-light-mode-300": "color",
      "--colors-gray-light-mode-400": "color",
      "--colors-gray-light-mode-500": "color",
      "--colors-gray-light-mode-50": "color",
      "--colors-gray-light-mode-700": "color",
      "--colors-gray-light-mode-800": "color",
      "--colors-gray-light-mode-900": "color",
      "--colors-text-text-primary-900": "color",
      "--colors-text-text-secondary-700": "color",
      "--colors-text-text-secondary-hover": "color",
      "--colors-text-text-white": "color",
      "--colors-white": "color",
      "--component-colors-alpha-alpha-black-100": "color",
      "--component-colors-alpha-alpha-white-100": "color",
      "--component-colors-components-sliders-slider-handle-bg": "color",
      "--component-colors-components-sliders-slider-handle-border": "color",
      "--dark-100": "color",
      "--dark-16": "color",
      "--dark-2": "color",
      "--dark-3": "color",
      "--dark-4": "color",
      "--dark-5": "color",
      "--dark-6": "color",
      "--dark": "color",
      "--expressive-amethyste-bg": "color",
      "--expressive-amethyste-dark": "color",
      "--expressive-amethyste-light": "color",
      "--expressive-ardoise-dark": "color",
      "--expressive-ardoise-light": "color",
      "--expressive-cacao-dark": "color",
      "--expressive-cacao-light": "color",
      "--expressive-cobalt-dark": "color",
      "--expressive-cobalt-light": "color",
      "--expressive-coquelicot-dark": "color",
      "--expressive-coquelicot-light": "color",
      "--expressive-mango-bg": "color",
      "--expressive-mango-dark": "color",
      "--expressive-mango-light": "color",
      "--expressive-marine-bg": "color",
      "--expressive-marine-dark": "color",
      "--expressive-marine-light": "color",
      "--expressive-pivoine-bg": "color",
      "--expressive-pivoine-dark": "color",
      "--expressive-pivoine-light": "color",
      "--font-family-body-10": "font",
      "--font-family-body-11": "font",
      "--font-family-body-12": "font",
      "--font-family-body-2": "font",
      "--font-family-body-3": "font",
      "--font-family-body-4": "font",
      "--font-family-body-5": "font",
      "--font-family-body-6": "font",
      "--font-family-body-7": "font",
      "--font-family-body-8": "font",
      "--font-family-body-9": "font",
      "--font-family-body": "font",
      "--font-family-button-2": "font",
      "--font-family-button-3": "font",
      "--font-family-button-4": "font",
      "--font-family-button-5": "font",
      "--font-family-button": "font",
      "--font-family-display": "font",
      "--font-family-font-1": "font",
      "--font-family-font-family-body": "font",
      "--font-family-heading-h0-h3": "font",
      "--font-family-heading-h0-h4-2": "font",
      "--font-family-heading-h0-h4-3": "font",
      "--font-family-heading-h0-h4-4": "font",
      "--font-family-heading-h0-h4-5": "font",
      "--font-family-heading-h0-h4": "font",
      "--font-family-heading-h4-h6": "font",
      "--font-family-heading-h5-h6-2": "font",
      "--font-family-heading-h5-h6": "font",
      "--font-family-heading-sans": "font",
      "--font-family-heading-serif": "font",
      "--font-family-heading": "font",
      "--font-family-label-2": "font",
      "--font-family-label-3": "font",
      "--font-family-label-4": "font",
      "--font-family-label-5": "font",
      "--font-family-label-6": "font",
      "--font-family-label": "font",
      "--font-family-secondary": "font",
      "--font-family-ui-2": "font",
      "--font-family-ui": "font",
      "--font-letter-spacing-text-label": "font",
      "--font-letterspacing-label": "font",
      "--font-line-height-text-label": "font",
      "--font-lineheight-caption": "font",
      "--font-paragraph-spacing-text-label": "font",
      "--font-size-14": "font",
      "--font-size-body": "font",
      "--font-size-caption": "font",
      "--font-size-fs-text-l": "font",
      "--font-size-fs-text-m": "font",
      "--font-size-fs-text-xl": "font",
      "--font-size-label": "font",
      "--font-size-text-label": "font",
      "--font-size-text-md": "font",
      "--font-size-text-xs": "font",
      "--font-weight-500": "font",
      "--font-weight-med": "other",
      "--font-weight-medium-2": "other",
      "--font-weight-medium": "font",
      "--font-weight-regular": "font",
      "--font-weight-semibold": "other",
      "--general-default-2": "spacing",
      "--general-default-3": "spacing",
      "--general-default-4": "spacing",
      "--general-default-5": "spacing",
      "--general-default-6": "spacing",
      "--general-default-7": "spacing",
      "--general-default": "spacing",
      "--general-large-2": "spacing",
      "--general-large-3": "spacing",
      "--general-large": "spacing",
      "--gray-10": "color",
      "--gray-11": "color",
      "--gray-2": "color",
      "--green-active": "color",
      "--green-emerald": "color",
      "--grey-50-2": "color",
      "--grey-50-3": "color",
      "--grey-50-4": "color",
      "--grey-50-5": "color",
      "--grey-50-6": "color",
      "--grey-50": "color",
      "--grey-900-2": "color",
      "--grey-900-3": "color",
      "--grey-900": "color",
      "--greyscale-100": "color",
      "--greyscale-200": "color",
      "--greyscale-300": "color",
      "--greyscale-400": "color",
      "--greyscale-500": "color",
      "--grid-column-gap-2": "spacing",
      "--grid-column-gap-3": "spacing",
      "--grid-column-gap": "spacing",
      "--grid-content-gap-2": "spacing",
      "--grid-content-gap": "spacing",
      "--grid-page-padding-2": "spacing",
      "--grid-page-padding-3": "spacing",
      "--grid-page-padding-4": "spacing",
      "--grid-page-padding-5": "spacing",
      "--grid-page-padding-6": "spacing",
      "--grid-page-padding-7": "spacing",
      "--grid-page-padding": "spacing",
      "--gutter-gutter": "spacing",
      "--icon-medium-2": "color",
      "--icon-medium-3": "color",
      "--icon-medium": "color",
      "--icon-size-large": "spacing",
      "--icon-size-medium-2": "spacing",
      "--icon-size-medium-3": "spacing",
      "--icon-size-medium-4": "spacing",
      "--icon-size-medium": "spacing",
      "--icon-size-small-2": "spacing",
      "--icon-size-small-3": "spacing",
      "--icon-size-small-4": "spacing",
      "--icon-size-small": "spacing",
      "--icon-size-xs": "spacing",
      "--icon-stroke-2": "color",
      "--icon-stroke-3": "color",
      "--icon-stroke-4": "color",
      "--icon-stroke-5": "color",
      "--icon-stroke-6": "color",
      "--icon-stroke-7": "color",
      "--icon-stroke-8": "color",
      "--icon-stroke-9": "color",
      "--icon-stroke": "color",
      "--icon-strong-2": "color",
      "--icon-strong": "color",
      "--icon-type-2": "other",
      "--icon-type-3": "other",
      "--icon-type-4": "other",
      "--icon-type-5": "other",
      "--icon-type-6": "other",
      "--icon-type": "other",
      "--ink-dark-8": "color",
      "--ink-dark": "color",
      "--ink-lift": "color",
      "--input-active-background": "color",
      "--input-active-border": "color",
      "--input-active-text": "color",
      "--input-default-background": "color",
      "--input-default-border": "color",
      "--input-default-text": "color",
      "--input-error-background": "color",
      "--input-error-border": "color",
      "--input-error-text": "color",
      "--input-filled-background": "color",
      "--input-filled-border": "color",
      "--input-filled-text": "color",
      "--input-icon": "color",
      "--input-label": "color",
      "--item-spacing-26": "spacing",
      "--letter-spacing-0-07": "font",
      "--letter-spacing-b1-2": "font",
      "--letter-spacing-b1-3": "font",
      "--letter-spacing-b1": "font",
      "--letter-spacing-b2-2": "font",
      "--letter-spacing-b2-3": "font",
      "--letter-spacing-b2-4": "font",
      "--letter-spacing-b2-5": "font",
      "--letter-spacing-b2-6": "font",
      "--letter-spacing-b2-7": "font",
      "--letter-spacing-b2-8": "font",
      "--letter-spacing-b2-9": "font",
      "--letter-spacing-b2": "font",
      "--letter-spacing-b3-2": "font",
      "--letter-spacing-b3-3": "font",
      "--letter-spacing-b3-4": "font",
      "--letter-spacing-b3-5": "font",
      "--letter-spacing-b3": "font",
      "--letter-spacing-button-1-2": "font",
      "--letter-spacing-button-1-3": "font",
      "--letter-spacing-button-1-4": "font",
      "--letter-spacing-button-1-5": "font",
      "--letter-spacing-button-1-6": "font",
      "--letter-spacing-button-1": "font",
      "--letter-spacing-button-2-2": "font",
      "--letter-spacing-button-2-3": "font",
      "--letter-spacing-button-2-4": "font",
      "--letter-spacing-button-2-5": "font",
      "--letter-spacing-button-2-6": "font",
      "--letter-spacing-button-2-7": "font",
      "--letter-spacing-button-2": "font",
      "--letter-spacing-h0": "font",
      "--letter-spacing-h1-2": "font",
      "--letter-spacing-h1": "font",
      "--letter-spacing-h2-2": "font",
      "--letter-spacing-h2-3": "font",
      "--letter-spacing-h2-4": "font",
      "--letter-spacing-h2": "font",
      "--letter-spacing-h3-2": "font",
      "--letter-spacing-h3-3": "font",
      "--letter-spacing-h3-4": "font",
      "--letter-spacing-h3": "font",
      "--letter-spacing-h4-2": "font",
      "--letter-spacing-h4-3": "font",
      "--letter-spacing-h4": "font",
      "--letter-spacing-h5": "font",
      "--letter-spacing-h6-2": "font",
      "--letter-spacing-h6-3": "font",
      "--letter-spacing-h6": "font",
      "--letter-spacing-h7-2": "font",
      "--letter-spacing-h7": "font",
      "--letter-spacing-label-1-2": "font",
      "--letter-spacing-label-1-3": "font",
      "--letter-spacing-label-1": "font",
      "--letter-spacing-label-2-2": "font",
      "--letter-spacing-label-2-3": "font",
      "--letter-spacing-label-2-4": "font",
      "--letter-spacing-label-2-5": "font",
      "--letter-spacing-label-2-6": "font",
      "--letter-spacing-label-2": "font",
      "--letter-spacing-ls-classic": "font",
      "--lift-dark-2": "color",
      "--lift-dark-3": "color",
      "--lift-dark-4": "color",
      "--lift-dark": "color",
      "--lift-light-2": "color",
      "--lift-light-3": "color",
      "--lift-light-4": "color",
      "--lift-light-5": "color",
      "--lift-light": "color",
      "--light": "color",
      "--line-height-b1-2": "font",
      "--line-height-b1-3": "font",
      "--line-height-b1": "font",
      "--line-height-b2-2": "font",
      "--line-height-b2-3": "font",
      "--line-height-b2-4": "font",
      "--line-height-b2-5": "font",
      "--line-height-b2-6": "font",
      "--line-height-b2-7": "font",
      "--line-height-b2-8": "font",
      "--line-height-b2-9": "font",
      "--line-height-b2": "font",
      "--line-height-b3-2": "font",
      "--line-height-b3-3": "font",
      "--line-height-b3-4": "font",
      "--line-height-b3-5": "font",
      "--line-height-b3": "font",
      "--line-height-button-1-2": "font",
      "--line-height-button-1-3": "font",
      "--line-height-button-1-4": "font",
      "--line-height-button-1-5": "font",
      "--line-height-button-1-6": "font",
      "--line-height-button-1": "font",
      "--line-height-button-2-2": "font",
      "--line-height-button-2-3": "font",
      "--line-height-button-2-4": "font",
      "--line-height-button-2-5": "font",
      "--line-height-button-2-6": "font",
      "--line-height-button-2-7": "font",
      "--line-height-button-2": "font",
      "--line-height-h0": "font",
      "--line-height-h1-2": "font",
      "--line-height-h1": "font",
      "--line-height-h2-2": "font",
      "--line-height-h2-3": "font",
      "--line-height-h2-4": "font",
      "--line-height-h2": "font",
      "--line-height-h3-2": "font",
      "--line-height-h3-3": "font",
      "--line-height-h3-4": "font",
      "--line-height-h3": "font",
      "--line-height-h4-2": "font",
      "--line-height-h4-3": "font",
      "--line-height-h4": "font",
      "--line-height-h5": "font",
      "--line-height-h6-2": "font",
      "--line-height-h6": "font",
      "--line-height-h7-2": "font",
      "--line-height-h7": "font",
      "--line-height-label-1-2": "font",
      "--line-height-label-1-3": "font",
      "--line-height-label-1": "font",
      "--line-height-label-2-2": "font",
      "--line-height-label-2-3": "font",
      "--line-height-label-2-4": "font",
      "--line-height-label-2-5": "font",
      "--line-height-label-2-6": "font",
      "--line-height-label-2": "font",
      "--line-height-lh-text-l": "font",
      "--line-height-lh-text-m": "font",
      "--line-height-lh-text-xl": "font",
      "--line-height-text-md": "font",
      "--line-height-text-xs": "font",
      "--neutral-dark-0-2": "color",
      "--neutral-dark-0-3": "color",
      "--neutral-dark-0": "color",
      "--neutral-dark-100-2": "color",
      "--neutral-dark-100-3": "color",
      "--neutral-dark-100-4": "color",
      "--neutral-dark-100-5": "color",
      "--neutral-dark-100-6": "color",
      "--neutral-dark-100-7": "color",
      "--neutral-dark-100-8": "color",
      "--neutral-dark-100": "color",
      "--neutral-dark-16-2": "color",
      "--neutral-dark-16-3": "color",
      "--neutral-dark-16-4": "color",
      "--neutral-dark-16-5": "color",
      "--neutral-dark-16-6": "color",
      "--neutral-dark-16": "color",
      "--neutral-dark-32-2": "color",
      "--neutral-dark-32": "color",
      "--neutral-dark-48-2": "color",
      "--neutral-dark-48-3": "color",
      "--neutral-dark-48": "color",
      "--neutral-dark-64-2": "color",
      "--neutral-dark-64-3": "color",
      "--neutral-dark-64": "color",
      "--neutral-dark-8-2": "color",
      "--neutral-dark-8-3": "color",
      "--neutral-dark-88-2": "color",
      "--neutral-dark-88": "color",
      "--neutral-dark-8": "color",
      "--neutral-light-0": "color",
      "--neutral-light-100-2": "color",
      "--neutral-light-100-3": "color",
      "--neutral-light-100-4": "color",
      "--neutral-light-100-5": "color",
      "--neutral-light-100-6": "color",
      "--neutral-light-100": "color",
      "--neutral-light-16-2": "color",
      "--neutral-light-16-3": "color",
      "--neutral-light-16-4": "color",
      "--neutral-light-16": "color",
      "--neutral-light-4-2": "color",
      "--neutral-light-48": "color",
      "--neutral-light-4": "color",
      "--neutral-light-64-2": "color",
      "--neutral-light-64": "color",
      "--neutral-light-8-2": "color",
      "--neutral-light-88-2": "color",
      "--neutral-light-88-3": "color",
      "--neutral-light-88-4": "color",
      "--neutral-light-88": "color",
      "--neutral-light-8": "color",
      "--neutrals-black": "color",
      "--neutrals-neutral-100-fff": "color",
      "--neutrals-neutral-200-f4f4f4": "color",
      "--neutrals-neutral-450-d8d8d8": "color",
      "--neutrals-neutral-500-969696": "color",
      "--neutrals-neutral-800-201d1d": "color",
      "--neutrals-neutral-950-000": "color",
      "--neutrals-white": "color",
      "--paragraph-spacing-b1-2": "spacing",
      "--paragraph-spacing-b1-3": "spacing",
      "--paragraph-spacing-b1": "spacing",
      "--paragraph-spacing-b2-2": "spacing",
      "--paragraph-spacing-b2-3": "spacing",
      "--paragraph-spacing-b2-4": "spacing",
      "--paragraph-spacing-b2-5": "spacing",
      "--paragraph-spacing-b2-6": "spacing",
      "--paragraph-spacing-b2-7": "spacing",
      "--paragraph-spacing-b2-8": "spacing",
      "--paragraph-spacing-b2-9": "spacing",
      "--paragraph-spacing-b2": "spacing",
      "--paragraph-spacing-b3-2": "spacing",
      "--paragraph-spacing-b3-3": "spacing",
      "--paragraph-spacing-b3-4": "spacing",
      "--paragraph-spacing-b3-5": "spacing",
      "--paragraph-spacing-b3": "spacing",
      "--paragraph-spacing-h1-2": "spacing",
      "--paragraph-spacing-h1-3": "spacing",
      "--paragraph-spacing-h1": "spacing",
      "--paragraph-spacing-h2-2": "spacing",
      "--paragraph-spacing-h2-3": "spacing",
      "--paragraph-spacing-h2-4": "spacing",
      "--paragraph-spacing-h2": "spacing",
      "--paragraph-spacing-h4-2": "spacing",
      "--paragraph-spacing-h4-3": "spacing",
      "--paragraph-spacing-h4": "spacing",
      "--paragraph-spacing-h5": "spacing",
      "--paragraph-spacing-h6-2": "spacing",
      "--paragraph-spacing-h6-3": "spacing",
      "--paragraph-spacing-h6": "spacing",
      "--paragraph-spacing-h7-2": "spacing",
      "--paragraph-spacing-h7": "spacing",
      "--paragraph-spacing-label-1-2": "spacing",
      "--paragraph-spacing-label-1-3": "spacing",
      "--paragraph-spacing-label-1-4": "spacing",
      "--paragraph-spacing-label-1-5": "spacing",
      "--paragraph-spacing-label-1-6": "spacing",
      "--paragraph-spacing-label-1-7": "spacing",
      "--paragraph-spacing-label-1-8": "spacing",
      "--paragraph-spacing-label-1": "spacing",
      "--primary-gold": "color",
      "--primary-matte-black": "color",
      "--primary-white": "color",
      "--radius-1-2": "radius",
      "--radius-12": "radius",
      "--radius-16": "radius",
      "--radius-1": "radius",
      "--radius-24": "radius",
      "--radius-2": "radius",
      "--radius-8": "radius",
      "--radius-button-2": "radius",
      "--radius-button": "radius",
      "--radius-default": "radius",
      "--radius-full": "radius",
      "--radius-md": "radius",
      "--radius-radius-1": "radius",
      "--radius-radius-2-2": "radius",
      "--radius-radius-2": "radius",
      "--radius-radius-btn": "radius",
      "--section-padding-extra-large": "spacing",
      "--section-padding-extra-small": "spacing",
      "--section-padding-large-2": "spacing",
      "--section-padding-large-3": "spacing",
      "--section-padding-large": "spacing",
      "--section-padding-medium-2": "spacing",
      "--section-padding-medium-3": "spacing",
      "--section-padding-medium-4": "spacing",
      "--section-padding-medium": "spacing",
      "--section-padding-small-2": "spacing",
      "--section-padding-small-3": "spacing",
      "--section-padding-small-4": "spacing",
      "--section-padding-small": "spacing",
      "--semantic-interactive-pressed": "color",
      "--semi-transparent-dark-2": "color",
      "--semi-transparent-dark": "color",
      "--semi-transparent-light": "color",
      "--series-security": "color",
      "--signal-lime-2": "color",
      "--signal-lime-3": "color",
      "--signal-lime": "color",
      "--size-b1-2": "spacing",
      "--size-b1-3": "spacing",
      "--size-b1": "spacing",
      "--size-b2-2": "spacing",
      "--size-b2-3": "spacing",
      "--size-b2-4": "spacing",
      "--size-b2-5": "spacing",
      "--size-b2-6": "spacing",
      "--size-b2-7": "spacing",
      "--size-b2-8": "spacing",
      "--size-b2-9": "spacing",
      "--size-b2": "spacing",
      "--size-b3-2": "spacing",
      "--size-b3-3": "spacing",
      "--size-b3-4": "spacing",
      "--size-b3-5": "spacing",
      "--size-b3": "spacing",
      "--size-button-1-2": "spacing",
      "--size-button-1-3": "spacing",
      "--size-button-1-4": "spacing",
      "--size-button-1-5": "spacing",
      "--size-button-1-6": "spacing",
      "--size-button-1": "spacing",
      "--size-button-2-2": "spacing",
      "--size-button-2-3": "spacing",
      "--size-button-2-4": "spacing",
      "--size-button-2-5": "spacing",
      "--size-button-2-6": "spacing",
      "--size-button-2-7": "spacing",
      "--size-button-2": "spacing",
      "--size-h0": "spacing",
      "--size-h1-2": "spacing",
      "--size-h1": "spacing",
      "--size-h2-2": "spacing",
      "--size-h2-3": "spacing",
      "--size-h2-4": "spacing",
      "--size-h2": "spacing",
      "--size-h3-2": "spacing",
      "--size-h3-3": "spacing",
      "--size-h3-4": "spacing",
      "--size-h3": "spacing",
      "--size-h4-2": "spacing",
      "--size-h4-3": "spacing",
      "--size-h4": "spacing",
      "--size-h5": "spacing",
      "--size-h6-2": "spacing",
      "--size-h6": "spacing",
      "--size-h7-2": "spacing",
      "--size-h7": "spacing",
      "--size-label-1-2": "spacing",
      "--size-label-1-3": "spacing",
      "--size-label-1": "spacing",
      "--size-label-2-2": "spacing",
      "--size-label-2-3": "spacing",
      "--size-label-2-4": "spacing",
      "--size-label-2-5": "spacing",
      "--size-label-2-6": "spacing",
      "--size-label-2": "spacing",
      "--small-2": "spacing",
      "--small": "spacing",
      "--space-0": "spacing",
      "--space-100": "spacing",
      "--space-300": "spacing",
      "--spacing-12-10": "spacing",
      "--spacing-12-2": "spacing",
      "--spacing-12-3": "spacing",
      "--spacing-12-4": "spacing",
      "--spacing-12-5": "spacing",
      "--spacing-12-6": "spacing",
      "--spacing-12-7": "spacing",
      "--spacing-12-8": "spacing",
      "--spacing-12-9": "spacing",
      "--spacing-120": "spacing",
      "--spacing-12": "spacing",
      "--spacing-16-10": "spacing",
      "--spacing-16-11": "spacing",
      "--spacing-16-2": "spacing",
      "--spacing-16-3": "spacing",
      "--spacing-16-4": "spacing",
      "--spacing-16-5": "spacing",
      "--spacing-16-6": "spacing",
      "--spacing-16-7": "spacing",
      "--spacing-16-8": "spacing",
      "--spacing-16-9": "spacing",
      "--spacing-16": "spacing",
      "--spacing-2-8px": "spacing",
      "--spacing-20-2": "spacing",
      "--spacing-20-3": "spacing",
      "--spacing-20-4": "spacing",
      "--spacing-20-5": "spacing",
      "--spacing-20": "spacing",
      "--spacing-24-2": "spacing",
      "--spacing-24-3": "spacing",
      "--spacing-24-4": "spacing",
      "--spacing-24-5": "spacing",
      "--spacing-24-6": "spacing",
      "--spacing-24-7": "spacing",
      "--spacing-24-8": "spacing",
      "--spacing-24": "spacing",
      "--spacing-3-12px": "spacing",
      "--spacing-32-10": "spacing",
      "--spacing-32-11": "spacing",
      "--spacing-32-2": "spacing",
      "--spacing-32-3": "spacing",
      "--spacing-32-4": "spacing",
      "--spacing-32-5": "spacing",
      "--spacing-32-6": "spacing",
      "--spacing-32-7": "spacing",
      "--spacing-32-8": "spacing",
      "--spacing-32-9": "spacing",
      "--spacing-32": "spacing",
      "--spacing-4-16px": "spacing",
      "--spacing-4-2": "spacing",
      "--spacing-4-3": "spacing",
      "--spacing-4-4": "spacing",
      "--spacing-4-5": "spacing",
      "--spacing-4-6": "spacing",
      "--spacing-4-7": "spacing",
      "--spacing-4-8": "spacing",
      "--spacing-48-2": "spacing",
      "--spacing-48-3": "spacing",
      "--spacing-48-4": "spacing",
      "--spacing-48": "spacing",
      "--spacing-4": "spacing",
      "--spacing-64-2": "spacing",
      "--spacing-64-3": "spacing",
      "--spacing-64-4": "spacing",
      "--spacing-64": "spacing",
      "--spacing-8-10": "spacing",
      "--spacing-8-11": "spacing",
      "--spacing-8-2": "spacing",
      "--spacing-8-3": "spacing",
      "--spacing-8-4": "spacing",
      "--spacing-8-5": "spacing",
      "--spacing-8-6": "spacing",
      "--spacing-8-7": "spacing",
      "--spacing-8-8": "spacing",
      "--spacing-8-9": "spacing",
      "--spacing-80-2": "spacing",
      "--spacing-80-3": "spacing",
      "--spacing-80-4": "spacing",
      "--spacing-80-5": "spacing",
      "--spacing-80": "spacing",
      "--spacing-8": "spacing",
      "--spacing-lg": "spacing",
      "--spacing-md": "spacing",
      "--spacing-s": "spacing",
      "--spacing-xl": "spacing",
      "--static-display-small-line-height": "font",
      "--static-display-small-size": "spacing",
      "--static-display-small-tracking": "spacing",
      "--system-green-300": "color",
      "--system-red-300": "color",
      "--system-yellow-300": "color",
      "--text-body-medium": "color",
      "--text-body-strong-2": "color",
      "--text-body-strong": "color",
      "--text-heading-medium": "color",
      "--text-heading-strong-2": "color",
      "--text-heading-strong": "color",
      "--text-label-medium": "color",
      "--text-label-strong-2": "color",
      "--text-label-strong": "color",
      "--text-text-line-height": "font",
      "--tint-mint-whisper": "color",
      "--tone-medium-2": "color",
      "--tone-medium-3": "color",
      "--tone-medium": "color",
      "--tone-on-base-strong": "color",
      "--tone-on-yellow-strong": "color",
      "--tone-strong-2": "color",
      "--tone-strong-3": "color",
      "--tone-strong-4": "color",
      "--tone-strong": "color",
      "--tone-subtle": "color",
      "--ui-button-base-2": "spacing",
      "--ui-button-base-3": "spacing",
      "--ui-button-base-4": "spacing",
      "--ui-button-base-5": "spacing",
      "--ui-button-base": "spacing",
      "--ui-button-circle-2": "spacing",
      "--ui-button-circle-3": "spacing",
      "--ui-button-circle-4": "spacing",
      "--ui-button-circle": "spacing",
      "--ui-error": "color",
      "--ui-input": "spacing",
      "--ui-success": "color",
      "--ui-tag-2": "spacing",
      "--ui-tag-3": "spacing",
      "--ui-tag": "spacing",
      "--weight-body-10": "other",
      "--weight-body-11": "other",
      "--weight-body-12": "font",
      "--weight-body-2": "other",
      "--weight-body-3": "other",
      "--weight-body-4": "other",
      "--weight-body-5": "other",
      "--weight-body-6": "other",
      "--weight-body-7": "other",
      "--weight-body-8": "other",
      "--weight-body-9": "other",
      "--weight-body-bold-2": "other",
      "--weight-body-bold-3": "other",
      "--weight-body-bold-4": "other",
      "--weight-body-bold-5": "other",
      "--weight-body-bold": "other",
      "--weight-body": "other",
      "--weight-button-2": "other",
      "--weight-button-3": "other",
      "--weight-button-4": "other",
      "--weight-button-5": "font",
      "--weight-button": "other",
      "--weight-heading-2": "other",
      "--weight-heading-h0-h3-2": "other",
      "--weight-heading-h0-h3-3": "other",
      "--weight-heading-h0-h3-4": "other",
      "--weight-heading-h0-h3-5": "other",
      "--weight-heading-h0-h3-6": "font",
      "--weight-heading-h0-h3": "other",
      "--weight-heading-h4-h6-2": "other",
      "--weight-heading-h4-h6-3": "font",
      "--weight-heading-h4-h6": "other",
      "--weight-heading-sans-2": "other",
      "--weight-heading-sans": "other",
      "--weight-heading-serif": "other",
      "--weight-heading": "other",
      "--weight-label-2": "other",
      "--weight-label-3": "other",
      "--weight-label-4": "other",
      "--weight-label-5": "other",
      "--weight-label-6": "font",
      "--weight-label": "other",
      "--weight-ui-2": "other",
      "--weight-ui-3": "other",
      "--weight-ui": "other",
      "--white-1": "color",
      "--white-2": "color",
      "--white-3": "color",
      "--white-4": "color",
      "--white": "color",
      "--width-1-column-2": "spacing",
      "--width-1-column": "spacing",
      "--width-12-columns-2": "spacing",
      "--width-12-columns": "spacing",
      "--width-2-columns-2": "spacing",
      "--width-2-columns": "spacing",
      "--width-3-columns-2": "spacing",
      "--width-3-columns": "spacing",
      "--width-4-columns": "spacing",
      "--width-5-columns-2": "spacing",
      "--width-5-columns": "spacing",
      "--width-6-columns-2": "spacing",
      "--width-6-columns": "spacing",
      "--width-8-columns": "spacing",
      "--width-9-columns": "spacing",
      "--expressive-coquelicot-bg": "color",
      "--expressive-cacao-bg": "color",
      "--expressive-cobalt-bg": "color",
      "--expressive-ardoise-bg": "color",
      "--greyscale-50": "color",
      "--greyscale-600": "color",
      "--greyscale-700": "color",
      "--greyscale-800": "color",
      "--greyscale-900": "color",
      "--greyscale-950": "color",
      "--base-black": "color",
      "--surface-paper": "color",
      "--font-display": "font",
      "--font-body": "font",
      "--font-meta": "font"
    },
    "fontFamilies": [
      "Instrument Sans",
      "Parkinsans",
      "Schibsted Grotesk"
    ]
  }
}