Commit 9a694c44 authored by Choi Ga Young's avatar Choi Ga Young
Browse files

clean 및 에러해결

parent 0c95c768
{
"name": "rich_maker",
"displayName": "rich_maker"
}
\ No newline at end of file
{
"universal": 50,
"tag": 30,
"attribute": 1,
"pseudo": 0,
"descendant": -1,
"child": -1,
"parent": -1,
"sibling": -1,
"adjacent": -1
}
{
"atrules": {
"charset": {
"prelude": "<string>"
},
"font-face": {
"descriptors": {
"unicode-range": {
"comment": "replaces <unicode-range>, an old production name",
"syntax": "<urange>#"
}
}
}
},
"properties": {
"-moz-background-clip": {
"comment": "deprecated syntax in old Firefox, https://developer.mozilla.org/en/docs/Web/CSS/background-clip",
"syntax": "padding | border"
},
"-moz-border-radius-bottomleft": {
"comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius",
"syntax": "<'border-bottom-left-radius'>"
},
"-moz-border-radius-bottomright": {
"comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius",
"syntax": "<'border-bottom-right-radius'>"
},
"-moz-border-radius-topleft": {
"comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius",
"syntax": "<'border-top-left-radius'>"
},
"-moz-border-radius-topright": {
"comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius",
"syntax": "<'border-bottom-right-radius'>"
},
"-moz-control-character-visibility": {
"comment": "firefox specific keywords, https://bugzilla.mozilla.org/show_bug.cgi?id=947588",
"syntax": "visible | hidden"
},
"-moz-osx-font-smoothing": {
"comment": "misssed old syntax https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth",
"syntax": "auto | grayscale"
},
"-moz-user-select": {
"comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/user-select",
"syntax": "none | text | all | -moz-none"
},
"-ms-flex-align": {
"comment": "misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align",
"syntax": "start | end | center | baseline | stretch"
},
"-ms-flex-item-align": {
"comment": "misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align",
"syntax": "auto | start | end | center | baseline | stretch"
},
"-ms-flex-line-pack": {
"comment": "misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-line-pack",
"syntax": "start | end | center | justify | distribute | stretch"
},
"-ms-flex-negative": {
"comment": "misssed old syntax implemented in IE; TODO: find references for comfirmation",
"syntax": "<'flex-shrink'>"
},
"-ms-flex-pack": {
"comment": "misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-pack",
"syntax": "start | end | center | justify | distribute"
},
"-ms-flex-order": {
"comment": "misssed old syntax implemented in IE; https://msdn.microsoft.com/en-us/library/jj127303(v=vs.85).aspx",
"syntax": "<integer>"
},
"-ms-flex-positive": {
"comment": "misssed old syntax implemented in IE; TODO: find references for comfirmation",
"syntax": "<'flex-grow'>"
},
"-ms-flex-preferred-size": {
"comment": "misssed old syntax implemented in IE; TODO: find references for comfirmation",
"syntax": "<'flex-basis'>"
},
"-ms-interpolation-mode": {
"comment": "https://msdn.microsoft.com/en-us/library/ff521095(v=vs.85).aspx",
"syntax": "nearest-neighbor | bicubic"
},
"-ms-grid-column-align": {
"comment": "add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466338.aspx",
"syntax": "start | end | center | stretch"
},
"-ms-grid-row-align": {
"comment": "add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466348.aspx",
"syntax": "start | end | center | stretch"
},
"-ms-hyphenate-limit-last": {
"comment": "misssed old syntax implemented in IE; https://www.w3.org/TR/css-text-4/#hyphenate-line-limits",
"syntax": "none | always | column | page | spread"
},
"-webkit-appearance": {
"comment": "webkit specific keywords",
"references": [
"http://css-infos.net/property/-webkit-appearance"
],
"syntax": "none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbargripper-horizontal | scrollbargripper-vertical | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button"
},
"-webkit-background-clip": {
"comment": "https://developer.mozilla.org/en/docs/Web/CSS/background-clip",
"syntax": "[ <box> | border | padding | content | text ]#"
},
"-webkit-column-break-after": {
"comment": "added, http://help.dottoro.com/lcrthhhv.php",
"syntax": "always | auto | avoid"
},
"-webkit-column-break-before": {
"comment": "added, http://help.dottoro.com/lcxquvkf.php",
"syntax": "always | auto | avoid"
},
"-webkit-column-break-inside": {
"comment": "added, http://help.dottoro.com/lclhnthl.php",
"syntax": "always | auto | avoid"
},
"-webkit-font-smoothing": {
"comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth",
"syntax": "auto | none | antialiased | subpixel-antialiased"
},
"-webkit-mask-box-image": {
"comment": "missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image",
"syntax": "[ <url> | <gradient> | none ] [ <length-percentage>{4} <-webkit-mask-box-repeat>{2} ]?"
},
"-webkit-print-color-adjust": {
"comment": "missed",
"references": [
"https://developer.mozilla.org/en/docs/Web/CSS/-webkit-print-color-adjust"
],
"syntax": "economy | exact"
},
"-webkit-text-security": {
"comment": "missed; http://help.dottoro.com/lcbkewgt.php",
"syntax": "none | circle | disc | square"
},
"-webkit-user-drag": {
"comment": "missed; http://help.dottoro.com/lcbixvwm.php",
"syntax": "none | element | auto"
},
"-webkit-user-select": {
"comment": "auto is supported by old webkit, https://developer.mozilla.org/en-US/docs/Web/CSS/user-select",
"syntax": "auto | none | text | all"
},
"alignment-baseline": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/text.html#AlignmentBaselineProperty"
],
"syntax": "auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical"
},
"baseline-shift": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/text.html#BaselineShiftProperty"
],
"syntax": "baseline | sub | super | <svg-length>"
},
"behavior": {
"comment": "added old IE property https://msdn.microsoft.com/en-us/library/ms530723(v=vs.85).aspx",
"syntax": "<url>+"
},
"clip-rule": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/masking.html#ClipRuleProperty"
],
"syntax": "nonzero | evenodd"
},
"cue": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "<'cue-before'> <'cue-after'>?"
},
"cue-after": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "<url> <decibel>? | none"
},
"cue-before": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "<url> <decibel>? | none"
},
"cursor": {
"comment": "added legacy keywords: hand, -webkit-grab. -webkit-grabbing, -webkit-zoom-in, -webkit-zoom-out, -moz-grab, -moz-grabbing, -moz-zoom-in, -moz-zoom-out",
"references": [
"https://www.sitepoint.com/css3-cursor-styles/"
],
"syntax": "[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing | hand | -webkit-grab | -webkit-grabbing | -webkit-zoom-in | -webkit-zoom-out | -moz-grab | -moz-grabbing | -moz-zoom-in | -moz-zoom-out ] ]"
},
"display": {
"comment": "extended with -ms-flexbox",
"syntax": "| <-non-standard-display>"
},
"position": {
"comment": "extended with -webkit-sticky",
"syntax": "| -webkit-sticky"
},
"dominant-baseline": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/text.html#DominantBaselineProperty"
],
"syntax": "auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge"
},
"image-rendering": {
"comment": "extended with <-non-standard-image-rendering>, added SVG keywords optimizeSpeed and optimizeQuality",
"references": [
"https://developer.mozilla.org/en/docs/Web/CSS/image-rendering",
"https://www.w3.org/TR/SVG/painting.html#ImageRenderingProperty"
],
"syntax": "| optimizeSpeed | optimizeQuality | <-non-standard-image-rendering>"
},
"fill": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/painting.html#FillProperty"
],
"syntax": "<paint>"
},
"fill-opacity": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/painting.html#FillProperty"
],
"syntax": "<number-zero-one>"
},
"fill-rule": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/painting.html#FillProperty"
],
"syntax": "nonzero | evenodd"
},
"filter": {
"comment": "extend with IE legacy syntaxes",
"syntax": "| <-ms-filter-function-list>"
},
"glyph-orientation-horizontal": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/text.html#GlyphOrientationHorizontalProperty"
],
"syntax": "<angle>"
},
"glyph-orientation-vertical": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/text.html#GlyphOrientationVerticalProperty"
],
"syntax": "<angle>"
},
"kerning": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/text.html#KerningProperty"
],
"syntax": "auto | <svg-length>"
},
"letter-spacing": {
"comment": "fix syntax <length> -> <length-percentage>",
"references": [
"https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/letter-spacing"
],
"syntax": "normal | <length-percentage>"
},
"marker": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/painting.html#MarkerProperties"
],
"syntax": "none | <url>"
},
"marker-end": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/painting.html#MarkerProperties"
],
"syntax": "none | <url>"
},
"marker-mid": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/painting.html#MarkerProperties"
],
"syntax": "none | <url>"
},
"marker-start": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/painting.html#MarkerProperties"
],
"syntax": "none | <url>"
},
"max-width": {
"comment": "fix auto -> none (https://github.com/mdn/data/pull/431); extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/max-width",
"syntax": "none | <length-percentage> | min-content | max-content | fit-content(<length-percentage>) | <-non-standard-width>"
},
"width": {
"comment": "per spec fit-content should be a function, however browsers are supporting it as a keyword (https://github.com/csstree/stylelint-validator/issues/29)",
"syntax": "| fit-content | -moz-fit-content | -webkit-fit-content"
},
"min-width": {
"comment": "extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",
"syntax": "auto | <length-percentage> | min-content | max-content | fit-content(<length-percentage>) | <-non-standard-width>"
},
"overflow": {
"comment": "extend by vendor keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow",
"syntax": "| <-non-standard-overflow>"
},
"pause": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "<'pause-before'> <'pause-after'>?"
},
"pause-after": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "<time> | none | x-weak | weak | medium | strong | x-strong"
},
"pause-before": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "<time> | none | x-weak | weak | medium | strong | x-strong"
},
"rest": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "<'rest-before'> <'rest-after'>?"
},
"rest-after": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "<time> | none | x-weak | weak | medium | strong | x-strong"
},
"rest-before": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "<time> | none | x-weak | weak | medium | strong | x-strong"
},
"shape-rendering": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/painting.html#ShapeRenderingPropert"
],
"syntax": "auto | optimizeSpeed | crispEdges | geometricPrecision"
},
"src": {
"comment": "added @font-face's src property https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/src",
"syntax": "[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#"
},
"speak": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "auto | none | normal"
},
"speak-as": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "normal | spell-out || digits || [ literal-punctuation | no-punctuation ]"
},
"stroke": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/painting.html#StrokeProperties"
],
"syntax": "<paint>"
},
"stroke-dasharray": {
"comment": "added SVG property; a list of comma and/or white space separated <length>s and <percentage>s",
"references": [
"https://www.w3.org/TR/SVG/painting.html#StrokeProperties"
],
"syntax": "none | [ <svg-length>+ ]#"
},
"stroke-dashoffset": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/painting.html#StrokeProperties"
],
"syntax": "<svg-length>"
},
"stroke-linecap": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/painting.html#StrokeProperties"
],
"syntax": "butt | round | square"
},
"stroke-linejoin": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/painting.html#StrokeProperties"
],
"syntax": "miter | round | bevel"
},
"stroke-miterlimit": {
"comment": "added SVG property (<miterlimit> = <number-one-or-greater>) ",
"references": [
"https://www.w3.org/TR/SVG/painting.html#StrokeProperties"
],
"syntax": "<number-one-or-greater>"
},
"stroke-opacity": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/painting.html#StrokeProperties"
],
"syntax": "<number-zero-one>"
},
"stroke-width": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/painting.html#StrokeProperties"
],
"syntax": "<svg-length>"
},
"text-anchor": {
"comment": "added SVG property",
"references": [
"https://www.w3.org/TR/SVG/text.html#TextAlignmentProperties"
],
"syntax": "start | middle | end"
},
"unicode-bidi": {
"comment": "added prefixed keywords https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi",
"syntax": "| -moz-isolate | -moz-isolate-override | -moz-plaintext | -webkit-isolate | -webkit-isolate-override | -webkit-plaintext"
},
"unicode-range": {
"comment": "added missed property https://developer.mozilla.org/en-US/docs/Web/CSS/%40font-face/unicode-range",
"syntax": "<urange>#"
},
"voice-balance": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "<number> | left | center | right | leftwards | rightwards"
},
"voice-duration": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "auto | <time>"
},
"voice-family": {
"comment": "<name> -> <family-name>, https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "[ [ <family-name> | <generic-voice> ] , ]* [ <family-name> | <generic-voice> ] | preserve"
},
"voice-pitch": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"
},
"voice-range": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"
},
"voice-rate": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "[ normal | x-slow | slow | medium | fast | x-fast ] || <percentage>"
},
"voice-stress": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "normal | strong | moderate | none | reduced"
},
"voice-volume": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "silent | [ [ x-soft | soft | medium | loud | x-loud ] || <decibel> ]"
},
"writing-mode": {
"comment": "extend with SVG keywords",
"syntax": "| <svg-writing-mode>"
}
},
"syntaxes": {
"-legacy-gradient": {
"comment": "added collection of legacy gradient syntaxes",
"syntax": "<-webkit-gradient()> | <-legacy-linear-gradient> | <-legacy-repeating-linear-gradient> | <-legacy-radial-gradient> | <-legacy-repeating-radial-gradient>"
},
"-legacy-linear-gradient": {
"comment": "like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",
"syntax": "-moz-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-linear-gradient( <-legacy-linear-gradient-arguments> )"
},
"-legacy-repeating-linear-gradient": {
"comment": "like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",
"syntax": "-moz-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )"
},
"-legacy-linear-gradient-arguments": {
"comment": "like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient",
"syntax": "[ <angle> | <side-or-corner> ]? , <color-stop-list>"
},
"-legacy-radial-gradient": {
"comment": "deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",
"syntax": "-moz-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-radial-gradient( <-legacy-radial-gradient-arguments> )"
},
"-legacy-repeating-radial-gradient": {
"comment": "deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",
"syntax": "-moz-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )"
},
"-legacy-radial-gradient-arguments": {
"comment": "deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients",
"syntax": "[ <position> , ]? [ [ [ <-legacy-radial-gradient-shape> || <-legacy-radial-gradient-size> ] | [ <length> | <percentage> ]{2} ] , ]? <color-stop-list>"
},
"-legacy-radial-gradient-size": {
"comment": "before a standard it contains 2 extra keywords (`contain` and `cover`) https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltsize",
"syntax": "closest-side | closest-corner | farthest-side | farthest-corner | contain | cover"
},
"-legacy-radial-gradient-shape": {
"comment": "define to double sure it doesn't extends in future https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltshape",
"syntax": "circle | ellipse"
},
"-non-standard-font": {
"comment": "non standard fonts",
"references": [
"https://webkit.org/blog/3709/using-the-system-font-in-web-content/"
],
"syntax": "-apple-system-body | -apple-system-headline | -apple-system-subheadline | -apple-system-caption1 | -apple-system-caption2 | -apple-system-footnote | -apple-system-short-body | -apple-system-short-headline | -apple-system-short-subheadline | -apple-system-short-caption1 | -apple-system-short-footnote | -apple-system-tall-body"
},
"-non-standard-color": {
"comment": "non standard colors",
"references": [
"http://cssdot.ru/%D0%A1%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B8%D0%BA_CSS/color-i305.html",
"https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Mozilla_Color_Preference_Extensions"
],
"syntax": "-moz-ButtonDefault | -moz-ButtonHoverFace | -moz-ButtonHoverText | -moz-CellHighlight | -moz-CellHighlightText | -moz-Combobox | -moz-ComboboxText | -moz-Dialog | -moz-DialogText | -moz-dragtargetzone | -moz-EvenTreeRow | -moz-Field | -moz-FieldText | -moz-html-CellHighlight | -moz-html-CellHighlightText | -moz-mac-accentdarkestshadow | -moz-mac-accentdarkshadow | -moz-mac-accentface | -moz-mac-accentlightesthighlight | -moz-mac-accentlightshadow | -moz-mac-accentregularhighlight | -moz-mac-accentregularshadow | -moz-mac-chrome-active | -moz-mac-chrome-inactive | -moz-mac-focusring | -moz-mac-menuselect | -moz-mac-menushadow | -moz-mac-menutextselect | -moz-MenuHover | -moz-MenuHoverText | -moz-MenuBarText | -moz-MenuBarHoverText | -moz-nativehyperlinktext | -moz-OddTreeRow | -moz-win-communicationstext | -moz-win-mediatext | -moz-activehyperlinktext | -moz-default-background-color | -moz-default-color | -moz-hyperlinktext | -moz-visitedhyperlinktext | -webkit-activelink | -webkit-focus-ring-color | -webkit-link | -webkit-text"
},
"-non-standard-image-rendering": {
"comment": "non-standard keywords http://phrogz.net/tmp/canvas_image_zoom.html",
"syntax": "optimize-contrast | -moz-crisp-edges | -o-crisp-edges | -webkit-optimize-contrast"
},
"-non-standard-overflow": {
"comment": "non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow",
"syntax": "-moz-scrollbars-none | -moz-scrollbars-horizontal | -moz-scrollbars-vertical | -moz-hidden-unscrollable"
},
"-non-standard-width": {
"comment": "non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",
"syntax": "fill-available | min-intrinsic | intrinsic | -moz-available | -moz-fit-content | -moz-min-content | -moz-max-content | -webkit-min-content | -webkit-max-content"
},
"-webkit-gradient()": {
"comment": "first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/ - TODO: simplify when after match algorithm improvement ( [, point, radius | , point] -> [, radius]? , point )",
"syntax": "-webkit-gradient( <-webkit-gradient-type>, <-webkit-gradient-point> [, <-webkit-gradient-point> | , <-webkit-gradient-radius>, <-webkit-gradient-point> ] [, <-webkit-gradient-radius>]? [, <-webkit-gradient-color-stop>]* )"
},
"-webkit-gradient-color-stop": {
"comment": "first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",
"syntax": "from( <color> ) | color-stop( [ <number-zero-one> | <percentage> ] , <color> ) | to( <color> )"
},
"-webkit-gradient-point": {
"comment": "first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",
"syntax": "[ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]"
},
"-webkit-gradient-radius": {
"comment": "first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",
"syntax": "<length> | <percentage>"
},
"-webkit-gradient-type": {
"comment": "first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/",
"syntax": "linear | radial"
},
"-webkit-mask-box-repeat": {
"comment": "missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image",
"syntax": "repeat | stretch | round"
},
"-webkit-mask-clip-style": {
"comment": "missed; there is no enough information about `-webkit-mask-clip` property, but looks like all those keywords are working",
"syntax": "border | border-box | padding | padding-box | content | content-box | text"
},
"-ms-filter-function-list": {
"comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",
"syntax": "<-ms-filter-function>+"
},
"-ms-filter-function": {
"comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",
"syntax": "<-ms-filter-function-progid> | <-ms-filter-function-legacy>"
},
"-ms-filter-function-progid": {
"comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",
"syntax": "'progid:' [ <ident-token> '.' ]* [ <ident-token> | <function-token> <any-value>? ) ]"
},
"-ms-filter-function-legacy": {
"comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",
"syntax": "<ident-token> | <function-token> <any-value>? )"
},
"-ms-filter": {
"syntax": "<string>"
},
"age": {
"comment": "https://www.w3.org/TR/css3-speech/#voice-family",
"syntax": "child | young | old"
},
"attr-name": {
"syntax": "<wq-name>"
},
"attr-fallback": {
"syntax": "<any-value>"
},
"border-radius": {
"comment": "missed, https://drafts.csswg.org/css-backgrounds-3/#the-border-radius",
"syntax": "<length-percentage>{1,2}"
},
"bottom": {
"comment": "missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",
"syntax": "<length> | auto"
},
"content-list": {
"comment": "missed -> https://drafts.csswg.org/css-content/#typedef-content-list (document-url, <target> and leader() is omitted util stabilization)",
"syntax": "[ <string> | contents | <image> | <quote> | <target> | <leader()> | <attr()> | counter( <ident>, <'list-style-type'>? ) ]+"
},
"element()": {
"comment": "https://drafts.csswg.org/css-gcpm/#element-syntax & https://drafts.csswg.org/css-images-4/#element-notation",
"syntax": "element( <custom-ident> , [ first | start | last | first-except ]? ) | element( <id-selector> )"
},
"generic-voice": {
"comment": "https://www.w3.org/TR/css3-speech/#voice-family",
"syntax": "[ <age>? <gender> <integer>? ]"
},
"gender": {
"comment": "https://www.w3.org/TR/css3-speech/#voice-family",
"syntax": "male | female | neutral"
},
"generic-family": {
"comment": "added -apple-system",
"references": [
"https://webkit.org/blog/3709/using-the-system-font-in-web-content/"
],
"syntax": "| -apple-system"
},
"gradient": {
"comment": "added legacy syntaxes support",
"syntax": "| <-legacy-gradient>"
},
"left": {
"comment": "missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",
"syntax": "<length> | auto"
},
"mask-image": {
"comment": "missed; https://drafts.fxtf.org/css-masking-1/#the-mask-image",
"syntax": "<mask-reference>#"
},
"name-repeat": {
"comment": "missed, and looks like obsolete, keep it as is since other property syntaxes should be changed too; https://www.w3.org/TR/2015/WD-css-grid-1-20150917/#typedef-name-repeat",
"syntax": "repeat( [ <positive-integer> | auto-fill ], <line-names>+)"
},
"named-color": {
"comment": "added non standard color names",
"syntax": "| <-non-standard-color>"
},
"paint": {
"comment": "used by SVG https://www.w3.org/TR/SVG/painting.html#SpecifyingPaint",
"syntax": "none | <color> | <url> [ none | <color> ]? | context-fill | context-stroke"
},
"page-size": {
"comment": "https://www.w3.org/TR/css-page-3/#typedef-page-size-page-size",
"syntax": "A5 | A4 | A3 | B5 | B4 | JIS-B5 | JIS-B4 | letter | legal | ledger"
},
"ratio": {
"comment": "missed, https://drafts.csswg.org/mediaqueries-4/#typedef-ratio",
"syntax": "<integer> / <integer>"
},
"right": {
"comment": "missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",
"syntax": "<length> | auto"
},
"shape": {
"comment": "missed spaces in function body and add backwards compatible syntax",
"syntax": "rect( <top>, <right>, <bottom>, <left> ) | rect( <top> <right> <bottom> <left> )"
},
"svg-length": {
"comment": "All coordinates and lengths in SVG can be specified with or without a unit identifier",
"references": [
"https://www.w3.org/TR/SVG11/coords.html#Units"
],
"syntax": "<percentage> | <length> | <number>"
},
"svg-writing-mode": {
"comment": "SVG specific keywords (deprecated for CSS)",
"references": [
"https://developer.mozilla.org/en/docs/Web/CSS/writing-mode",
"https://www.w3.org/TR/SVG/text.html#WritingModeProperty"
],
"syntax": "lr-tb | rl-tb | tb-rl | lr | rl | tb"
},
"top": {
"comment": "missed; not sure we should add it, but no others except `shape` is using it so it's ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect",
"syntax": "<length> | auto"
},
"track-group": {
"comment": "used by old grid-columns and grid-rows syntax v0",
"syntax": "'(' [ <string>* <track-minmax> <string>* ]+ ')' [ '[' <positive-integer> ']' ]? | <track-minmax>"
},
"track-list-v0": {
"comment": "used by old grid-columns and grid-rows syntax v0",
"syntax": "[ <string>* <track-group> <string>* ]+ | none"
},
"track-minmax": {
"comment": "used by old grid-columns and grid-rows syntax v0",
"syntax": "minmax( <track-breadth> , <track-breadth> ) | auto | <track-breadth> | fit-content"
},
"x": {
"comment": "missed; not sure we should add it, but no others except `cursor` is using it so it's ok for now; https://drafts.csswg.org/css-ui-3/#cursor",
"syntax": "<number>"
},
"y": {
"comment": "missed; not sure we should add it, but no others except `cursor` is using so it's ok for now; https://drafts.csswg.org/css-ui-3/#cursor",
"syntax": "<number>"
},
"declaration": {
"comment": "missed, restored by https://drafts.csswg.org/css-syntax",
"syntax": "<ident-token> : <declaration-value>? [ '!' important ]?"
},
"declaration-list": {
"comment": "missed, restored by https://drafts.csswg.org/css-syntax",
"syntax": "[ <declaration>? ';' ]* <declaration>?"
},
"url": {
"comment": "https://drafts.csswg.org/css-values-4/#urls",
"syntax": "url( <string> <url-modifier>* ) | <url-token>"
},
"url-modifier": {
"comment": "https://drafts.csswg.org/css-values-4/#typedef-url-modifier",
"syntax": "<ident> | <function-token> <any-value> )"
},
"number-zero-one": {
"syntax": "<number [0,1]>"
},
"number-one-or-greater": {
"syntax": "<number [1,∞]>"
},
"positive-integer": {
"syntax": "<integer [0,∞]>"
},
"-non-standard-display": {
"syntax": "-ms-inline-flexbox | -ms-grid | -ms-inline-grid | -webkit-flex | -webkit-inline-flex | -webkit-box | -webkit-inline-box | -moz-inline-stack | -moz-box | -moz-inline-box"
}
}
}
{
"_from": "css-tree@^1.0.0-alpha.39",
"_id": "css-tree@1.1.3",
"_inBundle": false,
"_integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
"_location": "/css-tree",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "css-tree@^1.0.0-alpha.39",
"name": "css-tree",
"escapedName": "css-tree",
"rawSpec": "^1.0.0-alpha.39",
"saveSpec": null,
"fetchSpec": "^1.0.0-alpha.39"
},
"_requiredBy": [
"/react-native-svg"
],
"_resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
"_shasum": "eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d",
"_spec": "css-tree@^1.0.0-alpha.39",
"_where": "C:\\Users\\gyty7\\Desktop\\lab2021\\rich_maker\\node_modules\\react-native-svg",
"author": {
"name": "Roman Dvornov",
"email": "rdvornov@gmail.com",
"url": "https://github.com/lahmatiy"
},
"bugs": {
"url": "https://github.com/csstree/csstree/issues"
},
"bundleDependencies": false,
"dependencies": {
"mdn-data": "2.0.14",
"source-map": "^0.6.1"
},
"deprecated": false,
"description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations",
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"json-to-ast": "^2.1.0",
"mocha": "^6.2.3",
"nyc": "^14.1.1",
"rollup": "^1.32.1",
"rollup-plugin-terser": "^5.3.0"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"data",
"dist",
"lib"
],
"homepage": "https://github.com/csstree/csstree#readme",
"jsdelivr": "dist/csstree.min.js",
"keywords": [
"css",
"ast",
"tokenizer",
"parser",
"walker",
"lexer",
"generator",
"utils",
"syntax",
"validation"
],
"license": "MIT",
"main": "lib/index.js",
"name": "css-tree",
"repository": {
"type": "git",
"url": "git+https://github.com/csstree/csstree.git"
},
"scripts": {
"build": "rollup --config",
"coverage": "nyc npm test",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null",
"lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
"lint-and-test": "npm run lint && npm test",
"prepublishOnly": "npm run build",
"review:syntax-patch": "node scripts/review-syntax-patch",
"test": "mocha --reporter progress",
"travis": "nyc npm run lint-and-test && npm run coveralls",
"update:docs": "node scripts/update-docs"
},
"unpkg": "dist/csstree.min.js",
"version": "1.1.3"
}
{
"elementNames" : {
"altglyph" : "altGlyph",
"altglyphdef" : "altGlyphDef",
"altglyphitem" : "altGlyphItem",
"animatecolor" : "animateColor",
"animatemotion" : "animateMotion",
"animatetransform" : "animateTransform",
"clippath" : "clipPath",
"feblend" : "feBlend",
"fecolormatrix" : "feColorMatrix",
"fecomponenttransfer" : "feComponentTransfer",
"fecomposite" : "feComposite",
"feconvolvematrix" : "feConvolveMatrix",
"fediffuselighting" : "feDiffuseLighting",
"fedisplacementmap" : "feDisplacementMap",
"fedistantlight" : "feDistantLight",
"fedropshadow" : "feDropShadow",
"feflood" : "feFlood",
"fefunca" : "feFuncA",
"fefuncb" : "feFuncB",
"fefuncg" : "feFuncG",
"fefuncr" : "feFuncR",
"fegaussianblur" : "feGaussianBlur",
"feimage" : "feImage",
"femerge" : "feMerge",
"femergenode" : "feMergeNode",
"femorphology" : "feMorphology",
"feoffset" : "feOffset",
"fepointlight" : "fePointLight",
"fespecularlighting" : "feSpecularLighting",
"fespotlight" : "feSpotLight",
"fetile" : "feTile",
"feturbulence" : "feTurbulence",
"foreignobject" : "foreignObject",
"glyphref" : "glyphRef",
"lineargradient" : "linearGradient",
"radialgradient" : "radialGradient",
"textpath" : "textPath"
},
"attributeNames" : {
"definitionurl" : "definitionURL",
"attributename" : "attributeName",
"attributetype" : "attributeType",
"basefrequency" : "baseFrequency",
"baseprofile" : "baseProfile",
"calcmode" : "calcMode",
"clippathunits" : "clipPathUnits",
"diffuseconstant" : "diffuseConstant",
"edgemode" : "edgeMode",
"filterunits" : "filterUnits",
"glyphref" : "glyphRef",
"gradienttransform" : "gradientTransform",
"gradientunits" : "gradientUnits",
"kernelmatrix" : "kernelMatrix",
"kernelunitlength" : "kernelUnitLength",
"keypoints" : "keyPoints",
"keysplines" : "keySplines",
"keytimes" : "keyTimes",
"lengthadjust" : "lengthAdjust",
"limitingconeangle" : "limitingConeAngle",
"markerheight" : "markerHeight",
"markerunits" : "markerUnits",
"markerwidth" : "markerWidth",
"maskcontentunits" : "maskContentUnits",
"maskunits" : "maskUnits",
"numoctaves" : "numOctaves",
"pathlength" : "pathLength",
"patterncontentunits" : "patternContentUnits",
"patterntransform" : "patternTransform",
"patternunits" : "patternUnits",
"pointsatx" : "pointsAtX",
"pointsaty" : "pointsAtY",
"pointsatz" : "pointsAtZ",
"preservealpha" : "preserveAlpha",
"preserveaspectratio" : "preserveAspectRatio",
"primitiveunits" : "primitiveUnits",
"refx" : "refX",
"refy" : "refY",
"repeatcount" : "repeatCount",
"repeatdur" : "repeatDur",
"requiredextensions" : "requiredExtensions",
"requiredfeatures" : "requiredFeatures",
"specularconstant" : "specularConstant",
"specularexponent" : "specularExponent",
"spreadmethod" : "spreadMethod",
"startoffset" : "startOffset",
"stddeviation" : "stdDeviation",
"stitchtiles" : "stitchTiles",
"surfacescale" : "surfaceScale",
"systemlanguage" : "systemLanguage",
"tablevalues" : "tableValues",
"targetx" : "targetX",
"targety" : "targetY",
"textlength" : "textLength",
"viewbox" : "viewBox",
"viewtarget" : "viewTarget",
"xchannelselector" : "xChannelSelector",
"ychannelselector" : "yChannelSelector",
"zoomandpan" : "zoomAndPan"
}
}
{"0":65533,"128":8364,"130":8218,"131":402,"132":8222,"133":8230,"134":8224,"135":8225,"136":710,"137":8240,"138":352,"139":8249,"140":338,"142":381,"145":8216,"146":8217,"147":8220,"148":8221,"149":8226,"150":8211,"151":8212,"152":732,"153":8482,"154":353,"155":8250,"156":339,"158":382,"159":376}
{"Aacute":"Á","aacute":"á","Abreve":"Ă","abreve":"ă","ac":"∾","acd":"∿","acE":"∾̳","Acirc":"Â","acirc":"â","acute":"´","Acy":"А","acy":"а","AElig":"Æ","aelig":"æ","af":"⁡","Afr":"𝔄","afr":"𝔞","Agrave":"À","agrave":"à","alefsym":"ℵ","aleph":"ℵ","Alpha":"Α","alpha":"α","Amacr":"Ā","amacr":"ā","amalg":"⨿","amp":"&","AMP":"&","andand":"⩕","And":"⩓","and":"∧","andd":"⩜","andslope":"⩘","andv":"⩚","ang":"∠","ange":"⦤","angle":"∠","angmsdaa":"⦨","angmsdab":"⦩","angmsdac":"⦪","angmsdad":"⦫","angmsdae":"⦬","angmsdaf":"⦭","angmsdag":"⦮","angmsdah":"⦯","angmsd":"∡","angrt":"∟","angrtvb":"⊾","angrtvbd":"⦝","angsph":"∢","angst":"Å","angzarr":"⍼","Aogon":"Ą","aogon":"ą","Aopf":"𝔸","aopf":"𝕒","apacir":"⩯","ap":"≈","apE":"⩰","ape":"≊","apid":"≋","apos":"'","ApplyFunction":"⁡","approx":"≈","approxeq":"≊","Aring":"Å","aring":"å","Ascr":"𝒜","ascr":"𝒶","Assign":"≔","ast":"*","asymp":"≈","asympeq":"≍","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","awconint":"∳","awint":"⨑","backcong":"≌","backepsilon":"϶","backprime":"‵","backsim":"∽","backsimeq":"⋍","Backslash":"∖","Barv":"⫧","barvee":"⊽","barwed":"⌅","Barwed":"⌆","barwedge":"⌅","bbrk":"⎵","bbrktbrk":"⎶","bcong":"≌","Bcy":"Б","bcy":"б","bdquo":"„","becaus":"∵","because":"∵","Because":"∵","bemptyv":"⦰","bepsi":"϶","bernou":"ℬ","Bernoullis":"ℬ","Beta":"Β","beta":"β","beth":"ℶ","between":"≬","Bfr":"𝔅","bfr":"𝔟","bigcap":"⋂","bigcirc":"◯","bigcup":"⋃","bigodot":"⨀","bigoplus":"⨁","bigotimes":"⨂","bigsqcup":"⨆","bigstar":"★","bigtriangledown":"▽","bigtriangleup":"△","biguplus":"⨄","bigvee":"⋁","bigwedge":"⋀","bkarow":"⤍","blacklozenge":"⧫","blacksquare":"▪","blacktriangle":"▴","blacktriangledown":"▾","blacktriangleleft":"◂","blacktriangleright":"▸","blank":"␣","blk12":"▒","blk14":"░","blk34":"▓","block":"█","bne":"=⃥","bnequiv":"≡⃥","bNot":"⫭","bnot":"⌐","Bopf":"𝔹","bopf":"𝕓","bot":"⊥","bottom":"⊥","bowtie":"⋈","boxbox":"⧉","boxdl":"┐","boxdL":"╕","boxDl":"╖","boxDL":"╗","boxdr":"┌","boxdR":"╒","boxDr":"╓","boxDR":"╔","boxh":"─","boxH":"═","boxhd":"┬","boxHd":"╤","boxhD":"╥","boxHD":"╦","boxhu":"┴","boxHu":"╧","boxhU":"╨","boxHU":"╩","boxminus":"⊟","boxplus":"⊞","boxtimes":"⊠","boxul":"┘","boxuL":"╛","boxUl":"╜","boxUL":"╝","boxur":"└","boxuR":"╘","boxUr":"╙","boxUR":"╚","boxv":"│","boxV":"║","boxvh":"┼","boxvH":"╪","boxVh":"╫","boxVH":"╬","boxvl":"┤","boxvL":"╡","boxVl":"╢","boxVL":"╣","boxvr":"├","boxvR":"╞","boxVr":"╟","boxVR":"╠","bprime":"‵","breve":"˘","Breve":"˘","brvbar":"¦","bscr":"𝒷","Bscr":"ℬ","bsemi":"⁏","bsim":"∽","bsime":"⋍","bsolb":"⧅","bsol":"\\","bsolhsub":"⟈","bull":"•","bullet":"•","bump":"≎","bumpE":"⪮","bumpe":"≏","Bumpeq":"≎","bumpeq":"≏","Cacute":"Ć","cacute":"ć","capand":"⩄","capbrcup":"⩉","capcap":"⩋","cap":"∩","Cap":"⋒","capcup":"⩇","capdot":"⩀","CapitalDifferentialD":"ⅅ","caps":"∩︀","caret":"⁁","caron":"ˇ","Cayleys":"ℭ","ccaps":"⩍","Ccaron":"Č","ccaron":"č","Ccedil":"Ç","ccedil":"ç","Ccirc":"Ĉ","ccirc":"ĉ","Cconint":"∰","ccups":"⩌","ccupssm":"⩐","Cdot":"Ċ","cdot":"ċ","cedil":"¸","Cedilla":"¸","cemptyv":"⦲","cent":"¢","centerdot":"·","CenterDot":"·","cfr":"𝔠","Cfr":"ℭ","CHcy":"Ч","chcy":"ч","check":"✓","checkmark":"✓","Chi":"Χ","chi":"χ","circ":"ˆ","circeq":"≗","circlearrowleft":"↺","circlearrowright":"↻","circledast":"⊛","circledcirc":"⊚","circleddash":"⊝","CircleDot":"⊙","circledR":"®","circledS":"Ⓢ","CircleMinus":"⊖","CirclePlus":"⊕","CircleTimes":"⊗","cir":"○","cirE":"⧃","cire":"≗","cirfnint":"⨐","cirmid":"⫯","cirscir":"⧂","ClockwiseContourIntegral":"∲","CloseCurlyDoubleQuote":"”","CloseCurlyQuote":"’","clubs":"♣","clubsuit":"♣","colon":":","Colon":"∷","Colone":"⩴","colone":"≔","coloneq":"≔","comma":",","commat":"@","comp":"∁","compfn":"∘","complement":"∁","complexes":"ℂ","cong":"≅","congdot":"⩭","Congruent":"≡","conint":"∮","Conint":"∯","ContourIntegral":"∮","copf":"𝕔","Copf":"ℂ","coprod":"∐","Coproduct":"∐","copy":"©","COPY":"©","copysr":"℗","CounterClockwiseContourIntegral":"∳","crarr":"↵","cross":"✗","Cross":"⨯","Cscr":"𝒞","cscr":"𝒸","csub":"⫏","csube":"⫑","csup":"⫐","csupe":"⫒","ctdot":"⋯","cudarrl":"⤸","cudarrr":"⤵","cuepr":"⋞","cuesc":"⋟","cularr":"↶","cularrp":"⤽","cupbrcap":"⩈","cupcap":"⩆","CupCap":"≍","cup":"∪","Cup":"⋓","cupcup":"⩊","cupdot":"⊍","cupor":"⩅","cups":"∪︀","curarr":"↷","curarrm":"⤼","curlyeqprec":"⋞","curlyeqsucc":"⋟","curlyvee":"⋎","curlywedge":"⋏","curren":"¤","curvearrowleft":"↶","curvearrowright":"↷","cuvee":"⋎","cuwed":"⋏","cwconint":"∲","cwint":"∱","cylcty":"⌭","dagger":"†","Dagger":"‡","daleth":"ℸ","darr":"↓","Darr":"↡","dArr":"⇓","dash":"‐","Dashv":"⫤","dashv":"⊣","dbkarow":"⤏","dblac":"˝","Dcaron":"Ď","dcaron":"ď","Dcy":"Д","dcy":"д","ddagger":"‡","ddarr":"⇊","DD":"ⅅ","dd":"ⅆ","DDotrahd":"⤑","ddotseq":"⩷","deg":"°","Del":"∇","Delta":"Δ","delta":"δ","demptyv":"⦱","dfisht":"⥿","Dfr":"𝔇","dfr":"𝔡","dHar":"⥥","dharl":"⇃","dharr":"⇂","DiacriticalAcute":"´","DiacriticalDot":"˙","DiacriticalDoubleAcute":"˝","DiacriticalGrave":"`","DiacriticalTilde":"˜","diam":"⋄","diamond":"⋄","Diamond":"⋄","diamondsuit":"♦","diams":"♦","die":"¨","DifferentialD":"ⅆ","digamma":"ϝ","disin":"⋲","div":"÷","divide":"÷","divideontimes":"⋇","divonx":"⋇","DJcy":"Ђ","djcy":"ђ","dlcorn":"⌞","dlcrop":"⌍","dollar":"$","Dopf":"𝔻","dopf":"𝕕","Dot":"¨","dot":"˙","DotDot":"⃜","doteq":"≐","doteqdot":"≑","DotEqual":"≐","dotminus":"∸","dotplus":"∔","dotsquare":"⊡","doublebarwedge":"⌆","DoubleContourIntegral":"∯","DoubleDot":"¨","DoubleDownArrow":"⇓","DoubleLeftArrow":"⇐","DoubleLeftRightArrow":"⇔","DoubleLeftTee":"⫤","DoubleLongLeftArrow":"⟸","DoubleLongLeftRightArrow":"⟺","DoubleLongRightArrow":"⟹","DoubleRightArrow":"⇒","DoubleRightTee":"⊨","DoubleUpArrow":"⇑","DoubleUpDownArrow":"⇕","DoubleVerticalBar":"∥","DownArrowBar":"⤓","downarrow":"↓","DownArrow":"↓","Downarrow":"⇓","DownArrowUpArrow":"⇵","DownBreve":"̑","downdownarrows":"⇊","downharpoonleft":"⇃","downharpoonright":"⇂","DownLeftRightVector":"⥐","DownLeftTeeVector":"⥞","DownLeftVectorBar":"⥖","DownLeftVector":"↽","DownRightTeeVector":"⥟","DownRightVectorBar":"⥗","DownRightVector":"⇁","DownTeeArrow":"↧","DownTee":"⊤","drbkarow":"⤐","drcorn":"⌟","drcrop":"⌌","Dscr":"𝒟","dscr":"𝒹","DScy":"Ѕ","dscy":"ѕ","dsol":"⧶","Dstrok":"Đ","dstrok":"đ","dtdot":"⋱","dtri":"▿","dtrif":"▾","duarr":"⇵","duhar":"⥯","dwangle":"⦦","DZcy":"Џ","dzcy":"џ","dzigrarr":"⟿","Eacute":"É","eacute":"é","easter":"⩮","Ecaron":"Ě","ecaron":"ě","Ecirc":"Ê","ecirc":"ê","ecir":"≖","ecolon":"≕","Ecy":"Э","ecy":"э","eDDot":"⩷","Edot":"Ė","edot":"ė","eDot":"≑","ee":"ⅇ","efDot":"≒","Efr":"𝔈","efr":"𝔢","eg":"⪚","Egrave":"È","egrave":"è","egs":"⪖","egsdot":"⪘","el":"⪙","Element":"∈","elinters":"⏧","ell":"ℓ","els":"⪕","elsdot":"⪗","Emacr":"Ē","emacr":"ē","empty":"∅","emptyset":"∅","EmptySmallSquare":"◻","emptyv":"∅","EmptyVerySmallSquare":"▫","emsp13":" ","emsp14":" ","emsp":" ","ENG":"Ŋ","eng":"ŋ","ensp":" ","Eogon":"Ę","eogon":"ę","Eopf":"𝔼","eopf":"𝕖","epar":"⋕","eparsl":"⧣","eplus":"⩱","epsi":"ε","Epsilon":"Ε","epsilon":"ε","epsiv":"ϵ","eqcirc":"≖","eqcolon":"≕","eqsim":"≂","eqslantgtr":"⪖","eqslantless":"⪕","Equal":"⩵","equals":"=","EqualTilde":"≂","equest":"≟","Equilibrium":"⇌","equiv":"≡","equivDD":"⩸","eqvparsl":"⧥","erarr":"⥱","erDot":"≓","escr":"ℯ","Escr":"ℰ","esdot":"≐","Esim":"⩳","esim":"≂","Eta":"Η","eta":"η","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","euro":"€","excl":"!","exist":"∃","Exists":"∃","expectation":"ℰ","exponentiale":"ⅇ","ExponentialE":"ⅇ","fallingdotseq":"≒","Fcy":"Ф","fcy":"ф","female":"♀","ffilig":"ffi","fflig":"ff","ffllig":"ffl","Ffr":"𝔉","ffr":"𝔣","filig":"fi","FilledSmallSquare":"◼","FilledVerySmallSquare":"▪","fjlig":"fj","flat":"♭","fllig":"fl","fltns":"▱","fnof":"ƒ","Fopf":"𝔽","fopf":"𝕗","forall":"∀","ForAll":"∀","fork":"⋔","forkv":"⫙","Fouriertrf":"ℱ","fpartint":"⨍","frac12":"½","frac13":"⅓","frac14":"¼","frac15":"⅕","frac16":"⅙","frac18":"⅛","frac23":"⅔","frac25":"⅖","frac34":"¾","frac35":"⅗","frac38":"⅜","frac45":"⅘","frac56":"⅚","frac58":"⅝","frac78":"⅞","frasl":"⁄","frown":"⌢","fscr":"𝒻","Fscr":"ℱ","gacute":"ǵ","Gamma":"Γ","gamma":"γ","Gammad":"Ϝ","gammad":"ϝ","gap":"⪆","Gbreve":"Ğ","gbreve":"ğ","Gcedil":"Ģ","Gcirc":"Ĝ","gcirc":"ĝ","Gcy":"Г","gcy":"г","Gdot":"Ġ","gdot":"ġ","ge":"≥","gE":"≧","gEl":"⪌","gel":"⋛","geq":"≥","geqq":"≧","geqslant":"⩾","gescc":"⪩","ges":"⩾","gesdot":"⪀","gesdoto":"⪂","gesdotol":"⪄","gesl":"⋛︀","gesles":"⪔","Gfr":"𝔊","gfr":"𝔤","gg":"≫","Gg":"⋙","ggg":"⋙","gimel":"ℷ","GJcy":"Ѓ","gjcy":"ѓ","gla":"⪥","gl":"≷","glE":"⪒","glj":"⪤","gnap":"⪊","gnapprox":"⪊","gne":"⪈","gnE":"≩","gneq":"⪈","gneqq":"≩","gnsim":"⋧","Gopf":"𝔾","gopf":"𝕘","grave":"`","GreaterEqual":"≥","GreaterEqualLess":"⋛","GreaterFullEqual":"≧","GreaterGreater":"⪢","GreaterLess":"≷","GreaterSlantEqual":"⩾","GreaterTilde":"≳","Gscr":"𝒢","gscr":"ℊ","gsim":"≳","gsime":"⪎","gsiml":"⪐","gtcc":"⪧","gtcir":"⩺","gt":">","GT":">","Gt":"≫","gtdot":"⋗","gtlPar":"⦕","gtquest":"⩼","gtrapprox":"⪆","gtrarr":"⥸","gtrdot":"⋗","gtreqless":"⋛","gtreqqless":"⪌","gtrless":"≷","gtrsim":"≳","gvertneqq":"≩︀","gvnE":"≩︀","Hacek":"ˇ","hairsp":" ","half":"½","hamilt":"ℋ","HARDcy":"Ъ","hardcy":"ъ","harrcir":"⥈","harr":"↔","hArr":"⇔","harrw":"↭","Hat":"^","hbar":"ℏ","Hcirc":"Ĥ","hcirc":"ĥ","hearts":"♥","heartsuit":"♥","hellip":"…","hercon":"⊹","hfr":"𝔥","Hfr":"ℌ","HilbertSpace":"ℋ","hksearow":"⤥","hkswarow":"⤦","hoarr":"⇿","homtht":"∻","hookleftarrow":"↩","hookrightarrow":"↪","hopf":"𝕙","Hopf":"ℍ","horbar":"―","HorizontalLine":"─","hscr":"𝒽","Hscr":"ℋ","hslash":"ℏ","Hstrok":"Ħ","hstrok":"ħ","HumpDownHump":"≎","HumpEqual":"≏","hybull":"⁃","hyphen":"‐","Iacute":"Í","iacute":"í","ic":"⁣","Icirc":"Î","icirc":"î","Icy":"И","icy":"и","Idot":"İ","IEcy":"Е","iecy":"е","iexcl":"¡","iff":"⇔","ifr":"𝔦","Ifr":"ℑ","Igrave":"Ì","igrave":"ì","ii":"ⅈ","iiiint":"⨌","iiint":"∭","iinfin":"⧜","iiota":"℩","IJlig":"IJ","ijlig":"ij","Imacr":"Ī","imacr":"ī","image":"ℑ","ImaginaryI":"ⅈ","imagline":"ℐ","imagpart":"ℑ","imath":"ı","Im":"ℑ","imof":"⊷","imped":"Ƶ","Implies":"⇒","incare":"℅","in":"∈","infin":"∞","infintie":"⧝","inodot":"ı","intcal":"⊺","int":"∫","Int":"∬","integers":"ℤ","Integral":"∫","intercal":"⊺","Intersection":"⋂","intlarhk":"⨗","intprod":"⨼","InvisibleComma":"⁣","InvisibleTimes":"⁢","IOcy":"Ё","iocy":"ё","Iogon":"Į","iogon":"į","Iopf":"𝕀","iopf":"𝕚","Iota":"Ι","iota":"ι","iprod":"⨼","iquest":"¿","iscr":"𝒾","Iscr":"ℐ","isin":"∈","isindot":"⋵","isinE":"⋹","isins":"⋴","isinsv":"⋳","isinv":"∈","it":"⁢","Itilde":"Ĩ","itilde":"ĩ","Iukcy":"І","iukcy":"і","Iuml":"Ï","iuml":"ï","Jcirc":"Ĵ","jcirc":"ĵ","Jcy":"Й","jcy":"й","Jfr":"𝔍","jfr":"𝔧","jmath":"ȷ","Jopf":"𝕁","jopf":"𝕛","Jscr":"𝒥","jscr":"𝒿","Jsercy":"Ј","jsercy":"ј","Jukcy":"Є","jukcy":"є","Kappa":"Κ","kappa":"κ","kappav":"ϰ","Kcedil":"Ķ","kcedil":"ķ","Kcy":"К","kcy":"к","Kfr":"𝔎","kfr":"𝔨","kgreen":"ĸ","KHcy":"Х","khcy":"х","KJcy":"Ќ","kjcy":"ќ","Kopf":"𝕂","kopf":"𝕜","Kscr":"𝒦","kscr":"𝓀","lAarr":"⇚","Lacute":"Ĺ","lacute":"ĺ","laemptyv":"⦴","lagran":"ℒ","Lambda":"Λ","lambda":"λ","lang":"⟨","Lang":"⟪","langd":"⦑","langle":"⟨","lap":"⪅","Laplacetrf":"ℒ","laquo":"«","larrb":"⇤","larrbfs":"⤟","larr":"←","Larr":"↞","lArr":"⇐","larrfs":"⤝","larrhk":"↩","larrlp":"↫","larrpl":"⤹","larrsim":"⥳","larrtl":"↢","latail":"⤙","lAtail":"⤛","lat":"⪫","late":"⪭","lates":"⪭︀","lbarr":"⤌","lBarr":"⤎","lbbrk":"❲","lbrace":"{","lbrack":"[","lbrke":"⦋","lbrksld":"⦏","lbrkslu":"⦍","Lcaron":"Ľ","lcaron":"ľ","Lcedil":"Ļ","lcedil":"ļ","lceil":"⌈","lcub":"{","Lcy":"Л","lcy":"л","ldca":"⤶","ldquo":"“","ldquor":"„","ldrdhar":"⥧","ldrushar":"⥋","ldsh":"↲","le":"≤","lE":"≦","LeftAngleBracket":"⟨","LeftArrowBar":"⇤","leftarrow":"←","LeftArrow":"←","Leftarrow":"⇐","LeftArrowRightArrow":"⇆","leftarrowtail":"↢","LeftCeiling":"⌈","LeftDoubleBracket":"⟦","LeftDownTeeVector":"⥡","LeftDownVectorBar":"⥙","LeftDownVector":"⇃","LeftFloor":"⌊","leftharpoondown":"↽","leftharpoonup":"↼","leftleftarrows":"⇇","leftrightarrow":"↔","LeftRightArrow":"↔","Leftrightarrow":"⇔","leftrightarrows":"⇆","leftrightharpoons":"⇋","leftrightsquigarrow":"↭","LeftRightVector":"⥎","LeftTeeArrow":"↤","LeftTee":"⊣","LeftTeeVector":"⥚","leftthreetimes":"⋋","LeftTriangleBar":"⧏","LeftTriangle":"⊲","LeftTriangleEqual":"⊴","LeftUpDownVector":"⥑","LeftUpTeeVector":"⥠","LeftUpVectorBar":"⥘","LeftUpVector":"↿","LeftVectorBar":"⥒","LeftVector":"↼","lEg":"⪋","leg":"⋚","leq":"≤","leqq":"≦","leqslant":"⩽","lescc":"⪨","les":"⩽","lesdot":"⩿","lesdoto":"⪁","lesdotor":"⪃","lesg":"⋚︀","lesges":"⪓","lessapprox":"⪅","lessdot":"⋖","lesseqgtr":"⋚","lesseqqgtr":"⪋","LessEqualGreater":"⋚","LessFullEqual":"≦","LessGreater":"≶","lessgtr":"≶","LessLess":"⪡","lesssim":"≲","LessSlantEqual":"⩽","LessTilde":"≲","lfisht":"⥼","lfloor":"⌊","Lfr":"𝔏","lfr":"𝔩","lg":"≶","lgE":"⪑","lHar":"⥢","lhard":"↽","lharu":"↼","lharul":"⥪","lhblk":"▄","LJcy":"Љ","ljcy":"љ","llarr":"⇇","ll":"≪","Ll":"⋘","llcorner":"⌞","Lleftarrow":"⇚","llhard":"⥫","lltri":"◺","Lmidot":"Ŀ","lmidot":"ŀ","lmoustache":"⎰","lmoust":"⎰","lnap":"⪉","lnapprox":"⪉","lne":"⪇","lnE":"≨","lneq":"⪇","lneqq":"≨","lnsim":"⋦","loang":"⟬","loarr":"⇽","lobrk":"⟦","longleftarrow":"⟵","LongLeftArrow":"⟵","Longleftarrow":"⟸","longleftrightarrow":"⟷","LongLeftRightArrow":"⟷","Longleftrightarrow":"⟺","longmapsto":"⟼","longrightarrow":"⟶","LongRightArrow":"⟶","Longrightarrow":"⟹","looparrowleft":"↫","looparrowright":"↬","lopar":"⦅","Lopf":"𝕃","lopf":"𝕝","loplus":"⨭","lotimes":"⨴","lowast":"∗","lowbar":"_","LowerLeftArrow":"↙","LowerRightArrow":"↘","loz":"◊","lozenge":"◊","lozf":"⧫","lpar":"(","lparlt":"⦓","lrarr":"⇆","lrcorner":"⌟","lrhar":"⇋","lrhard":"⥭","lrm":"","lrtri":"⊿","lsaquo":"‹","lscr":"𝓁","Lscr":"ℒ","lsh":"↰","Lsh":"↰","lsim":"≲","lsime":"⪍","lsimg":"⪏","lsqb":"[","lsquo":"‘","lsquor":"‚","Lstrok":"Ł","lstrok":"ł","ltcc":"⪦","ltcir":"⩹","lt":"<","LT":"<","Lt":"≪","ltdot":"⋖","lthree":"⋋","ltimes":"⋉","ltlarr":"⥶","ltquest":"⩻","ltri":"◃","ltrie":"⊴","ltrif":"◂","ltrPar":"⦖","lurdshar":"⥊","luruhar":"⥦","lvertneqq":"≨︀","lvnE":"≨︀","macr":"¯","male":"♂","malt":"✠","maltese":"✠","Map":"⤅","map":"↦","mapsto":"↦","mapstodown":"↧","mapstoleft":"↤","mapstoup":"↥","marker":"▮","mcomma":"⨩","Mcy":"М","mcy":"м","mdash":"—","mDDot":"∺","measuredangle":"∡","MediumSpace":" ","Mellintrf":"ℳ","Mfr":"𝔐","mfr":"𝔪","mho":"℧","micro":"µ","midast":"*","midcir":"⫰","mid":"∣","middot":"·","minusb":"⊟","minus":"−","minusd":"∸","minusdu":"⨪","MinusPlus":"∓","mlcp":"⫛","mldr":"…","mnplus":"∓","models":"⊧","Mopf":"𝕄","mopf":"𝕞","mp":"∓","mscr":"𝓂","Mscr":"ℳ","mstpos":"∾","Mu":"Μ","mu":"μ","multimap":"⊸","mumap":"⊸","nabla":"∇","Nacute":"Ń","nacute":"ń","nang":"∠⃒","nap":"≉","napE":"⩰̸","napid":"≋̸","napos":"ʼn","napprox":"≉","natural":"♮","naturals":"ℕ","natur":"♮","nbsp":" ","nbump":"≎̸","nbumpe":"≏̸","ncap":"⩃","Ncaron":"Ň","ncaron":"ň","Ncedil":"Ņ","ncedil":"ņ","ncong":"≇","ncongdot":"⩭̸","ncup":"⩂","Ncy":"Н","ncy":"н","ndash":"–","nearhk":"⤤","nearr":"↗","neArr":"⇗","nearrow":"↗","ne":"≠","nedot":"≐̸","NegativeMediumSpace":"​","NegativeThickSpace":"​","NegativeThinSpace":"​","NegativeVeryThinSpace":"​","nequiv":"≢","nesear":"⤨","nesim":"≂̸","NestedGreaterGreater":"≫","NestedLessLess":"≪","NewLine":"\n","nexist":"∄","nexists":"∄","Nfr":"𝔑","nfr":"𝔫","ngE":"≧̸","nge":"≱","ngeq":"≱","ngeqq":"≧̸","ngeqslant":"⩾̸","nges":"⩾̸","nGg":"⋙̸","ngsim":"≵","nGt":"≫⃒","ngt":"≯","ngtr":"≯","nGtv":"≫̸","nharr":"↮","nhArr":"⇎","nhpar":"⫲","ni":"∋","nis":"⋼","nisd":"⋺","niv":"∋","NJcy":"Њ","njcy":"њ","nlarr":"↚","nlArr":"⇍","nldr":"‥","nlE":"≦̸","nle":"≰","nleftarrow":"↚","nLeftarrow":"⇍","nleftrightarrow":"↮","nLeftrightarrow":"⇎","nleq":"≰","nleqq":"≦̸","nleqslant":"⩽̸","nles":"⩽̸","nless":"≮","nLl":"⋘̸","nlsim":"≴","nLt":"≪⃒","nlt":"≮","nltri":"⋪","nltrie":"⋬","nLtv":"≪̸","nmid":"∤","NoBreak":"⁠","NonBreakingSpace":" ","nopf":"𝕟","Nopf":"ℕ","Not":"⫬","not":"¬","NotCongruent":"≢","NotCupCap":"≭","NotDoubleVerticalBar":"∦","NotElement":"∉","NotEqual":"≠","NotEqualTilde":"≂̸","NotExists":"∄","NotGreater":"≯","NotGreaterEqual":"≱","NotGreaterFullEqual":"≧̸","NotGreaterGreater":"≫̸","NotGreaterLess":"≹","NotGreaterSlantEqual":"⩾̸","NotGreaterTilde":"≵","NotHumpDownHump":"≎̸","NotHumpEqual":"≏̸","notin":"∉","notindot":"⋵̸","notinE":"⋹̸","notinva":"∉","notinvb":"⋷","notinvc":"⋶","NotLeftTriangleBar":"⧏̸","NotLeftTriangle":"⋪","NotLeftTriangleEqual":"⋬","NotLess":"≮","NotLessEqual":"≰","NotLessGreater":"≸","NotLessLess":"≪̸","NotLessSlantEqual":"⩽̸","NotLessTilde":"≴","NotNestedGreaterGreater":"⪢̸","NotNestedLessLess":"⪡̸","notni":"∌","notniva":"∌","notnivb":"⋾","notnivc":"⋽","NotPrecedes":"⊀","NotPrecedesEqual":"⪯̸","NotPrecedesSlantEqual":"⋠","NotReverseElement":"∌","NotRightTriangleBar":"⧐̸","NotRightTriangle":"⋫","NotRightTriangleEqual":"⋭","NotSquareSubset":"⊏̸","NotSquareSubsetEqual":"⋢","NotSquareSuperset":"⊐̸","NotSquareSupersetEqual":"⋣","NotSubset":"⊂⃒","NotSubsetEqual":"⊈","NotSucceeds":"⊁","NotSucceedsEqual":"⪰̸","NotSucceedsSlantEqual":"⋡","NotSucceedsTilde":"≿̸","NotSuperset":"⊃⃒","NotSupersetEqual":"⊉","NotTilde":"≁","NotTildeEqual":"≄","NotTildeFullEqual":"≇","NotTildeTilde":"≉","NotVerticalBar":"∤","nparallel":"∦","npar":"∦","nparsl":"⫽⃥","npart":"∂̸","npolint":"⨔","npr":"⊀","nprcue":"⋠","nprec":"⊀","npreceq":"⪯̸","npre":"⪯̸","nrarrc":"⤳̸","nrarr":"↛","nrArr":"⇏","nrarrw":"↝̸","nrightarrow":"↛","nRightarrow":"⇏","nrtri":"⋫","nrtrie":"⋭","nsc":"⊁","nsccue":"⋡","nsce":"⪰̸","Nscr":"𝒩","nscr":"𝓃","nshortmid":"∤","nshortparallel":"∦","nsim":"≁","nsime":"≄","nsimeq":"≄","nsmid":"∤","nspar":"∦","nsqsube":"⋢","nsqsupe":"⋣","nsub":"⊄","nsubE":"⫅̸","nsube":"⊈","nsubset":"⊂⃒","nsubseteq":"⊈","nsubseteqq":"⫅̸","nsucc":"⊁","nsucceq":"⪰̸","nsup":"⊅","nsupE":"⫆̸","nsupe":"⊉","nsupset":"⊃⃒","nsupseteq":"⊉","nsupseteqq":"⫆̸","ntgl":"≹","Ntilde":"Ñ","ntilde":"ñ","ntlg":"≸","ntriangleleft":"⋪","ntrianglelefteq":"⋬","ntriangleright":"⋫","ntrianglerighteq":"⋭","Nu":"Ν","nu":"ν","num":"#","numero":"№","numsp":" ","nvap":"≍⃒","nvdash":"⊬","nvDash":"⊭","nVdash":"⊮","nVDash":"⊯","nvge":"≥⃒","nvgt":">⃒","nvHarr":"⤄","nvinfin":"⧞","nvlArr":"⤂","nvle":"≤⃒","nvlt":"<⃒","nvltrie":"⊴⃒","nvrArr":"⤃","nvrtrie":"⊵⃒","nvsim":"∼⃒","nwarhk":"⤣","nwarr":"↖","nwArr":"⇖","nwarrow":"↖","nwnear":"⤧","Oacute":"Ó","oacute":"ó","oast":"⊛","Ocirc":"Ô","ocirc":"ô","ocir":"⊚","Ocy":"О","ocy":"о","odash":"⊝","Odblac":"Ő","odblac":"ő","odiv":"⨸","odot":"⊙","odsold":"⦼","OElig":"Œ","oelig":"œ","ofcir":"⦿","Ofr":"𝔒","ofr":"𝔬","ogon":"˛","Ograve":"Ò","ograve":"ò","ogt":"⧁","ohbar":"⦵","ohm":"Ω","oint":"∮","olarr":"↺","olcir":"⦾","olcross":"⦻","oline":"‾","olt":"⧀","Omacr":"Ō","omacr":"ō","Omega":"Ω","omega":"ω","Omicron":"Ο","omicron":"ο","omid":"⦶","ominus":"⊖","Oopf":"𝕆","oopf":"𝕠","opar":"⦷","OpenCurlyDoubleQuote":"“","OpenCurlyQuote":"‘","operp":"⦹","oplus":"⊕","orarr":"↻","Or":"⩔","or":"∨","ord":"⩝","order":"ℴ","orderof":"ℴ","ordf":"ª","ordm":"º","origof":"⊶","oror":"⩖","orslope":"⩗","orv":"⩛","oS":"Ⓢ","Oscr":"𝒪","oscr":"ℴ","Oslash":"Ø","oslash":"ø","osol":"⊘","Otilde":"Õ","otilde":"õ","otimesas":"⨶","Otimes":"⨷","otimes":"⊗","Ouml":"Ö","ouml":"ö","ovbar":"⌽","OverBar":"‾","OverBrace":"⏞","OverBracket":"⎴","OverParenthesis":"⏜","para":"¶","parallel":"∥","par":"∥","parsim":"⫳","parsl":"⫽","part":"∂","PartialD":"∂","Pcy":"П","pcy":"п","percnt":"%","period":".","permil":"‰","perp":"⊥","pertenk":"‱","Pfr":"𝔓","pfr":"𝔭","Phi":"Φ","phi":"φ","phiv":"ϕ","phmmat":"ℳ","phone":"☎","Pi":"Π","pi":"π","pitchfork":"⋔","piv":"ϖ","planck":"ℏ","planckh":"ℎ","plankv":"ℏ","plusacir":"⨣","plusb":"⊞","pluscir":"⨢","plus":"+","plusdo":"∔","plusdu":"⨥","pluse":"⩲","PlusMinus":"±","plusmn":"±","plussim":"⨦","plustwo":"⨧","pm":"±","Poincareplane":"ℌ","pointint":"⨕","popf":"𝕡","Popf":"ℙ","pound":"£","prap":"⪷","Pr":"⪻","pr":"≺","prcue":"≼","precapprox":"⪷","prec":"≺","preccurlyeq":"≼","Precedes":"≺","PrecedesEqual":"⪯","PrecedesSlantEqual":"≼","PrecedesTilde":"≾","preceq":"⪯","precnapprox":"⪹","precneqq":"⪵","precnsim":"⋨","pre":"⪯","prE":"⪳","precsim":"≾","prime":"′","Prime":"″","primes":"ℙ","prnap":"⪹","prnE":"⪵","prnsim":"⋨","prod":"∏","Product":"∏","profalar":"⌮","profline":"⌒","profsurf":"⌓","prop":"∝","Proportional":"∝","Proportion":"∷","propto":"∝","prsim":"≾","prurel":"⊰","Pscr":"𝒫","pscr":"𝓅","Psi":"Ψ","psi":"ψ","puncsp":" ","Qfr":"𝔔","qfr":"𝔮","qint":"⨌","qopf":"𝕢","Qopf":"ℚ","qprime":"⁗","Qscr":"𝒬","qscr":"𝓆","quaternions":"ℍ","quatint":"⨖","quest":"?","questeq":"≟","quot":"\"","QUOT":"\"","rAarr":"⇛","race":"∽̱","Racute":"Ŕ","racute":"ŕ","radic":"√","raemptyv":"⦳","rang":"⟩","Rang":"⟫","rangd":"⦒","range":"⦥","rangle":"⟩","raquo":"»","rarrap":"⥵","rarrb":"⇥","rarrbfs":"⤠","rarrc":"⤳","rarr":"→","Rarr":"↠","rArr":"⇒","rarrfs":"⤞","rarrhk":"↪","rarrlp":"↬","rarrpl":"⥅","rarrsim":"⥴","Rarrtl":"⤖","rarrtl":"↣","rarrw":"↝","ratail":"⤚","rAtail":"⤜","ratio":"∶","rationals":"ℚ","rbarr":"⤍","rBarr":"⤏","RBarr":"⤐","rbbrk":"❳","rbrace":"}","rbrack":"]","rbrke":"⦌","rbrksld":"⦎","rbrkslu":"⦐","Rcaron":"Ř","rcaron":"ř","Rcedil":"Ŗ","rcedil":"ŗ","rceil":"⌉","rcub":"}","Rcy":"Р","rcy":"р","rdca":"⤷","rdldhar":"⥩","rdquo":"”","rdquor":"”","rdsh":"↳","real":"ℜ","realine":"ℛ","realpart":"ℜ","reals":"ℝ","Re":"ℜ","rect":"▭","reg":"®","REG":"®","ReverseElement":"∋","ReverseEquilibrium":"⇋","ReverseUpEquilibrium":"⥯","rfisht":"⥽","rfloor":"⌋","rfr":"𝔯","Rfr":"ℜ","rHar":"⥤","rhard":"⇁","rharu":"⇀","rharul":"⥬","Rho":"Ρ","rho":"ρ","rhov":"ϱ","RightAngleBracket":"⟩","RightArrowBar":"⇥","rightarrow":"→","RightArrow":"→","Rightarrow":"⇒","RightArrowLeftArrow":"⇄","rightarrowtail":"↣","RightCeiling":"⌉","RightDoubleBracket":"⟧","RightDownTeeVector":"⥝","RightDownVectorBar":"⥕","RightDownVector":"⇂","RightFloor":"⌋","rightharpoondown":"⇁","rightharpoonup":"⇀","rightleftarrows":"⇄","rightleftharpoons":"⇌","rightrightarrows":"⇉","rightsquigarrow":"↝","RightTeeArrow":"↦","RightTee":"⊢","RightTeeVector":"⥛","rightthreetimes":"⋌","RightTriangleBar":"⧐","RightTriangle":"⊳","RightTriangleEqual":"⊵","RightUpDownVector":"⥏","RightUpTeeVector":"⥜","RightUpVectorBar":"⥔","RightUpVector":"↾","RightVectorBar":"⥓","RightVector":"⇀","ring":"˚","risingdotseq":"≓","rlarr":"⇄","rlhar":"⇌","rlm":"","rmoustache":"⎱","rmoust":"⎱","rnmid":"⫮","roang":"⟭","roarr":"⇾","robrk":"⟧","ropar":"⦆","ropf":"𝕣","Ropf":"ℝ","roplus":"⨮","rotimes":"⨵","RoundImplies":"⥰","rpar":")","rpargt":"⦔","rppolint":"⨒","rrarr":"⇉","Rrightarrow":"⇛","rsaquo":"›","rscr":"𝓇","Rscr":"ℛ","rsh":"↱","Rsh":"↱","rsqb":"]","rsquo":"’","rsquor":"’","rthree":"⋌","rtimes":"⋊","rtri":"▹","rtrie":"⊵","rtrif":"▸","rtriltri":"⧎","RuleDelayed":"⧴","ruluhar":"⥨","rx":"℞","Sacute":"Ś","sacute":"ś","sbquo":"‚","scap":"⪸","Scaron":"Š","scaron":"š","Sc":"⪼","sc":"≻","sccue":"≽","sce":"⪰","scE":"⪴","Scedil":"Ş","scedil":"ş","Scirc":"Ŝ","scirc":"ŝ","scnap":"⪺","scnE":"⪶","scnsim":"⋩","scpolint":"⨓","scsim":"≿","Scy":"С","scy":"с","sdotb":"⊡","sdot":"⋅","sdote":"⩦","searhk":"⤥","searr":"↘","seArr":"⇘","searrow":"↘","sect":"§","semi":";","seswar":"⤩","setminus":"∖","setmn":"∖","sext":"✶","Sfr":"𝔖","sfr":"𝔰","sfrown":"⌢","sharp":"♯","SHCHcy":"Щ","shchcy":"щ","SHcy":"Ш","shcy":"ш","ShortDownArrow":"↓","ShortLeftArrow":"←","shortmid":"∣","shortparallel":"∥","ShortRightArrow":"→","ShortUpArrow":"↑","shy":"­","Sigma":"Σ","sigma":"σ","sigmaf":"ς","sigmav":"ς","sim":"∼","simdot":"⩪","sime":"≃","simeq":"≃","simg":"⪞","simgE":"⪠","siml":"⪝","simlE":"⪟","simne":"≆","simplus":"⨤","simrarr":"⥲","slarr":"←","SmallCircle":"∘","smallsetminus":"∖","smashp":"⨳","smeparsl":"⧤","smid":"∣","smile":"⌣","smt":"⪪","smte":"⪬","smtes":"⪬︀","SOFTcy":"Ь","softcy":"ь","solbar":"⌿","solb":"⧄","sol":"/","Sopf":"𝕊","sopf":"𝕤","spades":"♠","spadesuit":"♠","spar":"∥","sqcap":"⊓","sqcaps":"⊓︀","sqcup":"⊔","sqcups":"⊔︀","Sqrt":"√","sqsub":"⊏","sqsube":"⊑","sqsubset":"⊏","sqsubseteq":"⊑","sqsup":"⊐","sqsupe":"⊒","sqsupset":"⊐","sqsupseteq":"⊒","square":"□","Square":"□","SquareIntersection":"⊓","SquareSubset":"⊏","SquareSubsetEqual":"⊑","SquareSuperset":"⊐","SquareSupersetEqual":"⊒","SquareUnion":"⊔","squarf":"▪","squ":"□","squf":"▪","srarr":"→","Sscr":"𝒮","sscr":"𝓈","ssetmn":"∖","ssmile":"⌣","sstarf":"⋆","Star":"⋆","star":"☆","starf":"★","straightepsilon":"ϵ","straightphi":"ϕ","strns":"¯","sub":"⊂","Sub":"⋐","subdot":"⪽","subE":"⫅","sube":"⊆","subedot":"⫃","submult":"⫁","subnE":"⫋","subne":"⊊","subplus":"⪿","subrarr":"⥹","subset":"⊂","Subset":"⋐","subseteq":"⊆","subseteqq":"⫅","SubsetEqual":"⊆","subsetneq":"⊊","subsetneqq":"⫋","subsim":"⫇","subsub":"⫕","subsup":"⫓","succapprox":"⪸","succ":"≻","succcurlyeq":"≽","Succeeds":"≻","SucceedsEqual":"⪰","SucceedsSlantEqual":"≽","SucceedsTilde":"≿","succeq":"⪰","succnapprox":"⪺","succneqq":"⪶","succnsim":"⋩","succsim":"≿","SuchThat":"∋","sum":"∑","Sum":"∑","sung":"♪","sup1":"¹","sup2":"²","sup3":"³","sup":"⊃","Sup":"⋑","supdot":"⪾","supdsub":"⫘","supE":"⫆","supe":"⊇","supedot":"⫄","Superset":"⊃","SupersetEqual":"⊇","suphsol":"⟉","suphsub":"⫗","suplarr":"⥻","supmult":"⫂","supnE":"⫌","supne":"⊋","supplus":"⫀","supset":"⊃","Supset":"⋑","supseteq":"⊇","supseteqq":"⫆","supsetneq":"⊋","supsetneqq":"⫌","supsim":"⫈","supsub":"⫔","supsup":"⫖","swarhk":"⤦","swarr":"↙","swArr":"⇙","swarrow":"↙","swnwar":"⤪","szlig":"ß","Tab":"\t","target":"⌖","Tau":"Τ","tau":"τ","tbrk":"⎴","Tcaron":"Ť","tcaron":"ť","Tcedil":"Ţ","tcedil":"ţ","Tcy":"Т","tcy":"т","tdot":"⃛","telrec":"⌕","Tfr":"𝔗","tfr":"𝔱","there4":"∴","therefore":"∴","Therefore":"∴","Theta":"Θ","theta":"θ","thetasym":"ϑ","thetav":"ϑ","thickapprox":"≈","thicksim":"∼","ThickSpace":"  ","ThinSpace":" ","thinsp":" ","thkap":"≈","thksim":"∼","THORN":"Þ","thorn":"þ","tilde":"˜","Tilde":"∼","TildeEqual":"≃","TildeFullEqual":"≅","TildeTilde":"≈","timesbar":"⨱","timesb":"⊠","times":"×","timesd":"⨰","tint":"∭","toea":"⤨","topbot":"⌶","topcir":"⫱","top":"⊤","Topf":"𝕋","topf":"𝕥","topfork":"⫚","tosa":"⤩","tprime":"‴","trade":"™","TRADE":"™","triangle":"▵","triangledown":"▿","triangleleft":"◃","trianglelefteq":"⊴","triangleq":"≜","triangleright":"▹","trianglerighteq":"⊵","tridot":"◬","trie":"≜","triminus":"⨺","TripleDot":"⃛","triplus":"⨹","trisb":"⧍","tritime":"⨻","trpezium":"⏢","Tscr":"𝒯","tscr":"𝓉","TScy":"Ц","tscy":"ц","TSHcy":"Ћ","tshcy":"ћ","Tstrok":"Ŧ","tstrok":"ŧ","twixt":"≬","twoheadleftarrow":"↞","twoheadrightarrow":"↠","Uacute":"Ú","uacute":"ú","uarr":"↑","Uarr":"↟","uArr":"⇑","Uarrocir":"⥉","Ubrcy":"Ў","ubrcy":"ў","Ubreve":"Ŭ","ubreve":"ŭ","Ucirc":"Û","ucirc":"û","Ucy":"У","ucy":"у","udarr":"⇅","Udblac":"Ű","udblac":"ű","udhar":"⥮","ufisht":"⥾","Ufr":"𝔘","ufr":"𝔲","Ugrave":"Ù","ugrave":"ù","uHar":"⥣","uharl":"↿","uharr":"↾","uhblk":"▀","ulcorn":"⌜","ulcorner":"⌜","ulcrop":"⌏","ultri":"◸","Umacr":"Ū","umacr":"ū","uml":"¨","UnderBar":"_","UnderBrace":"⏟","UnderBracket":"⎵","UnderParenthesis":"⏝","Union":"⋃","UnionPlus":"⊎","Uogon":"Ų","uogon":"ų","Uopf":"𝕌","uopf":"𝕦","UpArrowBar":"⤒","uparrow":"↑","UpArrow":"↑","Uparrow":"⇑","UpArrowDownArrow":"⇅","updownarrow":"↕","UpDownArrow":"↕","Updownarrow":"⇕","UpEquilibrium":"⥮","upharpoonleft":"↿","upharpoonright":"↾","uplus":"⊎","UpperLeftArrow":"↖","UpperRightArrow":"↗","upsi":"υ","Upsi":"ϒ","upsih":"ϒ","Upsilon":"Υ","upsilon":"υ","UpTeeArrow":"↥","UpTee":"⊥","upuparrows":"⇈","urcorn":"⌝","urcorner":"⌝","urcrop":"⌎","Uring":"Ů","uring":"ů","urtri":"◹","Uscr":"𝒰","uscr":"𝓊","utdot":"⋰","Utilde":"Ũ","utilde":"ũ","utri":"▵","utrif":"▴","uuarr":"⇈","Uuml":"Ü","uuml":"ü","uwangle":"⦧","vangrt":"⦜","varepsilon":"ϵ","varkappa":"ϰ","varnothing":"∅","varphi":"ϕ","varpi":"ϖ","varpropto":"∝","varr":"↕","vArr":"⇕","varrho":"ϱ","varsigma":"ς","varsubsetneq":"⊊︀","varsubsetneqq":"⫋︀","varsupsetneq":"⊋︀","varsupsetneqq":"⫌︀","vartheta":"ϑ","vartriangleleft":"⊲","vartriangleright":"⊳","vBar":"⫨","Vbar":"⫫","vBarv":"⫩","Vcy":"В","vcy":"в","vdash":"⊢","vDash":"⊨","Vdash":"⊩","VDash":"⊫","Vdashl":"⫦","veebar":"⊻","vee":"∨","Vee":"⋁","veeeq":"≚","vellip":"⋮","verbar":"|","Verbar":"‖","vert":"|","Vert":"‖","VerticalBar":"∣","VerticalLine":"|","VerticalSeparator":"❘","VerticalTilde":"≀","VeryThinSpace":" ","Vfr":"𝔙","vfr":"𝔳","vltri":"⊲","vnsub":"⊂⃒","vnsup":"⊃⃒","Vopf":"𝕍","vopf":"𝕧","vprop":"∝","vrtri":"⊳","Vscr":"𝒱","vscr":"𝓋","vsubnE":"⫋︀","vsubne":"⊊︀","vsupnE":"⫌︀","vsupne":"⊋︀","Vvdash":"⊪","vzigzag":"⦚","Wcirc":"Ŵ","wcirc":"ŵ","wedbar":"⩟","wedge":"∧","Wedge":"⋀","wedgeq":"≙","weierp":"℘","Wfr":"𝔚","wfr":"𝔴","Wopf":"𝕎","wopf":"𝕨","wp":"℘","wr":"≀","wreath":"≀","Wscr":"𝒲","wscr":"𝓌","xcap":"⋂","xcirc":"◯","xcup":"⋃","xdtri":"▽","Xfr":"𝔛","xfr":"𝔵","xharr":"⟷","xhArr":"⟺","Xi":"Ξ","xi":"ξ","xlarr":"⟵","xlArr":"⟸","xmap":"⟼","xnis":"⋻","xodot":"⨀","Xopf":"𝕏","xopf":"𝕩","xoplus":"⨁","xotime":"⨂","xrarr":"⟶","xrArr":"⟹","Xscr":"𝒳","xscr":"𝓍","xsqcup":"⨆","xuplus":"⨄","xutri":"△","xvee":"⋁","xwedge":"⋀","Yacute":"Ý","yacute":"ý","YAcy":"Я","yacy":"я","Ycirc":"Ŷ","ycirc":"ŷ","Ycy":"Ы","ycy":"ы","yen":"¥","Yfr":"𝔜","yfr":"𝔶","YIcy":"Ї","yicy":"ї","Yopf":"𝕐","yopf":"𝕪","Yscr":"𝒴","yscr":"𝓎","YUcy":"Ю","yucy":"ю","yuml":"ÿ","Yuml":"Ÿ","Zacute":"Ź","zacute":"ź","Zcaron":"Ž","zcaron":"ž","Zcy":"З","zcy":"з","Zdot":"Ż","zdot":"ż","zeetrf":"ℨ","ZeroWidthSpace":"​","Zeta":"Ζ","zeta":"ζ","zfr":"𝔷","Zfr":"ℨ","ZHcy":"Ж","zhcy":"ж","zigrarr":"⇝","zopf":"𝕫","Zopf":"ℤ","Zscr":"𝒵","zscr":"𝓏","zwj":"‍","zwnj":"‌"}
{"Aacute":"Á","aacute":"á","Acirc":"Â","acirc":"â","acute":"´","AElig":"Æ","aelig":"æ","Agrave":"À","agrave":"à","amp":"&","AMP":"&","Aring":"Å","aring":"å","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","brvbar":"¦","Ccedil":"Ç","ccedil":"ç","cedil":"¸","cent":"¢","copy":"©","COPY":"©","curren":"¤","deg":"°","divide":"÷","Eacute":"É","eacute":"é","Ecirc":"Ê","ecirc":"ê","Egrave":"È","egrave":"è","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","frac12":"½","frac14":"¼","frac34":"¾","gt":">","GT":">","Iacute":"Í","iacute":"í","Icirc":"Î","icirc":"î","iexcl":"¡","Igrave":"Ì","igrave":"ì","iquest":"¿","Iuml":"Ï","iuml":"ï","laquo":"«","lt":"<","LT":"<","macr":"¯","micro":"µ","middot":"·","nbsp":" ","not":"¬","Ntilde":"Ñ","ntilde":"ñ","Oacute":"Ó","oacute":"ó","Ocirc":"Ô","ocirc":"ô","Ograve":"Ò","ograve":"ò","ordf":"ª","ordm":"º","Oslash":"Ø","oslash":"ø","Otilde":"Õ","otilde":"õ","Ouml":"Ö","ouml":"ö","para":"¶","plusmn":"±","pound":"£","quot":"\"","QUOT":"\"","raquo":"»","reg":"®","REG":"®","sect":"§","shy":"­","sup1":"¹","sup2":"²","sup3":"³","szlig":"ß","THORN":"Þ","thorn":"þ","times":"×","Uacute":"Ú","uacute":"ú","Ucirc":"Û","ucirc":"û","Ugrave":"Ù","ugrave":"ù","uml":"¨","Uuml":"Ü","uuml":"ü","Yacute":"Ý","yacute":"ý","yen":"¥","yuml":"ÿ"}
{"amp":"&","apos":"'","gt":">","lt":"<","quot":"\""}
{
"@charset": {
"syntax": "@charset \"<charset>\";",
"groups": [
"CSS Charsets"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@charset"
},
"@counter-style": {
"syntax": "@counter-style <counter-style-name> {\n [ system: <counter-system>; ] ||\n [ symbols: <counter-symbols>; ] ||\n [ additive-symbols: <additive-symbols>; ] ||\n [ negative: <negative-symbol>; ] ||\n [ prefix: <prefix>; ] ||\n [ suffix: <suffix>; ] ||\n [ range: <range>; ] ||\n [ pad: <padding>; ] ||\n [ speak-as: <speak-as>; ] ||\n [ fallback: <counter-style-name>; ]\n}",
"interfaces": [
"CSSCounterStyleRule"
],
"groups": [
"CSS Counter Styles"
],
"descriptors": {
"additive-symbols": {
"syntax": "[ <integer> && <symbol> ]#",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"fallback": {
"syntax": "<counter-style-name>",
"media": "all",
"initial": "decimal",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"negative": {
"syntax": "<symbol> <symbol>?",
"media": "all",
"initial": "\"-\" hyphen-minus",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"pad": {
"syntax": "<integer> && <symbol>",
"media": "all",
"initial": "0 \"\"",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"prefix": {
"syntax": "<symbol>",
"media": "all",
"initial": "\"\"",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"range": {
"syntax": "[ [ <integer> | infinite ]{2} ]# | auto",
"media": "all",
"initial": "auto",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"speak-as": {
"syntax": "auto | bullets | numbers | words | spell-out | <counter-style-name>",
"media": "all",
"initial": "auto",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"suffix": {
"syntax": "<symbol>",
"media": "all",
"initial": "\". \"",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"symbols": {
"syntax": "<symbol>+",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"system": {
"syntax": "cyclic | numeric | alphabetic | symbolic | additive | [ fixed <integer>? ] | [ extends <counter-style-name> ]",
"media": "all",
"initial": "symbolic",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
}
},
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style"
},
"@document": {
"syntax": "@document [ <url> | url-prefix(<string>) | domain(<string>) | media-document(<string>) | regexp(<string>) ]# {\n <group-rule-body>\n}",
"interfaces": [
"CSSGroupingRule",
"CSSConditionRule"
],
"groups": [
"CSS Conditional Rules"
],
"status": "nonstandard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@document"
},
"@font-face": {
"syntax": "@font-face {\n [ font-family: <family-name>; ] ||\n [ src: <src>; ] ||\n [ unicode-range: <unicode-range>; ] ||\n [ font-variant: <font-variant>; ] ||\n [ font-feature-settings: <font-feature-settings>; ] ||\n [ font-variation-settings: <font-variation-settings>; ] ||\n [ font-stretch: <font-stretch>; ] ||\n [ font-weight: <font-weight>; ] ||\n [ font-style: <font-style>; ]\n}",
"interfaces": [
"CSSFontFaceRule"
],
"groups": [
"CSS Fonts"
],
"descriptors": {
"font-display": {
"syntax": "[ auto | block | swap | fallback | optional ]",
"media": "visual",
"percentages": "no",
"initial": "auto",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental"
},
"font-family": {
"syntax": "<family-name>",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"font-feature-settings": {
"syntax": "normal | <feature-tag-value>#",
"media": "all",
"initial": "normal",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"font-variation-settings": {
"syntax": "normal | [ <string> <number> ]#",
"media": "all",
"initial": "normal",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"font-stretch": {
"syntax": "<font-stretch-absolute>{1,2}",
"media": "all",
"initial": "normal",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"font-style": {
"syntax": "normal | italic | oblique <angle>{0,2}",
"media": "all",
"initial": "normal",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"font-weight": {
"syntax": "<font-weight-absolute>{1,2}",
"media": "all",
"initial": "normal",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"font-variant": {
"syntax": "normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> || stylistic(<feature-value-name>) || historical-forms || styleset(<feature-value-name>#) || character-variant(<feature-value-name>#) || swash(<feature-value-name>) || ornaments(<feature-value-name>) || annotation(<feature-value-name>) || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero || <east-asian-variant-values> || <east-asian-width-values> || ruby ]",
"media": "all",
"initial": "normal",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"src": {
"syntax": "[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"unicode-range": {
"syntax": "<unicode-range>#",
"media": "all",
"initial": "U+0-10FFFF",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
}
},
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face"
},
"@font-feature-values": {
"syntax": "@font-feature-values <family-name># {\n <feature-value-block-list>\n}",
"interfaces": [
"CSSFontFeatureValuesRule"
],
"groups": [
"CSS Fonts"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values"
},
"@import": {
"syntax": "@import [ <string> | <url> ] [ <media-query-list> ]?;",
"groups": [
"Media Queries"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@import"
},
"@keyframes": {
"syntax": "@keyframes <keyframes-name> {\n <keyframe-block-list>\n}",
"interfaces": [
"CSSKeyframeRule",
"CSSKeyframesRule"
],
"groups": [
"CSS Animations"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@keyframes"
},
"@media": {
"syntax": "@media <media-query-list> {\n <group-rule-body>\n}",
"interfaces": [
"CSSGroupingRule",
"CSSConditionRule",
"CSSMediaRule",
"CSSCustomMediaRule"
],
"groups": [
"CSS Conditional Rules",
"Media Queries"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@media"
},
"@namespace": {
"syntax": "@namespace <namespace-prefix>? [ <string> | <url> ];",
"groups": [
"CSS Namespaces"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@namespace"
},
"@page": {
"syntax": "@page <page-selector-list> {\n <page-body>\n}",
"interfaces": [
"CSSPageRule"
],
"groups": [
"CSS Pages"
],
"descriptors": {
"bleed": {
"syntax": "auto | <length>",
"media": [
"visual",
"paged"
],
"initial": "auto",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"marks": {
"syntax": "none | [ crop || cross ]",
"media": [
"visual",
"paged"
],
"initial": "none",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"size": {
"syntax": "<length>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
"media": [
"visual",
"paged"
],
"initial": "auto",
"percentages": "no",
"computed": "asSpecifiedRelativeToAbsoluteLengths",
"order": "orderOfAppearance",
"status": "standard"
}
},
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page"
},
"@property": {
"syntax": "@property <custom-property-name> {\n <declaration-list>\n}",
"interfaces": [
"CSS",
"CSSPropertyRule"
],
"groups": [
"CSS Houdini"
],
"descriptors": {
"syntax": {
"syntax": "<string>",
"media": "all",
"percentages": "no",
"initial": "n/a (required)",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental"
},
"inherits": {
"syntax": "true | false",
"media": "all",
"percentages": "no",
"initial": "auto",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental"
},
"initial-value": {
"syntax": "<string>",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental"
}
},
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property"
},
"@supports": {
"syntax": "@supports <supports-condition> {\n <group-rule-body>\n}",
"interfaces": [
"CSSGroupingRule",
"CSSConditionRule",
"CSSSupportsRule"
],
"groups": [
"CSS Conditional Rules"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@supports"
},
"@viewport": {
"syntax": "@viewport {\n <group-rule-body>\n}",
"interfaces": [
"CSSViewportRule"
],
"groups": [
"CSS Device Adaptation"
],
"descriptors": {
"height": {
"syntax": "<viewport-length>{1,2}",
"media": [
"visual",
"continuous"
],
"initial": [
"min-height",
"max-height"
],
"percentages": [
"min-height",
"max-height"
],
"computed": [
"min-height",
"max-height"
],
"order": "orderOfAppearance",
"status": "standard"
},
"max-height": {
"syntax": "<viewport-length>",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "referToHeightOfInitialViewport",
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
"order": "uniqueOrder",
"status": "standard"
},
"max-width": {
"syntax": "<viewport-length>",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "referToWidthOfInitialViewport",
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
"order": "uniqueOrder",
"status": "standard"
},
"max-zoom": {
"syntax": "auto | <number> | <percentage>",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "the zoom factor itself",
"computed": "autoNonNegativeOrPercentage",
"order": "uniqueOrder",
"status": "standard"
},
"min-height": {
"syntax": "<viewport-length>",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "referToHeightOfInitialViewport",
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
"order": "uniqueOrder",
"status": "standard"
},
"min-width": {
"syntax": "<viewport-length>",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "referToWidthOfInitialViewport",
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
"order": "uniqueOrder",
"status": "standard"
},
"min-zoom": {
"syntax": "auto | <number> | <percentage>",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "the zoom factor itself",
"computed": "autoNonNegativeOrPercentage",
"order": "uniqueOrder",
"status": "standard"
},
"orientation": {
"syntax": "auto | portrait | landscape",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "referToSizeOfBoundingBox",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"user-zoom": {
"syntax": "zoom | fixed",
"media": [
"visual",
"continuous"
],
"initial": "zoom",
"percentages": "referToSizeOfBoundingBox",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"viewport-fit": {
"syntax": "auto | contain | cover",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"width": {
"syntax": "<viewport-length>{1,2}",
"media": [
"visual",
"continuous"
],
"initial": [
"min-width",
"max-width"
],
"percentages": [
"min-width",
"max-width"
],
"computed": [
"min-width",
"max-width"
],
"order": "orderOfAppearance",
"status": "standard"
},
"zoom": {
"syntax": "auto | <number> | <percentage>",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "the zoom factor itself",
"computed": "autoNonNegativeOrPercentage",
"order": "uniqueOrder",
"status": "standard"
}
},
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@viewport"
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"absolute-size": {
"syntax": "xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large"
},
"alpha-value": {
"syntax": "<number> | <percentage>"
},
"angle-percentage": {
"syntax": "<angle> | <percentage>"
},
"angular-color-hint": {
"syntax": "<angle-percentage>"
},
"angular-color-stop": {
"syntax": "<color> && <color-stop-angle>?"
},
"angular-color-stop-list": {
"syntax": "[ <angular-color-stop> [, <angular-color-hint>]? ]# , <angular-color-stop>"
},
"animateable-feature": {
"syntax": "scroll-position | contents | <custom-ident>"
},
"attachment": {
"syntax": "scroll | fixed | local"
},
"attr()": {
"syntax": "attr( <attr-name> <type-or-unit>? [, <attr-fallback> ]? )"
},
"attr-matcher": {
"syntax": "[ '~' | '|' | '^' | '$' | '*' ]? '='"
},
"attr-modifier": {
"syntax": "i | s"
},
"attribute-selector": {
"syntax": "'[' <wq-name> ']' | '[' <wq-name> <attr-matcher> [ <string-token> | <ident-token> ] <attr-modifier>? ']'"
},
"auto-repeat": {
"syntax": "repeat( [ auto-fill | auto-fit ] , [ <line-names>? <fixed-size> ]+ <line-names>? )"
},
"auto-track-list": {
"syntax": "[ <line-names>? [ <fixed-size> | <fixed-repeat> ] ]* <line-names>? <auto-repeat>\n[ <line-names>? [ <fixed-size> | <fixed-repeat> ] ]* <line-names>?"
},
"baseline-position": {
"syntax": "[ first | last ]? baseline"
},
"basic-shape": {
"syntax": "<inset()> | <circle()> | <ellipse()> | <polygon()> | <path()>"
},
"bg-image": {
"syntax": "none | <image>"
},
"bg-layer": {
"syntax": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>"
},
"bg-position": {
"syntax": "[ [ left | center | right | top | bottom | <length-percentage> ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ] | [ center | [ left | right ] <length-percentage>? ] && [ center | [ top | bottom ] <length-percentage>? ] ]"
},
"bg-size": {
"syntax": "[ <length-percentage> | auto ]{1,2} | cover | contain"
},
"blur()": {
"syntax": "blur( <length> )"
},
"blend-mode": {
"syntax": "normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity"
},
"box": {
"syntax": "border-box | padding-box | content-box"
},
"brightness()": {
"syntax": "brightness( <number-percentage> )"
},
"calc()": {
"syntax": "calc( <calc-sum> )"
},
"calc-sum": {
"syntax": "<calc-product> [ [ '+' | '-' ] <calc-product> ]*"
},
"calc-product": {
"syntax": "<calc-value> [ '*' <calc-value> | '/' <number> ]*"
},
"calc-value": {
"syntax": "<number> | <dimension> | <percentage> | ( <calc-sum> )"
},
"cf-final-image": {
"syntax": "<image> | <color>"
},
"cf-mixing-image": {
"syntax": "<percentage>? && <image>"
},
"circle()": {
"syntax": "circle( [ <shape-radius> ]? [ at <position> ]? )"
},
"clamp()": {
"syntax": "clamp( <calc-sum>#{3} )"
},
"class-selector": {
"syntax": "'.' <ident-token>"
},
"clip-source": {
"syntax": "<url>"
},
"color": {
"syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>"
},
"color-stop": {
"syntax": "<color-stop-length> | <color-stop-angle>"
},
"color-stop-angle": {
"syntax": "<angle-percentage>{1,2}"
},
"color-stop-length": {
"syntax": "<length-percentage>{1,2}"
},
"color-stop-list": {
"syntax": "[ <linear-color-stop> [, <linear-color-hint>]? ]# , <linear-color-stop>"
},
"combinator": {
"syntax": "'>' | '+' | '~' | [ '||' ]"
},
"common-lig-values": {
"syntax": "[ common-ligatures | no-common-ligatures ]"
},
"compat-auto": {
"syntax": "searchfield | textarea | push-button | slider-horizontal | checkbox | radio | square-button | menulist | listbox | meter | progress-bar | button"
},
"composite-style": {
"syntax": "clear | copy | source-over | source-in | source-out | source-atop | destination-over | destination-in | destination-out | destination-atop | xor"
},
"compositing-operator": {
"syntax": "add | subtract | intersect | exclude"
},
"compound-selector": {
"syntax": "[ <type-selector>? <subclass-selector>* [ <pseudo-element-selector> <pseudo-class-selector>* ]* ]!"
},
"compound-selector-list": {
"syntax": "<compound-selector>#"
},
"complex-selector": {
"syntax": "<compound-selector> [ <combinator>? <compound-selector> ]*"
},
"complex-selector-list": {
"syntax": "<complex-selector>#"
},
"conic-gradient()": {
"syntax": "conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"
},
"contextual-alt-values": {
"syntax": "[ contextual | no-contextual ]"
},
"content-distribution": {
"syntax": "space-between | space-around | space-evenly | stretch"
},
"content-list": {
"syntax": "[ <string> | contents | <image> | <quote> | <target> | <leader()> ]+"
},
"content-position": {
"syntax": "center | start | end | flex-start | flex-end"
},
"content-replacement": {
"syntax": "<image>"
},
"contrast()": {
"syntax": "contrast( [ <number-percentage> ] )"
},
"counter()": {
"syntax": "counter( <custom-ident>, <counter-style>? )"
},
"counter-style": {
"syntax": "<counter-style-name> | symbols()"
},
"counter-style-name": {
"syntax": "<custom-ident>"
},
"counters()": {
"syntax": "counters( <custom-ident>, <string>, <counter-style>? )"
},
"cross-fade()": {
"syntax": "cross-fade( <cf-mixing-image> , <cf-final-image>? )"
},
"cubic-bezier-timing-function": {
"syntax": "ease | ease-in | ease-out | ease-in-out | cubic-bezier(<number [0,1]>, <number>, <number [0,1]>, <number>)"
},
"deprecated-system-color": {
"syntax": "ActiveBorder | ActiveCaption | AppWorkspace | Background | ButtonFace | ButtonHighlight | ButtonShadow | ButtonText | CaptionText | GrayText | Highlight | HighlightText | InactiveBorder | InactiveCaption | InactiveCaptionText | InfoBackground | InfoText | Menu | MenuText | Scrollbar | ThreeDDarkShadow | ThreeDFace | ThreeDHighlight | ThreeDLightShadow | ThreeDShadow | Window | WindowFrame | WindowText"
},
"discretionary-lig-values": {
"syntax": "[ discretionary-ligatures | no-discretionary-ligatures ]"
},
"display-box": {
"syntax": "contents | none"
},
"display-inside": {
"syntax": "flow | flow-root | table | flex | grid | ruby"
},
"display-internal": {
"syntax": "table-row-group | table-header-group | table-footer-group | table-row | table-cell | table-column-group | table-column | table-caption | ruby-base | ruby-text | ruby-base-container | ruby-text-container"
},
"display-legacy": {
"syntax": "inline-block | inline-list-item | inline-table | inline-flex | inline-grid"
},
"display-listitem": {
"syntax": "<display-outside>? && [ flow | flow-root ]? && list-item"
},
"display-outside": {
"syntax": "block | inline | run-in"
},
"drop-shadow()": {
"syntax": "drop-shadow( <length>{2,3} <color>? )"
},
"east-asian-variant-values": {
"syntax": "[ jis78 | jis83 | jis90 | jis04 | simplified | traditional ]"
},
"east-asian-width-values": {
"syntax": "[ full-width | proportional-width ]"
},
"element()": {
"syntax": "element( <id-selector> )"
},
"ellipse()": {
"syntax": "ellipse( [ <shape-radius>{2} ]? [ at <position> ]? )"
},
"ending-shape": {
"syntax": "circle | ellipse"
},
"env()": {
"syntax": "env( <custom-ident> , <declaration-value>? )"
},
"explicit-track-list": {
"syntax": "[ <line-names>? <track-size> ]+ <line-names>?"
},
"family-name": {
"syntax": "<string> | <custom-ident>+"
},
"feature-tag-value": {
"syntax": "<string> [ <integer> | on | off ]?"
},
"feature-type": {
"syntax": "@stylistic | @historical-forms | @styleset | @character-variant | @swash | @ornaments | @annotation"
},
"feature-value-block": {
"syntax": "<feature-type> '{' <feature-value-declaration-list> '}'"
},
"feature-value-block-list": {
"syntax": "<feature-value-block>+"
},
"feature-value-declaration": {
"syntax": "<custom-ident>: <integer>+;"
},
"feature-value-declaration-list": {
"syntax": "<feature-value-declaration>"
},
"feature-value-name": {
"syntax": "<custom-ident>"
},
"fill-rule": {
"syntax": "nonzero | evenodd"
},
"filter-function": {
"syntax": "<blur()> | <brightness()> | <contrast()> | <drop-shadow()> | <grayscale()> | <hue-rotate()> | <invert()> | <opacity()> | <saturate()> | <sepia()>"
},
"filter-function-list": {
"syntax": "[ <filter-function> | <url> ]+"
},
"final-bg-layer": {
"syntax": "<'background-color'> || <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>"
},
"fit-content()": {
"syntax": "fit-content( [ <length> | <percentage> ] )"
},
"fixed-breadth": {
"syntax": "<length-percentage>"
},
"fixed-repeat": {
"syntax": "repeat( [ <positive-integer> ] , [ <line-names>? <fixed-size> ]+ <line-names>? )"
},
"fixed-size": {
"syntax": "<fixed-breadth> | minmax( <fixed-breadth> , <track-breadth> ) | minmax( <inflexible-breadth> , <fixed-breadth> )"
},
"font-stretch-absolute": {
"syntax": "normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded | <percentage>"
},
"font-variant-css21": {
"syntax": "[ normal | small-caps ]"
},
"font-weight-absolute": {
"syntax": "normal | bold | <number [1,1000]>"
},
"frequency-percentage": {
"syntax": "<frequency> | <percentage>"
},
"general-enclosed": {
"syntax": "[ <function-token> <any-value> ) ] | ( <ident> <any-value> )"
},
"generic-family": {
"syntax": "serif | sans-serif | cursive | fantasy | monospace"
},
"generic-name": {
"syntax": "serif | sans-serif | cursive | fantasy | monospace"
},
"geometry-box": {
"syntax": "<shape-box> | fill-box | stroke-box | view-box"
},
"gradient": {
"syntax": "<linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()> | <conic-gradient()>"
},
"grayscale()": {
"syntax": "grayscale( <number-percentage> )"
},
"grid-line": {
"syntax": "auto | <custom-ident> | [ <integer> && <custom-ident>? ] | [ span && [ <integer> || <custom-ident> ] ]"
},
"historical-lig-values": {
"syntax": "[ historical-ligatures | no-historical-ligatures ]"
},
"hsl()": {
"syntax": "hsl( <hue> <percentage> <percentage> [ / <alpha-value> ]? ) | hsl( <hue>, <percentage>, <percentage>, <alpha-value>? )"
},
"hsla()": {
"syntax": "hsla( <hue> <percentage> <percentage> [ / <alpha-value> ]? ) | hsla( <hue>, <percentage>, <percentage>, <alpha-value>? )"
},
"hue": {
"syntax": "<number> | <angle>"
},
"hue-rotate()": {
"syntax": "hue-rotate( <angle> )"
},
"id-selector": {
"syntax": "<hash-token>"
},
"image": {
"syntax": "<url> | <image()> | <image-set()> | <element()> | <paint()> | <cross-fade()> | <gradient>"
},
"image()": {
"syntax": "image( <image-tags>? [ <image-src>? , <color>? ]! )"
},
"image-set()": {
"syntax": "image-set( <image-set-option># )"
},
"image-set-option": {
"syntax": "[ <image> | <string> ] <resolution>"
},
"image-src": {
"syntax": "<url> | <string>"
},
"image-tags": {
"syntax": "ltr | rtl"
},
"inflexible-breadth": {
"syntax": "<length> | <percentage> | min-content | max-content | auto"
},
"inset()": {
"syntax": "inset( <length-percentage>{1,4} [ round <'border-radius'> ]? )"
},
"invert()": {
"syntax": "invert( <number-percentage> )"
},
"keyframes-name": {
"syntax": "<custom-ident> | <string>"
},
"keyframe-block": {
"syntax": "<keyframe-selector># {\n <declaration-list>\n}"
},
"keyframe-block-list": {
"syntax": "<keyframe-block>+"
},
"keyframe-selector": {
"syntax": "from | to | <percentage>"
},
"leader()": {
"syntax": "leader( <leader-type> )"
},
"leader-type": {
"syntax": "dotted | solid | space | <string>"
},
"length-percentage": {
"syntax": "<length> | <percentage>"
},
"line-names": {
"syntax": "'[' <custom-ident>* ']'"
},
"line-name-list": {
"syntax": "[ <line-names> | <name-repeat> ]+"
},
"line-style": {
"syntax": "none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset"
},
"line-width": {
"syntax": "<length> | thin | medium | thick"
},
"linear-color-hint": {
"syntax": "<length-percentage>"
},
"linear-color-stop": {
"syntax": "<color> <color-stop-length>?"
},
"linear-gradient()": {
"syntax": "linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"
},
"mask-layer": {
"syntax": "<mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || <geometry-box> || [ <geometry-box> | no-clip ] || <compositing-operator> || <masking-mode>"
},
"mask-position": {
"syntax": "[ <length-percentage> | left | center | right ] [ <length-percentage> | top | center | bottom ]?"
},
"mask-reference": {
"syntax": "none | <image> | <mask-source>"
},
"mask-source": {
"syntax": "<url>"
},
"masking-mode": {
"syntax": "alpha | luminance | match-source"
},
"matrix()": {
"syntax": "matrix( <number>#{6} )"
},
"matrix3d()": {
"syntax": "matrix3d( <number>#{16} )"
},
"max()": {
"syntax": "max( <calc-sum># )"
},
"media-and": {
"syntax": "<media-in-parens> [ and <media-in-parens> ]+"
},
"media-condition": {
"syntax": "<media-not> | <media-and> | <media-or> | <media-in-parens>"
},
"media-condition-without-or": {
"syntax": "<media-not> | <media-and> | <media-in-parens>"
},
"media-feature": {
"syntax": "( [ <mf-plain> | <mf-boolean> | <mf-range> ] )"
},
"media-in-parens": {
"syntax": "( <media-condition> ) | <media-feature> | <general-enclosed>"
},
"media-not": {
"syntax": "not <media-in-parens>"
},
"media-or": {
"syntax": "<media-in-parens> [ or <media-in-parens> ]+"
},
"media-query": {
"syntax": "<media-condition> | [ not | only ]? <media-type> [ and <media-condition-without-or> ]?"
},
"media-query-list": {
"syntax": "<media-query>#"
},
"media-type": {
"syntax": "<ident>"
},
"mf-boolean": {
"syntax": "<mf-name>"
},
"mf-name": {
"syntax": "<ident>"
},
"mf-plain": {
"syntax": "<mf-name> : <mf-value>"
},
"mf-range": {
"syntax": "<mf-name> [ '<' | '>' ]? '='? <mf-value>\n| <mf-value> [ '<' | '>' ]? '='? <mf-name>\n| <mf-value> '<' '='? <mf-name> '<' '='? <mf-value>\n| <mf-value> '>' '='? <mf-name> '>' '='? <mf-value>"
},
"mf-value": {
"syntax": "<number> | <dimension> | <ident> | <ratio>"
},
"min()": {
"syntax": "min( <calc-sum># )"
},
"minmax()": {
"syntax": "minmax( [ <length> | <percentage> | min-content | max-content | auto ] , [ <length> | <percentage> | <flex> | min-content | max-content | auto ] )"
},
"named-color": {
"syntax": "transparent | aliceblue | antiquewhite | aqua | aquamarine | azure | beige | bisque | black | blanchedalmond | blue | blueviolet | brown | burlywood | cadetblue | chartreuse | chocolate | coral | cornflowerblue | cornsilk | crimson | cyan | darkblue | darkcyan | darkgoldenrod | darkgray | darkgreen | darkgrey | darkkhaki | darkmagenta | darkolivegreen | darkorange | darkorchid | darkred | darksalmon | darkseagreen | darkslateblue | darkslategray | darkslategrey | darkturquoise | darkviolet | deeppink | deepskyblue | dimgray | dimgrey | dodgerblue | firebrick | floralwhite | forestgreen | fuchsia | gainsboro | ghostwhite | gold | goldenrod | gray | green | greenyellow | grey | honeydew | hotpink | indianred | indigo | ivory | khaki | lavender | lavenderblush | lawngreen | lemonchiffon | lightblue | lightcoral | lightcyan | lightgoldenrodyellow | lightgray | lightgreen | lightgrey | lightpink | lightsalmon | lightseagreen | lightskyblue | lightslategray | lightslategrey | lightsteelblue | lightyellow | lime | limegreen | linen | magenta | maroon | mediumaquamarine | mediumblue | mediumorchid | mediumpurple | mediumseagreen | mediumslateblue | mediumspringgreen | mediumturquoise | mediumvioletred | midnightblue | mintcream | mistyrose | moccasin | navajowhite | navy | oldlace | olive | olivedrab | orange | orangered | orchid | palegoldenrod | palegreen | paleturquoise | palevioletred | papayawhip | peachpuff | peru | pink | plum | powderblue | purple | rebeccapurple | red | rosybrown | royalblue | saddlebrown | salmon | sandybrown | seagreen | seashell | sienna | silver | skyblue | slateblue | slategray | slategrey | snow | springgreen | steelblue | tan | teal | thistle | tomato | turquoise | violet | wheat | white | whitesmoke | yellow | yellowgreen"
},
"namespace-prefix": {
"syntax": "<ident>"
},
"ns-prefix": {
"syntax": "[ <ident-token> | '*' ]? '|'"
},
"number-percentage": {
"syntax": "<number> | <percentage>"
},
"numeric-figure-values": {
"syntax": "[ lining-nums | oldstyle-nums ]"
},
"numeric-fraction-values": {
"syntax": "[ diagonal-fractions | stacked-fractions ]"
},
"numeric-spacing-values": {
"syntax": "[ proportional-nums | tabular-nums ]"
},
"nth": {
"syntax": "<an-plus-b> | even | odd"
},
"opacity()": {
"syntax": "opacity( [ <number-percentage> ] )"
},
"overflow-position": {
"syntax": "unsafe | safe"
},
"outline-radius": {
"syntax": "<length> | <percentage>"
},
"page-body": {
"syntax": "<declaration>? [ ; <page-body> ]? | <page-margin-box> <page-body>"
},
"page-margin-box": {
"syntax": "<page-margin-box-type> '{' <declaration-list> '}'"
},
"page-margin-box-type": {
"syntax": "@top-left-corner | @top-left | @top-center | @top-right | @top-right-corner | @bottom-left-corner | @bottom-left | @bottom-center | @bottom-right | @bottom-right-corner | @left-top | @left-middle | @left-bottom | @right-top | @right-middle | @right-bottom"
},
"page-selector-list": {
"syntax": "[ <page-selector># ]?"
},
"page-selector": {
"syntax": "<pseudo-page>+ | <ident> <pseudo-page>*"
},
"path()": {
"syntax": "path( [ <fill-rule>, ]? <string> )"
},
"paint()": {
"syntax": "paint( <ident>, <declaration-value>? )"
},
"perspective()": {
"syntax": "perspective( <length> )"
},
"polygon()": {
"syntax": "polygon( <fill-rule>? , [ <length-percentage> <length-percentage> ]# )"
},
"position": {
"syntax": "[ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]? | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ] ]"
},
"pseudo-class-selector": {
"syntax": "':' <ident-token> | ':' <function-token> <any-value> ')'"
},
"pseudo-element-selector": {
"syntax": "':' <pseudo-class-selector>"
},
"pseudo-page": {
"syntax": ": [ left | right | first | blank ]"
},
"quote": {
"syntax": "open-quote | close-quote | no-open-quote | no-close-quote"
},
"radial-gradient()": {
"syntax": "radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"
},
"relative-selector": {
"syntax": "<combinator>? <complex-selector>"
},
"relative-selector-list": {
"syntax": "<relative-selector>#"
},
"relative-size": {
"syntax": "larger | smaller"
},
"repeat-style": {
"syntax": "repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}"
},
"repeating-linear-gradient()": {
"syntax": "repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"
},
"repeating-radial-gradient()": {
"syntax": "repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"
},
"rgb()": {
"syntax": "rgb( <percentage>{3} [ / <alpha-value> ]? ) | rgb( <number>{3} [ / <alpha-value> ]? ) | rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )"
},
"rgba()": {
"syntax": "rgba( <percentage>{3} [ / <alpha-value> ]? ) | rgba( <number>{3} [ / <alpha-value> ]? ) | rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )"
},
"rotate()": {
"syntax": "rotate( [ <angle> | <zero> ] )"
},
"rotate3d()": {
"syntax": "rotate3d( <number> , <number> , <number> , [ <angle> | <zero> ] )"
},
"rotateX()": {
"syntax": "rotateX( [ <angle> | <zero> ] )"
},
"rotateY()": {
"syntax": "rotateY( [ <angle> | <zero> ] )"
},
"rotateZ()": {
"syntax": "rotateZ( [ <angle> | <zero> ] )"
},
"saturate()": {
"syntax": "saturate( <number-percentage> )"
},
"scale()": {
"syntax": "scale( <number> , <number>? )"
},
"scale3d()": {
"syntax": "scale3d( <number> , <number> , <number> )"
},
"scaleX()": {
"syntax": "scaleX( <number> )"
},
"scaleY()": {
"syntax": "scaleY( <number> )"
},
"scaleZ()": {
"syntax": "scaleZ( <number> )"
},
"self-position": {
"syntax": "center | start | end | self-start | self-end | flex-start | flex-end"
},
"shape-radius": {
"syntax": "<length-percentage> | closest-side | farthest-side"
},
"skew()": {
"syntax": "skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )"
},
"skewX()": {
"syntax": "skewX( [ <angle> | <zero> ] )"
},
"skewY()": {
"syntax": "skewY( [ <angle> | <zero> ] )"
},
"sepia()": {
"syntax": "sepia( <number-percentage> )"
},
"shadow": {
"syntax": "inset? && <length>{2,4} && <color>?"
},
"shadow-t": {
"syntax": "[ <length>{2,3} && <color>? ]"
},
"shape": {
"syntax": "rect(<top>, <right>, <bottom>, <left>)"
},
"shape-box": {
"syntax": "<box> | margin-box"
},
"side-or-corner": {
"syntax": "[ left | right ] || [ top | bottom ]"
},
"single-animation": {
"syntax": "<time> || <timing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]"
},
"single-animation-direction": {
"syntax": "normal | reverse | alternate | alternate-reverse"
},
"single-animation-fill-mode": {
"syntax": "none | forwards | backwards | both"
},
"single-animation-iteration-count": {
"syntax": "infinite | <number>"
},
"single-animation-play-state": {
"syntax": "running | paused"
},
"single-transition": {
"syntax": "[ none | <single-transition-property> ] || <time> || <timing-function> || <time>"
},
"single-transition-property": {
"syntax": "all | <custom-ident>"
},
"size": {
"syntax": "closest-side | farthest-side | closest-corner | farthest-corner | <length> | <length-percentage>{2}"
},
"step-position": {
"syntax": "jump-start | jump-end | jump-none | jump-both | start | end"
},
"step-timing-function": {
"syntax": "step-start | step-end | steps(<integer>[, <step-position>]?)"
},
"subclass-selector": {
"syntax": "<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"
},
"supports-condition": {
"syntax": "not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"
},
"supports-in-parens": {
"syntax": "( <supports-condition> ) | <supports-feature> | <general-enclosed>"
},
"supports-feature": {
"syntax": "<supports-decl> | <supports-selector-fn>"
},
"supports-decl": {
"syntax": "( <declaration> )"
},
"supports-selector-fn": {
"syntax": "selector( <complex-selector> )"
},
"symbol": {
"syntax": "<string> | <image> | <custom-ident>"
},
"target": {
"syntax": "<target-counter()> | <target-counters()> | <target-text()>"
},
"target-counter()": {
"syntax": "target-counter( [ <string> | <url> ] , <custom-ident> , <counter-style>? )"
},
"target-counters()": {
"syntax": "target-counters( [ <string> | <url> ] , <custom-ident> , <string> , <counter-style>? )"
},
"target-text()": {
"syntax": "target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )"
},
"time-percentage": {
"syntax": "<time> | <percentage>"
},
"timing-function": {
"syntax": "linear | <cubic-bezier-timing-function> | <step-timing-function>"
},
"track-breadth": {
"syntax": "<length-percentage> | <flex> | min-content | max-content | auto"
},
"track-list": {
"syntax": "[ <line-names>? [ <track-size> | <track-repeat> ] ]+ <line-names>?"
},
"track-repeat": {
"syntax": "repeat( [ <positive-integer> ] , [ <line-names>? <track-size> ]+ <line-names>? )"
},
"track-size": {
"syntax": "<track-breadth> | minmax( <inflexible-breadth> , <track-breadth> ) | fit-content( [ <length> | <percentage> ] )"
},
"transform-function": {
"syntax": "<matrix()> | <translate()> | <translateX()> | <translateY()> | <scale()> | <scaleX()> | <scaleY()> | <rotate()> | <skew()> | <skewX()> | <skewY()> | <matrix3d()> | <translate3d()> | <translateZ()> | <scale3d()> | <scaleZ()> | <rotate3d()> | <rotateX()> | <rotateY()> | <rotateZ()> | <perspective()>"
},
"transform-list": {
"syntax": "<transform-function>+"
},
"translate()": {
"syntax": "translate( <length-percentage> , <length-percentage>? )"
},
"translate3d()": {
"syntax": "translate3d( <length-percentage> , <length-percentage> , <length> )"
},
"translateX()": {
"syntax": "translateX( <length-percentage> )"
},
"translateY()": {
"syntax": "translateY( <length-percentage> )"
},
"translateZ()": {
"syntax": "translateZ( <length> )"
},
"type-or-unit": {
"syntax": "string | color | url | integer | number | length | angle | time | frequency | cap | ch | em | ex | ic | lh | rlh | rem | vb | vi | vw | vh | vmin | vmax | mm | Q | cm | in | pt | pc | px | deg | grad | rad | turn | ms | s | Hz | kHz | %"
},
"type-selector": {
"syntax": "<wq-name> | <ns-prefix>? '*'"
},
"var()": {
"syntax": "var( <custom-property-name> , <declaration-value>? )"
},
"viewport-length": {
"syntax": "auto | <length-percentage>"
},
"wq-name": {
"syntax": "<ns-prefix>? <ident-token>"
}
}
{
"stepforward": 58880,
"stepbackward": 58881,
"forward": 58882,
"banckward": 58883,
"caretright": 58884,
"caretleft": 58885,
"caretdown": 58886,
"caretup": 58887,
"rightcircle": 58888,
"leftcircle": 58889,
"upcircle": 58890,
"downcircle": 58891,
"rightcircleo": 58892,
"leftcircleo": 58893,
"upcircleo": 58894,
"downcircleo": 58895,
"verticleleft": 58896,
"verticleright": 58897,
"back": 58898,
"retweet": 58899,
"shrink": 58900,
"arrowsalt": 58901,
"doubleright": 58903,
"doubleleft": 58904,
"arrowdown": 58905,
"arrowup": 58906,
"arrowright": 58907,
"arrowleft": 58908,
"down": 58909,
"up": 58910,
"right": 58911,
"left": 58912,
"minussquareo": 58913,
"minuscircle": 58914,
"minuscircleo": 58915,
"minus": 58916,
"pluscircleo": 58917,
"pluscircle": 58918,
"plus": 58919,
"infocirlce": 58920,
"infocirlceo": 58921,
"info": 58922,
"exclamation": 58923,
"exclamationcircle": 58924,
"exclamationcircleo": 58925,
"closecircle": 58926,
"closecircleo": 58927,
"checkcircle": 58928,
"checkcircleo": 58929,
"check": 58930,
"close": 58931,
"customerservice": 58932,
"creditcard": 58933,
"codesquareo": 58934,
"book": 58935,
"barschart": 58936,
"bars": 58937,
"question": 58938,
"questioncircle": 58939,
"questioncircleo": 58940,
"pause": 58941,
"pausecircle": 58942,
"pausecircleo": 58943,
"clockcircle": 58944,
"clockcircleo": 58945,
"swap": 58946,
"swapleft": 58947,
"swapright": 58948,
"plussquareo": 58949,
"frown": 58950,
"menufold": 58968,
"mail": 58969,
"link": 58971,
"areachart": 58972,
"linechart": 58973,
"home": 58974,
"laptop": 58975,
"star": 58976,
"staro": 58977,
"filter": 58979,
"meho": 58982,
"meh": 58983,
"shoppingcart": 58984,
"save": 58985,
"user": 58986,
"videocamera": 58987,
"totop": 58988,
"team": 58989,
"sharealt": 58993,
"setting": 58994,
"picture": 58996,
"phone": 58997,
"paperclip": 58998,
"notification": 58999,
"menuunfold": 59001,
"inbox": 59002,
"lock": 59003,
"qrcode": 59004,
"tags": 59005,
"tagso": 59006,
"cloudo": 59007,
"cloud": 59008,
"cloudupload": 59009,
"clouddownload": 59010,
"clouddownloado": 59011,
"clouduploado": 59012,
"enviroment": 59013,
"enviromento": 59014,
"eye": 59015,
"eyeo": 59016,
"camera": 59017,
"camerao": 59018,
"windows": 59019,
"export2": 59024,
"export": 59025,
"circledowno": 59027,
"circledown": 59028,
"hdd": 59034,
"ie": 59035,
"delete": 59039,
"enter": 59040,
"pushpino": 59041,
"pushpin": 59042,
"heart": 59043,
"hearto": 59044,
"smile-circle": 59047,
"smileo": 59048,
"frowno": 59049,
"calculator": 59050,
"chrome": 59052,
"github": 59053,
"iconfontdesktop": 59060,
"caretcircleoup": 59061,
"upload": 59062,
"download": 59063,
"piechart": 59064,
"lock1": 59065,
"unlock": 59066,
"windowso": 59068,
"dotchart": 59069,
"barchart": 59070,
"codesquare": 59071,
"plussquare": 59072,
"minussquare": 59073,
"closesquare": 59074,
"closesquareo": 59075,
"checksquare": 59076,
"checksquareo": 59077,
"fastbackward": 59078,
"fastforward": 59079,
"upsquare": 59080,
"downsquare": 59081,
"leftsquare": 59082,
"rightsquare": 59083,
"rightsquareo": 59084,
"leftsquareo": 59085,
"down-square-o": 59086,
"up-square-o": 59087,
"play": 59088,
"playcircleo": 59089,
"tag": 59090,
"tago": 59091,
"addfile": 59664,
"folder1": 58978,
"file1": 58980,
"switcher": 59667,
"addfolder": 59668,
"folderopen": 59033,
"search1": 58992,
"ellipsis1": 58951,
"calendar": 59067,
"filetext1": 59032,
"copy1": 58952,
"jpgfile1": 59036,
"pdffile1": 59059,
"exclefile1": 59056,
"pptfile1": 59057,
"unknowfile1": 59055,
"wordfile1": 59058,
"dingding": 59683,
"dingding-o": 59685,
"mobile1": 59000,
"tablet1": 58990,
"bells": 58958,
"disconnect": 58959,
"database": 58960,
"barcode": 58962,
"hourglass": 58963,
"key": 58964,
"flag": 58965,
"layout": 58966,
"printer": 58995,
"USB": 59095,
"skin": 59096,
"tool": 59097,
"car": 59100,
"addusergroup": 59101,
"carryout": 59103,
"deleteuser": 59104,
"deleteusergroup": 59105,
"man": 59106,
"isv": 59107,
"gift": 59108,
"idcard": 59109,
"medicinebox": 59110,
"redenvelopes": 59111,
"rest": 59112,
"Safety": 59114,
"wallet": 59115,
"woman": 59116,
"adduser": 59117,
"bank": 59118,
"Trophy": 59119,
"loading1": 59054,
"loading2": 58957,
"like2": 59037,
"dislike2": 59038,
"like1": 58956,
"dislike1": 58955,
"bulb1": 58953,
"rocket1": 59663,
"select1": 58954,
"apple1": 59020,
"apple-o": 59092,
"android1": 59704,
"android": 59021,
"aliwangwang-o1": 59023,
"aliwangwang": 59022,
"pay-circle1": 59045,
"pay-circle-o1": 59046,
"poweroff": 59093,
"trademark": 58961,
"find": 59099,
"copyright": 59102,
"sound": 59113,
"earth": 59121,
"wifi": 59094,
"sync": 59098,
"login": 58967,
"logout": 58970,
"reload1": 58902,
"message1": 59051,
"shake": 59727,
"API": 59729,
"appstore-o": 59029,
"appstore1": 59030,
"scan1": 59031,
"exception1": 58981,
"contacts": 59120,
"solution1": 58991,
"fork": 59122,
"edit": 59026,
"form": 59798,
"warning": 59799,
"table": 59800,
"profile": 59801,
"dashboard": 59802,
"indent-left": 59814,
"indent-right": 59815,
"menu-unfold": 59820,
"menu-fold": 59821,
"antdesign": 59826,
"alipay-square": 59827,
"codepen-circle": 59828,
"google": 59829,
"amazon": 59830,
"codepen": 59831,
"facebook-square": 59832,
"dropbox": 59833,
"googleplus": 59834,
"linkedin-square": 59835,
"medium-monogram": 59836,
"gitlab": 59837,
"medium-wordmark": 59838,
"QQ": 59839,
"skype": 59840,
"taobao-square": 59841,
"alipay-circle": 59842,
"youtube": 59843,
"wechat": 59844,
"twitter": 59845,
"weibo": 59846,
"HTML": 59847,
"taobao-circle": 59123,
"weibo-circle": 59124,
"weibo-square": 59125,
"CodeSandbox": 59860,
"aliyun": 59892,
"zhihu": 59139,
"behance": 59143,
"dribbble": 59145,
"dribbble-square": 59146,
"behance-square": 59144,
"file-markdown": 59140,
"instagram": 59147,
"yuque": 59148,
"slack": 59141,
"slack-square": 59142
}
\ No newline at end of file
{
"500px": 61696,
"500px-with-circle": 61697,
"add-to-list": 61698,
"add-user": 61699,
"address": 61700,
"adjust": 61701,
"air": 61702,
"aircraft": 61703,
"aircraft-landing": 61704,
"aircraft-take-off": 61705,
"align-bottom": 61706,
"align-horizontal-middle": 61707,
"align-left": 61708,
"align-right": 61709,
"align-top": 61710,
"align-vertical-middle": 61711,
"app-store": 61712,
"archive": 61713,
"area-graph": 61714,
"arrow-bold-down": 61715,
"arrow-bold-left": 61716,
"arrow-bold-right": 61717,
"arrow-bold-up": 61718,
"arrow-down": 61719,
"arrow-left": 61720,
"arrow-long-down": 61721,
"arrow-long-left": 61722,
"arrow-long-right": 61723,
"arrow-long-up": 61724,
"arrow-right": 61725,
"arrow-up": 61726,
"arrow-with-circle-down": 61727,
"arrow-with-circle-left": 61728,
"arrow-with-circle-right": 61729,
"arrow-with-circle-up": 61730,
"attachment": 61731,
"awareness-ribbon": 61732,
"back": 61733,
"back-in-time": 61734,
"baidu": 61735,
"bar-graph": 61736,
"basecamp": 61737,
"battery": 61738,
"beamed-note": 61739,
"behance": 61740,
"bell": 61741,
"blackboard": 61742,
"block": 61743,
"book": 61744,
"bookmark": 61745,
"bookmarks": 61746,
"bowl": 61747,
"box": 61748,
"briefcase": 61749,
"browser": 61750,
"brush": 61751,
"bucket": 61752,
"bug": 61753,
"cake": 61754,
"calculator": 61755,
"calendar": 61756,
"camera": 61757,
"ccw": 61758,
"chat": 61759,
"check": 61760,
"chevron-down": 61761,
"chevron-left": 61762,
"chevron-right": 61763,
"chevron-small-down": 61764,
"chevron-small-left": 61765,
"chevron-small-right": 61766,
"chevron-small-up": 61767,
"chevron-thin-down": 61768,
"chevron-thin-left": 61769,
"chevron-thin-right": 61770,
"chevron-thin-up": 61771,
"chevron-up": 61772,
"chevron-with-circle-down": 61773,
"chevron-with-circle-left": 61774,
"chevron-with-circle-right": 61775,
"chevron-with-circle-up": 61776,
"circle": 61777,
"circle-with-cross": 61778,
"circle-with-minus": 61779,
"circle-with-plus": 61780,
"circular-graph": 61781,
"clapperboard": 61782,
"classic-computer": 61783,
"clipboard": 61784,
"clock": 61785,
"cloud": 61786,
"code": 61787,
"cog": 61788,
"colours": 61789,
"compass": 61790,
"controller-fast-backward": 61791,
"controller-fast-forward": 61792,
"controller-jump-to-start": 61793,
"controller-next": 61794,
"controller-paus": 61795,
"controller-play": 61796,
"controller-record": 61797,
"controller-stop": 61798,
"controller-volume": 61799,
"copy": 61800,
"creative-cloud": 61801,
"creative-commons": 61802,
"creative-commons-attribution": 61803,
"creative-commons-noderivs": 61804,
"creative-commons-noncommercial-eu": 61805,
"creative-commons-noncommercial-us": 61806,
"creative-commons-public-domain": 61807,
"creative-commons-remix": 61808,
"creative-commons-share": 61809,
"creative-commons-sharealike": 61810,
"credit": 61811,
"credit-card": 61812,
"crop": 61813,
"cross": 61814,
"cup": 61815,
"cw": 61816,
"cycle": 61817,
"database": 61818,
"dial-pad": 61819,
"direction": 61820,
"document": 61821,
"document-landscape": 61822,
"documents": 61823,
"dot-single": 61824,
"dots-three-horizontal": 61825,
"dots-three-vertical": 61826,
"dots-two-horizontal": 61827,
"dots-two-vertical": 61828,
"download": 61829,
"dribbble": 61830,
"dribbble-with-circle": 61831,
"drink": 61832,
"drive": 61833,
"drop": 61834,
"dropbox": 61835,
"edit": 61836,
"email": 61837,
"emoji-flirt": 61838,
"emoji-happy": 61839,
"emoji-neutral": 61840,
"emoji-sad": 61841,
"erase": 61842,
"eraser": 61843,
"evernote": 61844,
"export": 61845,
"eye": 61846,
"eye-with-line": 61847,
"facebook": 61848,
"facebook-with-circle": 61849,
"feather": 61850,
"fingerprint": 61851,
"flag": 61852,
"flash": 61853,
"flashlight": 61854,
"flat-brush": 61855,
"flattr": 61856,
"flickr": 61857,
"flickr-with-circle": 61858,
"flow-branch": 61859,
"flow-cascade": 61860,
"flow-line": 61861,
"flow-parallel": 61862,
"flow-tree": 61863,
"flower": 61864,
"folder": 61865,
"folder-images": 61866,
"folder-music": 61867,
"folder-video": 61868,
"forward": 61869,
"foursquare": 61870,
"funnel": 61871,
"game-controller": 61872,
"gauge": 61873,
"github": 61874,
"github-with-circle": 61875,
"globe": 61876,
"google-": 61877,
"google--with-circle": 61878,
"google-drive": 61879,
"google-hangouts": 61880,
"google-play": 61881,
"graduation-cap": 61882,
"grid": 61883,
"grooveshark": 61884,
"hair-cross": 61885,
"hand": 61886,
"heart": 61887,
"heart-outlined": 61888,
"help": 61889,
"help-with-circle": 61890,
"home": 61891,
"hour-glass": 61892,
"houzz": 61893,
"icloud": 61894,
"image": 61895,
"image-inverted": 61896,
"images": 61897,
"inbox": 61898,
"infinity": 61899,
"info": 61900,
"info-with-circle": 61901,
"instagram": 61902,
"instagram-with-circle": 61903,
"install": 61904,
"key": 61905,
"keyboard": 61906,
"lab-flask": 61907,
"landline": 61908,
"language": 61909,
"laptop": 61910,
"lastfm": 61911,
"lastfm-with-circle": 61912,
"layers": 61913,
"leaf": 61914,
"level-down": 61915,
"level-up": 61916,
"lifebuoy": 61917,
"light-bulb": 61918,
"light-down": 61919,
"light-up": 61920,
"line-graph": 61921,
"link": 61922,
"linkedin": 61923,
"linkedin-with-circle": 61924,
"list": 61925,
"location": 61926,
"location-pin": 61927,
"lock": 61928,
"lock-open": 61929,
"log-out": 61930,
"login": 61931,
"loop": 61932,
"magnet": 61933,
"magnifying-glass": 61934,
"mail": 61935,
"mail-with-circle": 61936,
"man": 61937,
"map": 61938,
"mask": 61939,
"medal": 61940,
"medium": 61941,
"medium-with-circle": 61942,
"megaphone": 61943,
"menu": 61944,
"merge": 61945,
"message": 61946,
"mic": 61947,
"minus": 61948,
"mixi": 61949,
"mobile": 61950,
"modern-mic": 61951,
"moon": 61952,
"mouse": 61953,
"mouse-pointer": 61954,
"music": 61955,
"network": 61956,
"new": 61957,
"new-message": 61958,
"news": 61959,
"newsletter": 61960,
"note": 61961,
"notification": 61962,
"notifications-off": 61963,
"old-mobile": 61964,
"old-phone": 61965,
"onedrive": 61966,
"open-book": 61967,
"palette": 61968,
"paper-plane": 61969,
"paypal": 61970,
"pencil": 61971,
"phone": 61972,
"picasa": 61973,
"pie-chart": 61974,
"pin": 61975,
"pinterest": 61976,
"pinterest-with-circle": 61977,
"plus": 61978,
"popup": 61979,
"power-plug": 61980,
"price-ribbon": 61981,
"price-tag": 61982,
"print": 61983,
"progress-empty": 61984,
"progress-full": 61985,
"progress-one": 61986,
"progress-two": 61987,
"publish": 61988,
"qq": 61989,
"qq-with-circle": 61990,
"quote": 61991,
"radio": 61992,
"raft": 61993,
"raft-with-circle": 61994,
"rainbow": 61995,
"rdio": 61996,
"rdio-with-circle": 61997,
"remove-user": 61998,
"renren": 61999,
"reply": 62000,
"reply-all": 62001,
"resize-100-": 62002,
"resize-full-screen": 62003,
"retweet": 62004,
"rocket": 62005,
"round-brush": 62006,
"rss": 62007,
"ruler": 62008,
"save": 62009,
"scissors": 62010,
"scribd": 62011,
"select-arrows": 62012,
"share": 62013,
"share-alternative": 62014,
"shareable": 62015,
"shield": 62016,
"shop": 62017,
"shopping-bag": 62018,
"shopping-basket": 62019,
"shopping-cart": 62020,
"shuffle": 62021,
"signal": 62022,
"sina-weibo": 62023,
"skype": 62024,
"skype-with-circle": 62025,
"slideshare": 62026,
"smashing": 62027,
"sound": 62028,
"sound-mix": 62029,
"sound-mute": 62030,
"soundcloud": 62031,
"sports-club": 62032,
"spotify": 62033,
"spotify-with-circle": 62034,
"spreadsheet": 62035,
"squared-cross": 62036,
"squared-minus": 62037,
"squared-plus": 62038,
"star": 62039,
"star-outlined": 62040,
"stopwatch": 62041,
"stumbleupon": 62042,
"stumbleupon-with-circle": 62043,
"suitcase": 62044,
"swap": 62045,
"swarm": 62046,
"sweden": 62047,
"switch": 62048,
"tablet": 62049,
"tablet-mobile-combo": 62050,
"tag": 62051,
"text": 62052,
"text-document": 62053,
"text-document-inverted": 62054,
"thermometer": 62055,
"thumbs-down": 62056,
"thumbs-up": 62057,
"thunder-cloud": 62058,
"ticket": 62059,
"time-slot": 62060,
"tools": 62061,
"traffic-cone": 62062,
"trash": 62063,
"tree": 62064,
"triangle-down": 62065,
"triangle-left": 62066,
"triangle-right": 62067,
"triangle-up": 62068,
"tripadvisor": 62069,
"trophy": 62070,
"tumblr": 62071,
"tumblr-with-circle": 62072,
"tv": 62073,
"twitter": 62074,
"twitter-with-circle": 62075,
"typing": 62076,
"uninstall": 62077,
"unread": 62078,
"untag": 62079,
"upload": 62080,
"upload-to-cloud": 62081,
"user": 62082,
"users": 62083,
"v-card": 62084,
"video": 62085,
"video-camera": 62086,
"vimeo": 62087,
"vimeo-with-circle": 62088,
"vine": 62089,
"vine-with-circle": 62090,
"vinyl": 62091,
"vk": 62092,
"vk-alternitive": 62093,
"vk-with-circle": 62094,
"voicemail": 62095,
"wallet": 62096,
"warning": 62097,
"water": 62098,
"windows-store": 62099,
"xing": 62100,
"xing-with-circle": 62101,
"yelp": 62102,
"youko": 62103,
"youko-with-circle": 62104,
"youtube": 62105,
"youtube-with-circle": 62106
}
\ No newline at end of file
{
"archive": 61696,
"arrow-down": 61697,
"arrow-left": 61698,
"arrow-right": 61699,
"arrow-up": 61700,
"bell": 61701,
"calendar": 61702,
"camera": 61703,
"cart": 61704,
"chart": 61705,
"check": 61706,
"chevron-down": 61707,
"chevron-left": 61708,
"chevron-right": 61709,
"chevron-up": 61710,
"clock": 61711,
"close": 61712,
"close-o": 61713,
"comment": 61714,
"credit-card": 61715,
"envelope": 61716,
"exclamation": 61717,
"external-link": 61718,
"eye": 61719,
"gear": 61720,
"heart": 61721,
"image": 61722,
"like": 61723,
"link": 61724,
"location": 61725,
"lock": 61726,
"minus": 61727,
"navicon": 61728,
"paperclip": 61729,
"pencil": 61730,
"play": 61731,
"plus": 61732,
"pointer": 61733,
"question": 61734,
"redo": 61735,
"refresh": 61736,
"retweet": 61737,
"sc-facebook": 61738,
"sc-github": 61739,
"sc-google-plus": 61740,
"sc-instagram": 61741,
"sc-linkedin": 61742,
"sc-odnoklassniki": 61743,
"sc-pinterest": 61744,
"sc-skype": 61745,
"sc-soundcloud": 61746,
"sc-telegram": 61747,
"sc-tumblr": 61748,
"sc-twitter": 61749,
"sc-vimeo": 61750,
"sc-vk": 61751,
"sc-youtube": 61752,
"search": 61753,
"share-apple": 61754,
"share-google": 61755,
"spinner": 61756,
"spinner-2": 61757,
"spinner-3": 61758,
"star": 61759,
"tag": 61760,
"trash": 61761,
"trophy": 61762,
"undo": 61763,
"unlock": 61764,
"user": 61765
}
\ No newline at end of file
{
"activity": 61696,
"airplay": 61697,
"alert-circle": 61698,
"alert-octagon": 61699,
"alert-triangle": 61700,
"align-center": 61701,
"align-justify": 61702,
"align-left": 61703,
"align-right": 61704,
"anchor": 61705,
"aperture": 61706,
"archive": 61707,
"arrow-down": 61708,
"arrow-down-circle": 61709,
"arrow-down-left": 61710,
"arrow-down-right": 61711,
"arrow-left": 61712,
"arrow-left-circle": 61713,
"arrow-right": 61714,
"arrow-right-circle": 61715,
"arrow-up": 61716,
"arrow-up-circle": 61717,
"arrow-up-left": 61718,
"arrow-up-right": 61719,
"at-sign": 61720,
"award": 61721,
"bar-chart": 61722,
"bar-chart-2": 61723,
"battery": 61724,
"battery-charging": 61725,
"bell": 61726,
"bell-off": 61727,
"bluetooth": 61728,
"bold": 61729,
"book": 61730,
"book-open": 61731,
"bookmark": 61732,
"box": 61733,
"briefcase": 61734,
"calendar": 61735,
"camera": 61736,
"camera-off": 61737,
"cast": 61738,
"check": 61739,
"check-circle": 61740,
"check-square": 61741,
"chevron-down": 61742,
"chevron-left": 61743,
"chevron-right": 61744,
"chevron-up": 61745,
"chevrons-down": 61746,
"chevrons-left": 61747,
"chevrons-right": 61748,
"chevrons-up": 61749,
"chrome": 61750,
"circle": 61751,
"clipboard": 61752,
"clock": 61753,
"cloud": 61754,
"cloud-drizzle": 61755,
"cloud-lightning": 61756,
"cloud-off": 61757,
"cloud-rain": 61758,
"cloud-snow": 61759,
"code": 61760,
"codepen": 61761,
"codesandbox": 61762,
"coffee": 61763,
"columns": 61764,
"command": 61765,
"compass": 61766,
"copy": 61767,
"corner-down-left": 61768,
"corner-down-right": 61769,
"corner-left-down": 61770,
"corner-left-up": 61771,
"corner-right-down": 61772,
"corner-right-up": 61773,
"corner-up-left": 61774,
"corner-up-right": 61775,
"cpu": 61776,
"credit-card": 61777,
"crop": 61778,
"crosshair": 61779,
"database": 61780,
"delete": 61781,
"disc": 61782,
"divide": 61783,
"divide-circle": 61784,
"divide-square": 61785,
"dollar-sign": 61786,
"download": 61787,
"download-cloud": 61788,
"dribbble": 61789,
"droplet": 61790,
"edit": 61791,
"edit-2": 61792,
"edit-3": 61793,
"external-link": 61794,
"eye": 61795,
"eye-off": 61796,
"facebook": 61797,
"fast-forward": 61798,
"feather": 61799,
"figma": 61800,
"file": 61801,
"file-minus": 61802,
"file-plus": 61803,
"file-text": 61804,
"film": 61805,
"filter": 61806,
"flag": 61807,
"folder": 61808,
"folder-minus": 61809,
"folder-plus": 61810,
"framer": 61811,
"frown": 61812,
"gift": 61813,
"git-branch": 61814,
"git-commit": 61815,
"git-merge": 61816,
"git-pull-request": 61817,
"github": 61818,
"gitlab": 61819,
"globe": 61820,
"grid": 61821,
"hard-drive": 61822,
"hash": 61823,
"headphones": 61824,
"heart": 61825,
"help-circle": 61826,
"hexagon": 61827,
"home": 61828,
"image": 61829,
"inbox": 61830,
"info": 61831,
"instagram": 61832,
"italic": 61833,
"key": 61834,
"layers": 61835,
"layout": 61836,
"life-buoy": 61837,
"link": 61838,
"link-2": 61839,
"linkedin": 61840,
"list": 61841,
"loader": 61842,
"lock": 61843,
"log-in": 61844,
"log-out": 61845,
"mail": 61846,
"map": 61847,
"map-pin": 61848,
"maximize": 61849,
"maximize-2": 61850,
"meh": 61851,
"menu": 61852,
"message-circle": 61853,
"message-square": 61854,
"mic": 61855,
"mic-off": 61856,
"minimize": 61857,
"minimize-2": 61858,
"minus": 61859,
"minus-circle": 61860,
"minus-square": 61861,
"monitor": 61862,
"moon": 61863,
"more-horizontal": 61864,
"more-vertical": 61865,
"mouse-pointer": 61866,
"move": 61867,
"music": 61868,
"navigation": 61869,
"navigation-2": 61870,
"octagon": 61871,
"package": 61872,
"paperclip": 61873,
"pause": 61874,
"pause-circle": 61875,
"pen-tool": 61876,
"percent": 61877,
"phone": 61878,
"phone-call": 61879,
"phone-forwarded": 61880,
"phone-incoming": 61881,
"phone-missed": 61882,
"phone-off": 61883,
"phone-outgoing": 61884,
"pie-chart": 61885,
"play": 61886,
"play-circle": 61887,
"plus": 61888,
"plus-circle": 61889,
"plus-square": 61890,
"pocket": 61891,
"power": 61892,
"printer": 61893,
"radio": 61894,
"refresh-ccw": 61895,
"refresh-cw": 61896,
"repeat": 61897,
"rewind": 61898,
"rotate-ccw": 61899,
"rotate-cw": 61900,
"rss": 61901,
"save": 61902,
"scissors": 61903,
"search": 61904,
"send": 61905,
"server": 61906,
"settings": 61907,
"share": 61908,
"share-2": 61909,
"shield": 61910,
"shield-off": 61911,
"shopping-bag": 61912,
"shopping-cart": 61913,
"shuffle": 61914,
"sidebar": 61915,
"skip-back": 61916,
"skip-forward": 61917,
"slack": 61918,
"slash": 61919,
"sliders": 61920,
"smartphone": 61921,
"smile": 61922,
"speaker": 61923,
"square": 61924,
"star": 61925,
"stop-circle": 61926,
"sun": 61927,
"sunrise": 61928,
"sunset": 61929,
"tablet": 61930,
"tag": 61931,
"target": 61932,
"terminal": 61933,
"thermometer": 61934,
"thumbs-down": 61935,
"thumbs-up": 61936,
"toggle-left": 61937,
"toggle-right": 61938,
"tool": 61939,
"trash": 61940,
"trash-2": 61941,
"trello": 61942,
"trending-down": 61943,
"trending-up": 61944,
"triangle": 61945,
"truck": 61946,
"tv": 61947,
"twitch": 61948,
"twitter": 61949,
"type": 61950,
"umbrella": 61951,
"underline": 61952,
"unlock": 61953,
"upload": 61954,
"upload-cloud": 61955,
"user": 61956,
"user-check": 61957,
"user-minus": 61958,
"user-plus": 61959,
"user-x": 61960,
"users": 61961,
"video": 61962,
"video-off": 61963,
"voicemail": 61964,
"volume": 61965,
"volume-1": 61966,
"volume-2": 61967,
"volume-x": 61968,
"watch": 61969,
"wifi": 61970,
"wifi-off": 61971,
"wind": 61972,
"x": 61973,
"x-circle": 61974,
"x-octagon": 61975,
"x-square": 61976,
"youtube": 61977,
"zap": 61978,
"zap-off": 61979,
"zoom-in": 61980,
"zoom-out": 61981
}
\ No newline at end of file
{
"glass": 61440,
"music": 61441,
"search": 61442,
"envelope-o": 61443,
"heart": 61444,
"star": 61445,
"star-o": 61446,
"user": 61447,
"film": 61448,
"th-large": 61449,
"th": 61450,
"th-list": 61451,
"check": 61452,
"remove": 61453,
"close": 61453,
"times": 61453,
"search-plus": 61454,
"search-minus": 61456,
"power-off": 61457,
"signal": 61458,
"gear": 61459,
"cog": 61459,
"trash-o": 61460,
"home": 61461,
"file-o": 61462,
"clock-o": 61463,
"road": 61464,
"download": 61465,
"arrow-circle-o-down": 61466,
"arrow-circle-o-up": 61467,
"inbox": 61468,
"play-circle-o": 61469,
"rotate-right": 61470,
"repeat": 61470,
"refresh": 61473,
"list-alt": 61474,
"lock": 61475,
"flag": 61476,
"headphones": 61477,
"volume-off": 61478,
"volume-down": 61479,
"volume-up": 61480,
"qrcode": 61481,
"barcode": 61482,
"tag": 61483,
"tags": 61484,
"book": 61485,
"bookmark": 61486,
"print": 61487,
"camera": 61488,
"font": 61489,
"bold": 61490,
"italic": 61491,
"text-height": 61492,
"text-width": 61493,
"align-left": 61494,
"align-center": 61495,
"align-right": 61496,
"align-justify": 61497,
"list": 61498,
"dedent": 61499,
"outdent": 61499,
"indent": 61500,
"video-camera": 61501,
"photo": 61502,
"image": 61502,
"picture-o": 61502,
"pencil": 61504,
"map-marker": 61505,
"adjust": 61506,
"tint": 61507,
"edit": 61508,
"pencil-square-o": 61508,
"share-square-o": 61509,
"check-square-o": 61510,
"arrows": 61511,
"step-backward": 61512,
"fast-backward": 61513,
"backward": 61514,
"play": 61515,
"pause": 61516,
"stop": 61517,
"forward": 61518,
"fast-forward": 61520,
"step-forward": 61521,
"eject": 61522,
"chevron-left": 61523,
"chevron-right": 61524,
"plus-circle": 61525,
"minus-circle": 61526,
"times-circle": 61527,
"check-circle": 61528,
"question-circle": 61529,
"info-circle": 61530,
"crosshairs": 61531,
"times-circle-o": 61532,
"check-circle-o": 61533,
"ban": 61534,
"arrow-left": 61536,
"arrow-right": 61537,
"arrow-up": 61538,
"arrow-down": 61539,
"mail-forward": 61540,
"share": 61540,
"expand": 61541,
"compress": 61542,
"plus": 61543,
"minus": 61544,
"asterisk": 61545,
"exclamation-circle": 61546,
"gift": 61547,
"leaf": 61548,
"fire": 61549,
"eye": 61550,
"eye-slash": 61552,
"warning": 61553,
"exclamation-triangle": 61553,
"plane": 61554,
"calendar": 61555,
"random": 61556,
"comment": 61557,
"magnet": 61558,
"chevron-up": 61559,
"chevron-down": 61560,
"retweet": 61561,
"shopping-cart": 61562,
"folder": 61563,
"folder-open": 61564,
"arrows-v": 61565,
"arrows-h": 61566,
"bar-chart-o": 61568,
"bar-chart": 61568,
"twitter-square": 61569,
"facebook-square": 61570,
"camera-retro": 61571,
"key": 61572,
"gears": 61573,
"cogs": 61573,
"comments": 61574,
"thumbs-o-up": 61575,
"thumbs-o-down": 61576,
"star-half": 61577,
"heart-o": 61578,
"sign-out": 61579,
"linkedin-square": 61580,
"thumb-tack": 61581,
"external-link": 61582,
"sign-in": 61584,
"trophy": 61585,
"github-square": 61586,
"upload": 61587,
"lemon-o": 61588,
"phone": 61589,
"square-o": 61590,
"bookmark-o": 61591,
"phone-square": 61592,
"twitter": 61593,
"facebook-f": 61594,
"facebook": 61594,
"github": 61595,
"unlock": 61596,
"credit-card": 61597,
"feed": 61598,
"rss": 61598,
"hdd-o": 61600,
"bullhorn": 61601,
"bell": 61683,
"certificate": 61603,
"hand-o-right": 61604,
"hand-o-left": 61605,
"hand-o-up": 61606,
"hand-o-down": 61607,
"arrow-circle-left": 61608,
"arrow-circle-right": 61609,
"arrow-circle-up": 61610,
"arrow-circle-down": 61611,
"globe": 61612,
"wrench": 61613,
"tasks": 61614,
"filter": 61616,
"briefcase": 61617,
"arrows-alt": 61618,
"group": 61632,
"users": 61632,
"chain": 61633,
"link": 61633,
"cloud": 61634,
"flask": 61635,
"cut": 61636,
"scissors": 61636,
"copy": 61637,
"files-o": 61637,
"paperclip": 61638,
"save": 61639,
"floppy-o": 61639,
"square": 61640,
"navicon": 61641,
"reorder": 61641,
"bars": 61641,
"list-ul": 61642,
"list-ol": 61643,
"strikethrough": 61644,
"underline": 61645,
"table": 61646,
"magic": 61648,
"truck": 61649,
"pinterest": 61650,
"pinterest-square": 61651,
"google-plus-square": 61652,
"google-plus": 61653,
"money": 61654,
"caret-down": 61655,
"caret-up": 61656,
"caret-left": 61657,
"caret-right": 61658,
"columns": 61659,
"unsorted": 61660,
"sort": 61660,
"sort-down": 61661,
"sort-desc": 61661,
"sort-up": 61662,
"sort-asc": 61662,
"envelope": 61664,
"linkedin": 61665,
"rotate-left": 61666,
"undo": 61666,
"legal": 61667,
"gavel": 61667,
"dashboard": 61668,
"tachometer": 61668,
"comment-o": 61669,
"comments-o": 61670,
"flash": 61671,
"bolt": 61671,
"sitemap": 61672,
"umbrella": 61673,
"paste": 61674,
"clipboard": 61674,
"lightbulb-o": 61675,
"exchange": 61676,
"cloud-download": 61677,
"cloud-upload": 61678,
"user-md": 61680,
"stethoscope": 61681,
"suitcase": 61682,
"bell-o": 61602,
"coffee": 61684,
"cutlery": 61685,
"file-text-o": 61686,
"building-o": 61687,
"hospital-o": 61688,
"ambulance": 61689,
"medkit": 61690,
"fighter-jet": 61691,
"beer": 61692,
"h-square": 61693,
"plus-square": 61694,
"angle-double-left": 61696,
"angle-double-right": 61697,
"angle-double-up": 61698,
"angle-double-down": 61699,
"angle-left": 61700,
"angle-right": 61701,
"angle-up": 61702,
"angle-down": 61703,
"desktop": 61704,
"laptop": 61705,
"tablet": 61706,
"mobile-phone": 61707,
"mobile": 61707,
"circle-o": 61708,
"quote-left": 61709,
"quote-right": 61710,
"spinner": 61712,
"circle": 61713,
"mail-reply": 61714,
"reply": 61714,
"github-alt": 61715,
"folder-o": 61716,
"folder-open-o": 61717,
"smile-o": 61720,
"frown-o": 61721,
"meh-o": 61722,
"gamepad": 61723,
"keyboard-o": 61724,
"flag-o": 61725,
"flag-checkered": 61726,
"terminal": 61728,
"code": 61729,
"mail-reply-all": 61730,
"reply-all": 61730,
"star-half-empty": 61731,
"star-half-full": 61731,
"star-half-o": 61731,
"location-arrow": 61732,
"crop": 61733,
"code-fork": 61734,
"unlink": 61735,
"chain-broken": 61735,
"question": 61736,
"info": 61737,
"exclamation": 61738,
"superscript": 61739,
"subscript": 61740,
"eraser": 61741,
"puzzle-piece": 61742,
"microphone": 61744,
"microphone-slash": 61745,
"shield": 61746,
"calendar-o": 61747,
"fire-extinguisher": 61748,
"rocket": 61749,
"maxcdn": 61750,
"chevron-circle-left": 61751,
"chevron-circle-right": 61752,
"chevron-circle-up": 61753,
"chevron-circle-down": 61754,
"html5": 61755,
"css3": 61756,
"anchor": 61757,
"unlock-alt": 61758,
"bullseye": 61760,
"ellipsis-h": 61761,
"ellipsis-v": 61762,
"rss-square": 61763,
"play-circle": 61764,
"ticket": 61765,
"minus-square": 61766,
"minus-square-o": 61767,
"level-up": 61768,
"level-down": 61769,
"check-square": 61770,
"pencil-square": 61771,
"external-link-square": 61772,
"share-square": 61773,
"compass": 61774,
"toggle-down": 61776,
"caret-square-o-down": 61776,
"toggle-up": 61777,
"caret-square-o-up": 61777,
"toggle-right": 61778,
"caret-square-o-right": 61778,
"euro": 61779,
"eur": 61779,
"gbp": 61780,
"dollar": 61781,
"usd": 61781,
"rupee": 61782,
"inr": 61782,
"cny": 61783,
"rmb": 61783,
"yen": 61783,
"jpy": 61783,
"ruble": 61784,
"rouble": 61784,
"rub": 61784,
"won": 61785,
"krw": 61785,
"bitcoin": 61786,
"btc": 61786,
"file": 61787,
"file-text": 61788,
"sort-alpha-asc": 61789,
"sort-alpha-desc": 61790,
"sort-amount-asc": 61792,
"sort-amount-desc": 61793,
"sort-numeric-asc": 61794,
"sort-numeric-desc": 61795,
"thumbs-up": 61796,
"thumbs-down": 61797,
"youtube-square": 61798,
"youtube": 61799,
"xing": 61800,
"xing-square": 61801,
"youtube-play": 61802,
"dropbox": 61803,
"stack-overflow": 61804,
"instagram": 61805,
"flickr": 61806,
"adn": 61808,
"bitbucket": 61809,
"bitbucket-square": 61810,
"tumblr": 61811,
"tumblr-square": 61812,
"long-arrow-down": 61813,
"long-arrow-up": 61814,
"long-arrow-left": 61815,
"long-arrow-right": 61816,
"apple": 61817,
"windows": 61818,
"android": 61819,
"linux": 61820,
"dribbble": 61821,
"skype": 61822,
"foursquare": 61824,
"trello": 61825,
"female": 61826,
"male": 61827,
"gittip": 61828,
"gratipay": 61828,
"sun-o": 61829,
"moon-o": 61830,
"archive": 61831,
"bug": 61832,
"vk": 61833,
"weibo": 61834,
"renren": 61835,
"pagelines": 61836,
"stack-exchange": 61837,
"arrow-circle-o-right": 61838,
"arrow-circle-o-left": 61840,
"toggle-left": 61841,
"caret-square-o-left": 61841,
"dot-circle-o": 61842,
"wheelchair": 61843,
"vimeo-square": 61844,
"turkish-lira": 61845,
"try": 61845,
"plus-square-o": 61846,
"space-shuttle": 61847,
"slack": 61848,
"envelope-square": 61849,
"wordpress": 61850,
"openid": 61851,
"institution": 61852,
"bank": 61852,
"university": 61852,
"mortar-board": 61853,
"graduation-cap": 61853,
"yahoo": 61854,
"google": 61856,
"reddit": 61857,
"reddit-square": 61858,
"stumbleupon-circle": 61859,
"stumbleupon": 61860,
"delicious": 61861,
"digg": 61862,
"pied-piper-pp": 61863,
"pied-piper-alt": 61864,
"drupal": 61865,
"joomla": 61866,
"language": 61867,
"fax": 61868,
"building": 61869,
"child": 61870,
"paw": 61872,
"spoon": 61873,
"cube": 61874,
"cubes": 61875,
"behance": 61876,
"behance-square": 61877,
"steam": 61878,
"steam-square": 61879,
"recycle": 61880,
"automobile": 61881,
"car": 61881,
"cab": 61882,
"taxi": 61882,
"tree": 61883,
"spotify": 61884,
"deviantart": 61885,
"soundcloud": 61886,
"database": 61888,
"file-pdf-o": 61889,
"file-word-o": 61890,
"file-excel-o": 61891,
"file-powerpoint-o": 61892,
"file-photo-o": 61893,
"file-picture-o": 61893,
"file-image-o": 61893,
"file-zip-o": 61894,
"file-archive-o": 61894,
"file-sound-o": 61895,
"file-audio-o": 61895,
"file-movie-o": 61896,
"file-video-o": 61896,
"file-code-o": 61897,
"vine": 61898,
"codepen": 61899,
"jsfiddle": 61900,
"life-bouy": 61901,
"life-buoy": 61901,
"life-saver": 61901,
"support": 61901,
"life-ring": 61901,
"circle-o-notch": 61902,
"ra": 61904,
"resistance": 61904,
"rebel": 61904,
"ge": 61905,
"empire": 61905,
"git-square": 61906,
"git": 61907,
"y-combinator-square": 61908,
"yc-square": 61908,
"hacker-news": 61908,
"tencent-weibo": 61909,
"qq": 61910,
"wechat": 61911,
"weixin": 61911,
"send": 61912,
"paper-plane": 61912,
"send-o": 61913,
"paper-plane-o": 61913,
"history": 61914,
"circle-thin": 61915,
"header": 61916,
"paragraph": 61917,
"sliders": 61918,
"share-alt": 61920,
"share-alt-square": 61921,
"bomb": 61922,
"soccer-ball-o": 61923,
"futbol-o": 61923,
"tty": 61924,
"binoculars": 61925,
"plug": 61926,
"slideshare": 61927,
"twitch": 61928,
"yelp": 61929,
"newspaper-o": 61930,
"wifi": 61931,
"calculator": 61932,
"paypal": 61933,
"google-wallet": 61934,
"cc-visa": 61936,
"cc-mastercard": 61937,
"cc-discover": 61938,
"cc-amex": 61939,
"cc-paypal": 61940,
"cc-stripe": 61941,
"bell-slash": 61942,
"bell-slash-o": 61943,
"trash": 61944,
"copyright": 61945,
"at": 61946,
"eyedropper": 61947,
"paint-brush": 61948,
"birthday-cake": 61949,
"area-chart": 61950,
"pie-chart": 61952,
"line-chart": 61953,
"lastfm": 61954,
"lastfm-square": 61955,
"toggle-off": 61956,
"toggle-on": 61957,
"bicycle": 61958,
"bus": 61959,
"ioxhost": 61960,
"angellist": 61961,
"cc": 61962,
"shekel": 61963,
"sheqel": 61963,
"ils": 61963,
"meanpath": 61964,
"buysellads": 61965,
"connectdevelop": 61966,
"dashcube": 61968,
"forumbee": 61969,
"leanpub": 61970,
"sellsy": 61971,
"shirtsinbulk": 61972,
"simplybuilt": 61973,
"skyatlas": 61974,
"cart-plus": 61975,
"cart-arrow-down": 61976,
"diamond": 61977,
"ship": 61978,
"user-secret": 61979,
"motorcycle": 61980,
"street-view": 61981,
"heartbeat": 61982,
"venus": 61985,
"mars": 61986,
"mercury": 61987,
"intersex": 61988,
"transgender": 61988,
"transgender-alt": 61989,
"venus-double": 61990,
"mars-double": 61991,
"venus-mars": 61992,
"mars-stroke": 61993,
"mars-stroke-v": 61994,
"mars-stroke-h": 61995,
"neuter": 61996,
"genderless": 61997,
"facebook-official": 62000,
"pinterest-p": 62001,
"whatsapp": 62002,
"server": 62003,
"user-plus": 62004,
"user-times": 62005,
"hotel": 62006,
"bed": 62006,
"viacoin": 62007,
"train": 62008,
"subway": 62009,
"medium": 62010,
"yc": 62011,
"y-combinator": 62011,
"optin-monster": 62012,
"opencart": 62013,
"expeditedssl": 62014,
"battery-4": 62016,
"battery": 62016,
"battery-full": 62016,
"battery-3": 62017,
"battery-three-quarters": 62017,
"battery-2": 62018,
"battery-half": 62018,
"battery-1": 62019,
"battery-quarter": 62019,
"battery-0": 62020,
"battery-empty": 62020,
"mouse-pointer": 62021,
"i-cursor": 62022,
"object-group": 62023,
"object-ungroup": 62024,
"sticky-note": 62025,
"sticky-note-o": 62026,
"cc-jcb": 62027,
"cc-diners-club": 62028,
"clone": 62029,
"balance-scale": 62030,
"hourglass-o": 62032,
"hourglass-1": 62033,
"hourglass-start": 62033,
"hourglass-2": 62034,
"hourglass-half": 62034,
"hourglass-3": 62035,
"hourglass-end": 62035,
"hourglass": 62036,
"hand-grab-o": 62037,
"hand-rock-o": 62037,
"hand-stop-o": 62038,
"hand-paper-o": 62038,
"hand-scissors-o": 62039,
"hand-lizard-o": 62040,
"hand-spock-o": 62041,
"hand-pointer-o": 62042,
"hand-peace-o": 62043,
"trademark": 62044,
"registered": 62045,
"creative-commons": 62046,
"gg": 62048,
"gg-circle": 62049,
"tripadvisor": 62050,
"odnoklassniki": 62051,
"odnoklassniki-square": 62052,
"get-pocket": 62053,
"wikipedia-w": 62054,
"safari": 62055,
"chrome": 62056,
"firefox": 62057,
"opera": 62058,
"internet-explorer": 62059,
"tv": 62060,
"television": 62060,
"contao": 62061,
"500px": 62062,
"amazon": 62064,
"calendar-plus-o": 62065,
"calendar-minus-o": 62066,
"calendar-times-o": 62067,
"calendar-check-o": 62068,
"industry": 62069,
"map-pin": 62070,
"map-signs": 62071,
"map-o": 62072,
"map": 62073,
"commenting": 62074,
"commenting-o": 62075,
"houzz": 62076,
"vimeo": 62077,
"black-tie": 62078,
"fonticons": 62080,
"reddit-alien": 62081,
"edge": 62082,
"credit-card-alt": 62083,
"codiepie": 62084,
"modx": 62085,
"fort-awesome": 62086,
"usb": 62087,
"product-hunt": 62088,
"mixcloud": 62089,
"scribd": 62090,
"pause-circle": 62091,
"pause-circle-o": 62092,
"stop-circle": 62093,
"stop-circle-o": 62094,
"shopping-bag": 62096,
"shopping-basket": 62097,
"hashtag": 62098,
"bluetooth": 62099,
"bluetooth-b": 62100,
"percent": 62101,
"gitlab": 62102,
"wpbeginner": 62103,
"wpforms": 62104,
"envira": 62105,
"universal-access": 62106,
"wheelchair-alt": 62107,
"question-circle-o": 62108,
"blind": 62109,
"audio-description": 62110,
"volume-control-phone": 62112,
"braille": 62113,
"assistive-listening-systems": 62114,
"asl-interpreting": 62115,
"american-sign-language-interpreting": 62115,
"deafness": 62116,
"hard-of-hearing": 62116,
"deaf": 62116,
"glide": 62117,
"glide-g": 62118,
"signing": 62119,
"sign-language": 62119,
"low-vision": 62120,
"viadeo": 62121,
"viadeo-square": 62122,
"snapchat": 62123,
"snapchat-ghost": 62124,
"snapchat-square": 62125,
"pied-piper": 62126,
"first-order": 62128,
"yoast": 62129,
"themeisle": 62130,
"google-plus-circle": 62131,
"google-plus-official": 62131,
"fa": 62132,
"font-awesome": 62132,
"handshake-o": 62133,
"envelope-open": 62134,
"envelope-open-o": 62135,
"linode": 62136,
"address-book": 62137,
"address-book-o": 62138,
"vcard": 62139,
"address-card": 62139,
"vcard-o": 62140,
"address-card-o": 62140,
"user-circle": 62141,
"user-circle-o": 62142,
"user-o": 62144,
"id-badge": 62145,
"drivers-license": 62146,
"id-card": 62146,
"drivers-license-o": 62147,
"id-card-o": 62147,
"quora": 62148,
"free-code-camp": 62149,
"telegram": 62150,
"thermometer-4": 62151,
"thermometer": 62151,
"thermometer-full": 62151,
"thermometer-3": 62152,
"thermometer-three-quarters": 62152,
"thermometer-2": 62153,
"thermometer-half": 62153,
"thermometer-1": 62154,
"thermometer-quarter": 62154,
"thermometer-0": 62155,
"thermometer-empty": 62155,
"shower": 62156,
"bathtub": 62157,
"s15": 62157,
"bath": 62157,
"podcast": 62158,
"window-maximize": 62160,
"window-minimize": 62161,
"window-restore": 62162,
"times-rectangle": 62163,
"window-close": 62163,
"times-rectangle-o": 62164,
"window-close-o": 62164,
"bandcamp": 62165,
"grav": 62166,
"etsy": 62167,
"imdb": 62168,
"ravelry": 62169,
"eercast": 62170,
"microchip": 62171,
"snowflake-o": 62172,
"superpowers": 62173,
"wpexplorer": 62174,
"meetup": 62176
}
\ No newline at end of file
{
"500px": 62062,
"accessible-icon": 62312,
"accusoft": 62313,
"acquisitions-incorporated": 63151,
"ad": 63041,
"address-book": 62137,
"address-card": 62139,
"adjust": 61506,
"adn": 61808,
"adobe": 63352,
"adversal": 62314,
"affiliatetheme": 62315,
"air-freshener": 62928,
"airbnb": 63540,
"algolia": 62316,
"align-center": 61495,
"align-justify": 61497,
"align-left": 61494,
"align-right": 61496,
"alipay": 63042,
"allergies": 62561,
"amazon": 62064,
"amazon-pay": 62508,
"ambulance": 61689,
"american-sign-language-interpreting": 62115,
"amilia": 62317,
"anchor": 61757,
"android": 61819,
"angellist": 61961,
"angle-double-down": 61699,
"angle-double-left": 61696,
"angle-double-right": 61697,
"angle-double-up": 61698,
"angle-down": 61703,
"angle-left": 61700,
"angle-right": 61701,
"angle-up": 61702,
"angry": 62806,
"angrycreative": 62318,
"angular": 62496,
"ankh": 63044,
"app-store": 62319,
"app-store-ios": 62320,
"apper": 62321,
"apple": 61817,
"apple-alt": 62929,
"apple-pay": 62485,
"archive": 61831,
"archway": 62807,
"arrow-alt-circle-down": 62296,
"arrow-alt-circle-left": 62297,
"arrow-alt-circle-right": 62298,
"arrow-alt-circle-up": 62299,
"arrow-circle-down": 61611,
"arrow-circle-left": 61608,
"arrow-circle-right": 61609,
"arrow-circle-up": 61610,
"arrow-down": 61539,
"arrow-left": 61536,
"arrow-right": 61537,
"arrow-up": 61538,
"arrows-alt": 61618,
"arrows-alt-h": 62263,
"arrows-alt-v": 62264,
"artstation": 63354,
"assistive-listening-systems": 62114,
"asterisk": 61545,
"asymmetrik": 62322,
"at": 61946,
"atlas": 62808,
"atlassian": 63355,
"atom": 62930,
"audible": 62323,
"audio-description": 62110,
"autoprefixer": 62492,
"avianex": 62324,
"aviato": 62497,
"award": 62809,
"aws": 62325,
"baby": 63356,
"baby-carriage": 63357,
"backspace": 62810,
"backward": 61514,
"bacon": 63461,
"bahai": 63078,
"balance-scale": 62030,
"balance-scale-left": 62741,
"balance-scale-right": 62742,
"ban": 61534,
"band-aid": 62562,
"bandcamp": 62165,
"barcode": 61482,
"bars": 61641,
"baseball-ball": 62515,
"basketball-ball": 62516,
"bath": 62157,
"battery-empty": 62020,
"battery-full": 62016,
"battery-half": 62018,
"battery-quarter": 62019,
"battery-three-quarters": 62017,
"battle-net": 63541,
"bed": 62006,
"beer": 61692,
"behance": 61876,
"behance-square": 61877,
"bell": 61683,
"bell-slash": 61942,
"bezier-curve": 62811,
"bible": 63047,
"bicycle": 61958,
"biking": 63562,
"bimobject": 62328,
"binoculars": 61925,
"biohazard": 63360,
"birthday-cake": 61949,
"bitbucket": 61809,
"bitcoin": 62329,
"bity": 62330,
"black-tie": 62078,
"blackberry": 62331,
"blender": 62743,
"blender-phone": 63158,
"blind": 62109,
"blog": 63361,
"blogger": 62332,
"blogger-b": 62333,
"bluetooth": 62099,
"bluetooth-b": 62100,
"bold": 61490,
"bolt": 61671,
"bomb": 61922,
"bone": 62935,
"bong": 62812,
"book": 61485,
"book-dead": 63159,
"book-medical": 63462,
"book-open": 62744,
"book-reader": 62938,
"bookmark": 61486,
"bootstrap": 63542,
"border-all": 63564,
"border-none": 63568,
"border-style": 63571,
"bowling-ball": 62518,
"box": 62566,
"box-open": 62622,
"box-tissue": 63835,
"boxes": 62568,
"braille": 62113,
"brain": 62940,
"bread-slice": 63468,
"briefcase": 61617,
"briefcase-medical": 62569,
"broadcast-tower": 62745,
"broom": 62746,
"brush": 62813,
"btc": 61786,
"buffer": 63543,
"bug": 61832,
"building": 61869,
"bullhorn": 61601,
"bullseye": 61760,
"burn": 62570,
"buromobelexperte": 62335,
"bus": 61959,
"bus-alt": 62814,
"business-time": 63050,
"buy-n-large": 63654,
"buysellads": 61965,
"calculator": 61932,
"calendar": 61747,
"calendar-alt": 61555,
"calendar-check": 62068,
"calendar-day": 63363,
"calendar-minus": 62066,
"calendar-plus": 62065,
"calendar-times": 62067,
"calendar-week": 63364,
"camera": 61488,
"camera-retro": 61571,
"campground": 63163,
"canadian-maple-leaf": 63365,
"candy-cane": 63366,
"cannabis": 62815,
"capsules": 62571,
"car": 61881,
"car-alt": 62942,
"car-battery": 62943,
"car-crash": 62945,
"car-side": 62948,
"caravan": 63743,
"caret-down": 61655,
"caret-left": 61657,
"caret-right": 61658,
"caret-square-down": 61776,
"caret-square-left": 61841,
"caret-square-right": 61778,
"caret-square-up": 61777,
"caret-up": 61656,
"carrot": 63367,
"cart-arrow-down": 61976,
"cart-plus": 61975,
"cash-register": 63368,
"cat": 63166,
"cc-amazon-pay": 62509,
"cc-amex": 61939,
"cc-apple-pay": 62486,
"cc-diners-club": 62028,
"cc-discover": 61938,
"cc-jcb": 62027,
"cc-mastercard": 61937,
"cc-paypal": 61940,
"cc-stripe": 61941,
"cc-visa": 61936,
"centercode": 62336,
"centos": 63369,
"certificate": 61603,
"chair": 63168,
"chalkboard": 62747,
"chalkboard-teacher": 62748,
"charging-station": 62951,
"chart-area": 61950,
"chart-bar": 61568,
"chart-line": 61953,
"chart-pie": 61952,
"check": 61452,
"check-circle": 61528,
"check-double": 62816,
"check-square": 61770,
"cheese": 63471,
"chess": 62521,
"chess-bishop": 62522,
"chess-board": 62524,
"chess-king": 62527,
"chess-knight": 62529,
"chess-pawn": 62531,
"chess-queen": 62533,
"chess-rook": 62535,
"chevron-circle-down": 61754,
"chevron-circle-left": 61751,
"chevron-circle-right": 61752,
"chevron-circle-up": 61753,
"chevron-down": 61560,
"chevron-left": 61523,
"chevron-right": 61524,
"chevron-up": 61559,
"child": 61870,
"chrome": 62056,
"chromecast": 63544,
"church": 62749,
"circle": 61713,
"circle-notch": 61902,
"city": 63055,
"clinic-medical": 63474,
"clipboard": 62248,
"clipboard-check": 62572,
"clipboard-list": 62573,
"clock": 61463,
"clone": 62029,
"closed-captioning": 61962,
"cloud": 61634,
"cloud-download-alt": 62337,
"cloud-meatball": 63291,
"cloud-moon": 63171,
"cloud-moon-rain": 63292,
"cloud-rain": 63293,
"cloud-showers-heavy": 63296,
"cloud-sun": 63172,
"cloud-sun-rain": 63299,
"cloud-upload-alt": 62338,
"cloudscale": 62339,
"cloudsmith": 62340,
"cloudversify": 62341,
"cocktail": 62817,
"code": 61729,
"code-branch": 61734,
"codepen": 61899,
"codiepie": 62084,
"coffee": 61684,
"cog": 61459,
"cogs": 61573,
"coins": 62750,
"columns": 61659,
"comment": 61557,
"comment-alt": 62074,
"comment-dollar": 63057,
"comment-dots": 62637,
"comment-medical": 63477,
"comment-slash": 62643,
"comments": 61574,
"comments-dollar": 63059,
"compact-disc": 62751,
"compass": 61774,
"compress": 61542,
"compress-alt": 62498,
"compress-arrows-alt": 63372,
"concierge-bell": 62818,
"confluence": 63373,
"connectdevelop": 61966,
"contao": 62061,
"cookie": 62819,
"cookie-bite": 62820,
"copy": 61637,
"copyright": 61945,
"cotton-bureau": 63646,
"couch": 62648,
"cpanel": 62344,
"creative-commons": 62046,
"creative-commons-by": 62695,
"creative-commons-nc": 62696,
"creative-commons-nc-eu": 62697,
"creative-commons-nc-jp": 62698,
"creative-commons-nd": 62699,
"creative-commons-pd": 62700,
"creative-commons-pd-alt": 62701,
"creative-commons-remix": 62702,
"creative-commons-sa": 62703,
"creative-commons-sampling": 62704,
"creative-commons-sampling-plus": 62705,
"creative-commons-share": 62706,
"creative-commons-zero": 62707,
"credit-card": 61597,
"critical-role": 63177,
"crop": 61733,
"crop-alt": 62821,
"cross": 63060,
"crosshairs": 61531,
"crow": 62752,
"crown": 62753,
"crutch": 63479,
"css3": 61756,
"css3-alt": 62347,
"cube": 61874,
"cubes": 61875,
"cut": 61636,
"cuttlefish": 62348,
"d-and-d": 62349,
"d-and-d-beyond": 63178,
"dailymotion": 63826,
"dashcube": 61968,
"database": 61888,
"deaf": 62116,
"delicious": 61861,
"democrat": 63303,
"deploydog": 62350,
"deskpro": 62351,
"desktop": 61704,
"dev": 63180,
"deviantart": 61885,
"dharmachakra": 63061,
"dhl": 63376,
"diagnoses": 62576,
"diaspora": 63377,
"dice": 62754,
"dice-d20": 63183,
"dice-d6": 63185,
"dice-five": 62755,
"dice-four": 62756,
"dice-one": 62757,
"dice-six": 62758,
"dice-three": 62759,
"dice-two": 62760,
"digg": 61862,
"digital-ocean": 62353,
"digital-tachograph": 62822,
"directions": 62955,
"discord": 62354,
"discourse": 62355,
"disease": 63482,
"divide": 62761,
"dizzy": 62823,
"dna": 62577,
"dochub": 62356,
"docker": 62357,
"dog": 63187,
"dollar-sign": 61781,
"dolly": 62578,
"dolly-flatbed": 62580,
"donate": 62649,
"door-closed": 62762,
"door-open": 62763,
"dot-circle": 61842,
"dove": 62650,
"download": 61465,
"draft2digital": 62358,
"drafting-compass": 62824,
"dragon": 63189,
"draw-polygon": 62958,
"dribbble": 61821,
"dribbble-square": 62359,
"dropbox": 61803,
"drum": 62825,
"drum-steelpan": 62826,
"drumstick-bite": 63191,
"drupal": 61865,
"dumbbell": 62539,
"dumpster": 63379,
"dumpster-fire": 63380,
"dungeon": 63193,
"dyalog": 62361,
"earlybirds": 62362,
"ebay": 62708,
"edge": 62082,
"edit": 61508,
"egg": 63483,
"eject": 61522,
"elementor": 62512,
"ellipsis-h": 61761,
"ellipsis-v": 61762,
"ello": 62961,
"ember": 62499,
"empire": 61905,
"envelope": 61664,
"envelope-open": 62134,
"envelope-open-text": 63064,
"envelope-square": 61849,
"envira": 62105,
"equals": 62764,
"eraser": 61741,
"erlang": 62365,
"ethereum": 62510,
"ethernet": 63382,
"etsy": 62167,
"euro-sign": 61779,
"evernote": 63545,
"exchange-alt": 62306,
"exclamation": 61738,
"exclamation-circle": 61546,
"exclamation-triangle": 61553,
"expand": 61541,
"expand-alt": 62500,
"expand-arrows-alt": 62238,
"expeditedssl": 62014,
"external-link-alt": 62301,
"external-link-square-alt": 62304,
"eye": 61550,
"eye-dropper": 61947,
"eye-slash": 61552,
"facebook": 61594,
"facebook-f": 62366,
"facebook-messenger": 62367,
"facebook-square": 61570,
"fan": 63587,
"fantasy-flight-games": 63196,
"fast-backward": 61513,
"fast-forward": 61520,
"faucet": 63749,
"fax": 61868,
"feather": 62765,
"feather-alt": 62827,
"fedex": 63383,
"fedora": 63384,
"female": 61826,
"fighter-jet": 61691,
"figma": 63385,
"file": 61787,
"file-alt": 61788,
"file-archive": 61894,
"file-audio": 61895,
"file-code": 61897,
"file-contract": 62828,
"file-csv": 63197,
"file-download": 62829,
"file-excel": 61891,
"file-export": 62830,
"file-image": 61893,
"file-import": 62831,
"file-invoice": 62832,
"file-invoice-dollar": 62833,
"file-medical": 62583,
"file-medical-alt": 62584,
"file-pdf": 61889,
"file-powerpoint": 61892,
"file-prescription": 62834,
"file-signature": 62835,
"file-upload": 62836,
"file-video": 61896,
"file-word": 61890,
"fill": 62837,
"fill-drip": 62838,
"film": 61448,
"filter": 61616,
"fingerprint": 62839,
"fire": 61549,
"fire-alt": 63460,
"fire-extinguisher": 61748,
"firefox": 62057,
"firefox-browser": 63751,
"first-aid": 62585,
"first-order": 62128,
"first-order-alt": 62730,
"firstdraft": 62369,
"fish": 62840,
"fist-raised": 63198,
"flag": 61476,
"flag-checkered": 61726,
"flag-usa": 63309,
"flask": 61635,
"flickr": 61806,
"flipboard": 62541,
"flushed": 62841,
"fly": 62487,
"folder": 61563,
"folder-minus": 63069,
"folder-open": 61564,
"folder-plus": 63070,
"font": 61489,
"font-awesome": 62132,
"font-awesome-alt": 62300,
"font-awesome-flag": 62501,
"font-awesome-logo-full": 62694,
"fonticons": 62080,
"fonticons-fi": 62370,
"football-ball": 62542,
"fort-awesome": 62086,
"fort-awesome-alt": 62371,
"forumbee": 61969,
"forward": 61518,
"foursquare": 61824,
"free-code-camp": 62149,
"freebsd": 62372,
"frog": 62766,
"frown": 61721,
"frown-open": 62842,
"fulcrum": 62731,
"funnel-dollar": 63074,
"futbol": 61923,
"galactic-republic": 62732,
"galactic-senate": 62733,
"gamepad": 61723,
"gas-pump": 62767,
"gavel": 61667,
"gem": 62373,
"genderless": 61997,
"get-pocket": 62053,
"gg": 62048,
"gg-circle": 62049,
"ghost": 63202,
"gift": 61547,
"gifts": 63388,
"git": 61907,
"git-alt": 63553,
"git-square": 61906,
"github": 61595,
"github-alt": 61715,
"github-square": 61586,
"gitkraken": 62374,
"gitlab": 62102,
"gitter": 62502,
"glass-cheers": 63391,
"glass-martini": 61440,
"glass-martini-alt": 62843,
"glass-whiskey": 63392,
"glasses": 62768,
"glide": 62117,
"glide-g": 62118,
"globe": 61612,
"globe-africa": 62844,
"globe-americas": 62845,
"globe-asia": 62846,
"globe-europe": 63394,
"gofore": 62375,
"golf-ball": 62544,
"goodreads": 62376,
"goodreads-g": 62377,
"google": 61856,
"google-drive": 62378,
"google-play": 62379,
"google-plus": 62131,
"google-plus-g": 61653,
"google-plus-square": 61652,
"google-wallet": 61934,
"gopuram": 63076,
"graduation-cap": 61853,
"gratipay": 61828,
"grav": 62166,
"greater-than": 62769,
"greater-than-equal": 62770,
"grimace": 62847,
"grin": 62848,
"grin-alt": 62849,
"grin-beam": 62850,
"grin-beam-sweat": 62851,
"grin-hearts": 62852,
"grin-squint": 62853,
"grin-squint-tears": 62854,
"grin-stars": 62855,
"grin-tears": 62856,
"grin-tongue": 62857,
"grin-tongue-squint": 62858,
"grin-tongue-wink": 62859,
"grin-wink": 62860,
"grip-horizontal": 62861,
"grip-lines": 63396,
"grip-lines-vertical": 63397,
"grip-vertical": 62862,
"gripfire": 62380,
"grunt": 62381,
"guitar": 63398,
"gulp": 62382,
"h-square": 61693,
"hacker-news": 61908,
"hacker-news-square": 62383,
"hackerrank": 62967,
"hamburger": 63493,
"hammer": 63203,
"hamsa": 63077,
"hand-holding": 62653,
"hand-holding-heart": 62654,
"hand-holding-medical": 63836,
"hand-holding-usd": 62656,
"hand-holding-water": 62657,
"hand-lizard": 62040,
"hand-middle-finger": 63494,
"hand-paper": 62038,
"hand-peace": 62043,
"hand-point-down": 61607,
"hand-point-left": 61605,
"hand-point-right": 61604,
"hand-point-up": 61606,
"hand-pointer": 62042,
"hand-rock": 62037,
"hand-scissors": 62039,
"hand-sparkles": 63837,
"hand-spock": 62041,
"hands": 62658,
"hands-helping": 62660,
"hands-wash": 63838,
"handshake": 62133,
"handshake-alt-slash": 63839,
"handshake-slash": 63840,
"hanukiah": 63206,
"hard-hat": 63495,
"hashtag": 62098,
"hat-cowboy": 63680,
"hat-cowboy-side": 63681,
"hat-wizard": 63208,
"hdd": 61600,
"head-side-cough": 63841,
"head-side-cough-slash": 63842,
"head-side-mask": 63843,
"head-side-virus": 63844,
"heading": 61916,
"headphones": 61477,
"headphones-alt": 62863,
"headset": 62864,
"heart": 61444,
"heart-broken": 63401,
"heartbeat": 61982,
"helicopter": 62771,
"highlighter": 62865,
"hiking": 63212,
"hippo": 63213,
"hips": 62546,
"hire-a-helper": 62384,
"history": 61914,
"hockey-puck": 62547,
"holly-berry": 63402,
"home": 61461,
"hooli": 62503,
"hornbill": 62866,
"horse": 63216,
"horse-head": 63403,
"hospital": 61688,
"hospital-alt": 62589,
"hospital-symbol": 62590,
"hospital-user": 63501,
"hot-tub": 62867,
"hotdog": 63503,
"hotel": 62868,
"hotjar": 62385,
"hourglass": 62036,
"hourglass-end": 62035,
"hourglass-half": 62034,
"hourglass-start": 62033,
"house-damage": 63217,
"house-user": 63845,
"houzz": 62076,
"hryvnia": 63218,
"html5": 61755,
"hubspot": 62386,
"i-cursor": 62022,
"ice-cream": 63504,
"icicles": 63405,
"icons": 63597,
"id-badge": 62145,
"id-card": 62146,
"id-card-alt": 62591,
"ideal": 63763,
"igloo": 63406,
"image": 61502,
"images": 62210,
"imdb": 62168,
"inbox": 61468,
"indent": 61500,
"industry": 62069,
"infinity": 62772,
"info": 61737,
"info-circle": 61530,
"instagram": 61805,
"instagram-square": 63829,
"intercom": 63407,
"internet-explorer": 62059,
"invision": 63408,
"ioxhost": 61960,
"italic": 61491,
"itch-io": 63546,
"itunes": 62388,
"itunes-note": 62389,
"java": 62692,
"jedi": 63081,
"jedi-order": 62734,
"jenkins": 62390,
"jira": 63409,
"joget": 62391,
"joint": 62869,
"joomla": 61866,
"journal-whills": 63082,
"js": 62392,
"js-square": 62393,
"jsfiddle": 61900,
"kaaba": 63083,
"kaggle": 62970,
"key": 61572,
"keybase": 62709,
"keyboard": 61724,
"keycdn": 62394,
"khanda": 63085,
"kickstarter": 62395,
"kickstarter-k": 62396,
"kiss": 62870,
"kiss-beam": 62871,
"kiss-wink-heart": 62872,
"kiwi-bird": 62773,
"korvue": 62511,
"landmark": 63087,
"language": 61867,
"laptop": 61705,
"laptop-code": 62972,
"laptop-house": 63846,
"laptop-medical": 63506,
"laravel": 62397,
"lastfm": 61954,
"lastfm-square": 61955,
"laugh": 62873,
"laugh-beam": 62874,
"laugh-squint": 62875,
"laugh-wink": 62876,
"layer-group": 62973,
"leaf": 61548,
"leanpub": 61970,
"lemon": 61588,
"less": 62493,
"less-than": 62774,
"less-than-equal": 62775,
"level-down-alt": 62398,
"level-up-alt": 62399,
"life-ring": 61901,
"lightbulb": 61675,
"line": 62400,
"link": 61633,
"linkedin": 61580,
"linkedin-in": 61665,
"linode": 62136,
"linux": 61820,
"lira-sign": 61845,
"list": 61498,
"list-alt": 61474,
"list-ol": 61643,
"list-ul": 61642,
"location-arrow": 61732,
"lock": 61475,
"lock-open": 62401,
"long-arrow-alt-down": 62217,
"long-arrow-alt-left": 62218,
"long-arrow-alt-right": 62219,
"long-arrow-alt-up": 62220,
"low-vision": 62120,
"luggage-cart": 62877,
"lungs": 62980,
"lungs-virus": 63847,
"lyft": 62403,
"magento": 62404,
"magic": 61648,
"magnet": 61558,
"mail-bulk": 63092,
"mailchimp": 62878,
"male": 61827,
"mandalorian": 62735,
"map": 62073,
"map-marked": 62879,
"map-marked-alt": 62880,
"map-marker": 61505,
"map-marker-alt": 62405,
"map-pin": 62070,
"map-signs": 62071,
"markdown": 62991,
"marker": 62881,
"mars": 61986,
"mars-double": 61991,
"mars-stroke": 61993,
"mars-stroke-h": 61995,
"mars-stroke-v": 61994,
"mask": 63226,
"mastodon": 62710,
"maxcdn": 61750,
"mdb": 63690,
"medal": 62882,
"medapps": 62406,
"medium": 62010,
"medium-m": 62407,
"medkit": 61690,
"medrt": 62408,
"meetup": 62176,
"megaport": 62883,
"meh": 61722,
"meh-blank": 62884,
"meh-rolling-eyes": 62885,
"memory": 62776,
"mendeley": 63411,
"menorah": 63094,
"mercury": 61987,
"meteor": 63315,
"microblog": 63770,
"microchip": 62171,
"microphone": 61744,
"microphone-alt": 62409,
"microphone-alt-slash": 62777,
"microphone-slash": 61745,
"microscope": 62992,
"microsoft": 62410,
"minus": 61544,
"minus-circle": 61526,
"minus-square": 61766,
"mitten": 63413,
"mix": 62411,
"mixcloud": 62089,
"mixer": 63830,
"mizuni": 62412,
"mobile": 61707,
"mobile-alt": 62413,
"modx": 62085,
"monero": 62416,
"money-bill": 61654,
"money-bill-alt": 62417,
"money-bill-wave": 62778,
"money-bill-wave-alt": 62779,
"money-check": 62780,
"money-check-alt": 62781,
"monument": 62886,
"moon": 61830,
"mortar-pestle": 62887,
"mosque": 63096,
"motorcycle": 61980,
"mountain": 63228,
"mouse": 63692,
"mouse-pointer": 62021,
"mug-hot": 63414,
"music": 61441,
"napster": 62418,
"neos": 62994,
"network-wired": 63231,
"neuter": 61996,
"newspaper": 61930,
"nimblr": 62888,
"node": 62489,
"node-js": 62419,
"not-equal": 62782,
"notes-medical": 62593,
"npm": 62420,
"ns8": 62421,
"nutritionix": 62422,
"object-group": 62023,
"object-ungroup": 62024,
"odnoklassniki": 62051,
"odnoklassniki-square": 62052,
"oil-can": 62995,
"old-republic": 62736,
"om": 63097,
"opencart": 62013,
"openid": 61851,
"opera": 62058,
"optin-monster": 62012,
"orcid": 63698,
"osi": 62490,
"otter": 63232,
"outdent": 61499,
"page4": 62423,
"pagelines": 61836,
"pager": 63509,
"paint-brush": 61948,
"paint-roller": 62890,
"palette": 62783,
"palfed": 62424,
"pallet": 62594,
"paper-plane": 61912,
"paperclip": 61638,
"parachute-box": 62669,
"paragraph": 61917,
"parking": 62784,
"passport": 62891,
"pastafarianism": 63099,
"paste": 61674,
"patreon": 62425,
"pause": 61516,
"pause-circle": 62091,
"paw": 61872,
"paypal": 61933,
"peace": 63100,
"pen": 62212,
"pen-alt": 62213,
"pen-fancy": 62892,
"pen-nib": 62893,
"pen-square": 61771,
"pencil-alt": 62211,
"pencil-ruler": 62894,
"penny-arcade": 63236,
"people-arrows": 63848,
"people-carry": 62670,
"pepper-hot": 63510,
"percent": 62101,
"percentage": 62785,
"periscope": 62426,
"person-booth": 63318,
"phabricator": 62427,
"phoenix-framework": 62428,
"phoenix-squadron": 62737,
"phone": 61589,
"phone-alt": 63609,
"phone-slash": 62429,
"phone-square": 61592,
"phone-square-alt": 63611,
"phone-volume": 62112,
"photo-video": 63612,
"php": 62551,
"pied-piper": 62126,
"pied-piper-alt": 61864,
"pied-piper-hat": 62693,
"pied-piper-pp": 61863,
"pied-piper-square": 63774,
"piggy-bank": 62675,
"pills": 62596,
"pinterest": 61650,
"pinterest-p": 62001,
"pinterest-square": 61651,
"pizza-slice": 63512,
"place-of-worship": 63103,
"plane": 61554,
"plane-arrival": 62895,
"plane-departure": 62896,
"plane-slash": 63849,
"play": 61515,
"play-circle": 61764,
"playstation": 62431,
"plug": 61926,
"plus": 61543,
"plus-circle": 61525,
"plus-square": 61694,
"podcast": 62158,
"poll": 63105,
"poll-h": 63106,
"poo": 62206,
"poo-storm": 63322,
"poop": 63001,
"portrait": 62432,
"pound-sign": 61780,
"power-off": 61457,
"pray": 63107,
"praying-hands": 63108,
"prescription": 62897,
"prescription-bottle": 62597,
"prescription-bottle-alt": 62598,
"print": 61487,
"procedures": 62599,
"product-hunt": 62088,
"project-diagram": 62786,
"pump-medical": 63850,
"pump-soap": 63851,
"pushed": 62433,
"puzzle-piece": 61742,
"python": 62434,
"qq": 61910,
"qrcode": 61481,
"question": 61736,
"question-circle": 61529,
"quidditch": 62552,
"quinscape": 62553,
"quora": 62148,
"quote-left": 61709,
"quote-right": 61710,
"quran": 63111,
"r-project": 62711,
"radiation": 63417,
"radiation-alt": 63418,
"rainbow": 63323,
"random": 61556,
"raspberry-pi": 63419,
"ravelry": 62169,
"react": 62491,
"reacteurope": 63325,
"readme": 62677,
"rebel": 61904,
"receipt": 62787,
"record-vinyl": 63705,
"recycle": 61880,
"red-river": 62435,
"reddit": 61857,
"reddit-alien": 62081,
"reddit-square": 61858,
"redhat": 63420,
"redo": 61470,
"redo-alt": 62201,
"registered": 62045,
"remove-format": 63613,
"renren": 61835,
"reply": 62437,
"reply-all": 61730,
"replyd": 62438,
"republican": 63326,
"researchgate": 62712,
"resolving": 62439,
"restroom": 63421,
"retweet": 61561,
"rev": 62898,
"ribbon": 62678,
"ring": 63243,
"road": 61464,
"robot": 62788,
"rocket": 61749,
"rocketchat": 62440,
"rockrms": 62441,
"route": 62679,
"rss": 61598,
"rss-square": 61763,
"ruble-sign": 61784,
"ruler": 62789,
"ruler-combined": 62790,
"ruler-horizontal": 62791,
"ruler-vertical": 62792,
"running": 63244,
"rupee-sign": 61782,
"sad-cry": 62899,
"sad-tear": 62900,
"safari": 62055,
"salesforce": 63547,
"sass": 62494,
"satellite": 63423,
"satellite-dish": 63424,
"save": 61639,
"schlix": 62442,
"school": 62793,
"screwdriver": 62794,
"scribd": 62090,
"scroll": 63246,
"sd-card": 63426,
"search": 61442,
"search-dollar": 63112,
"search-location": 63113,
"search-minus": 61456,
"search-plus": 61454,
"searchengin": 62443,
"seedling": 62680,
"sellcast": 62170,
"sellsy": 61971,
"server": 62003,
"servicestack": 62444,
"shapes": 63007,
"share": 61540,
"share-alt": 61920,
"share-alt-square": 61921,
"share-square": 61773,
"shekel-sign": 61963,
"shield-alt": 62445,
"shield-virus": 63852,
"ship": 61978,
"shipping-fast": 62603,
"shirtsinbulk": 61972,
"shoe-prints": 62795,
"shopify": 63831,
"shopping-bag": 62096,
"shopping-basket": 62097,
"shopping-cart": 61562,
"shopware": 62901,
"shower": 62156,
"shuttle-van": 62902,
"sign": 62681,
"sign-in-alt": 62198,
"sign-language": 62119,
"sign-out-alt": 62197,
"signal": 61458,
"signature": 62903,
"sim-card": 63428,
"simplybuilt": 61973,
"sistrix": 62446,
"sitemap": 61672,
"sith": 62738,
"skating": 63429,
"sketch": 63430,
"skiing": 63433,
"skiing-nordic": 63434,
"skull": 62796,
"skull-crossbones": 63252,
"skyatlas": 61974,
"skype": 61822,
"slack": 61848,
"slack-hash": 62447,
"slash": 63253,
"sleigh": 63436,
"sliders-h": 61918,
"slideshare": 61927,
"smile": 61720,
"smile-beam": 62904,
"smile-wink": 62682,
"smog": 63327,
"smoking": 62605,
"smoking-ban": 62797,
"sms": 63437,
"snapchat": 62123,
"snapchat-ghost": 62124,
"snapchat-square": 62125,
"snowboarding": 63438,
"snowflake": 62172,
"snowman": 63440,
"snowplow": 63442,
"soap": 63854,
"socks": 63126,
"solar-panel": 62906,
"sort": 61660,
"sort-alpha-down": 61789,
"sort-alpha-down-alt": 63617,
"sort-alpha-up": 61790,
"sort-alpha-up-alt": 63618,
"sort-amount-down": 61792,
"sort-amount-down-alt": 63620,
"sort-amount-up": 61793,
"sort-amount-up-alt": 63621,
"sort-down": 61661,
"sort-numeric-down": 61794,
"sort-numeric-down-alt": 63622,
"sort-numeric-up": 61795,
"sort-numeric-up-alt": 63623,
"sort-up": 61662,
"soundcloud": 61886,
"sourcetree": 63443,
"spa": 62907,
"space-shuttle": 61847,
"speakap": 62451,
"speaker-deck": 63548,
"spell-check": 63633,
"spider": 63255,
"spinner": 61712,
"splotch": 62908,
"spotify": 61884,
"spray-can": 62909,
"square": 61640,
"square-full": 62556,
"square-root-alt": 63128,
"squarespace": 62910,
"stack-exchange": 61837,
"stack-overflow": 61804,
"stackpath": 63554,
"stamp": 62911,
"star": 61445,
"star-and-crescent": 63129,
"star-half": 61577,
"star-half-alt": 62912,
"star-of-david": 63130,
"star-of-life": 63009,
"staylinked": 62453,
"steam": 61878,
"steam-square": 61879,
"steam-symbol": 62454,
"step-backward": 61512,
"step-forward": 61521,
"stethoscope": 61681,
"sticker-mule": 62455,
"sticky-note": 62025,
"stop": 61517,
"stop-circle": 62093,
"stopwatch": 62194,
"stopwatch-20": 63855,
"store": 62798,
"store-alt": 62799,
"store-alt-slash": 63856,
"store-slash": 63857,
"strava": 62504,
"stream": 62800,
"street-view": 61981,
"strikethrough": 61644,
"stripe": 62505,
"stripe-s": 62506,
"stroopwafel": 62801,
"studiovinari": 62456,
"stumbleupon": 61860,
"stumbleupon-circle": 61859,
"subscript": 61740,
"subway": 62009,
"suitcase": 61682,
"suitcase-rolling": 62913,
"sun": 61829,
"superpowers": 62173,
"superscript": 61739,
"supple": 62457,
"surprise": 62914,
"suse": 63446,
"swatchbook": 62915,
"swift": 63713,
"swimmer": 62916,
"swimming-pool": 62917,
"symfony": 63549,
"synagogue": 63131,
"sync": 61473,
"sync-alt": 62193,
"syringe": 62606,
"table": 61646,
"table-tennis": 62557,
"tablet": 61706,
"tablet-alt": 62458,
"tablets": 62608,
"tachometer-alt": 62461,
"tag": 61483,
"tags": 61484,
"tape": 62683,
"tasks": 61614,
"taxi": 61882,
"teamspeak": 62713,
"teeth": 63022,
"teeth-open": 63023,
"telegram": 62150,
"telegram-plane": 62462,
"temperature-high": 63337,
"temperature-low": 63339,
"tencent-weibo": 61909,
"tenge": 63447,
"terminal": 61728,
"text-height": 61492,
"text-width": 61493,
"th": 61450,
"th-large": 61449,
"th-list": 61451,
"the-red-yeti": 63133,
"theater-masks": 63024,
"themeco": 62918,
"themeisle": 62130,
"thermometer": 62609,
"thermometer-empty": 62155,
"thermometer-full": 62151,
"thermometer-half": 62153,
"thermometer-quarter": 62154,
"thermometer-three-quarters": 62152,
"think-peaks": 63281,
"thumbs-down": 61797,
"thumbs-up": 61796,
"thumbtack": 61581,
"ticket-alt": 62463,
"times": 61453,
"times-circle": 61527,
"tint": 61507,
"tint-slash": 62919,
"tired": 62920,
"toggle-off": 61956,
"toggle-on": 61957,
"toilet": 63448,
"toilet-paper": 63262,
"toilet-paper-slash": 63858,
"toolbox": 62802,
"tools": 63449,
"tooth": 62921,
"torah": 63136,
"torii-gate": 63137,
"tractor": 63266,
"trade-federation": 62739,
"trademark": 62044,
"traffic-light": 63031,
"trailer": 63809,
"train": 62008,
"tram": 63450,
"transgender": 61988,
"transgender-alt": 61989,
"trash": 61944,
"trash-alt": 62189,
"trash-restore": 63529,
"trash-restore-alt": 63530,
"tree": 61883,
"trello": 61825,
"tripadvisor": 62050,
"trophy": 61585,
"truck": 61649,
"truck-loading": 62686,
"truck-monster": 63035,
"truck-moving": 62687,
"truck-pickup": 63036,
"tshirt": 62803,
"tty": 61924,
"tumblr": 61811,
"tumblr-square": 61812,
"tv": 62060,
"twitch": 61928,
"twitter": 61593,
"twitter-square": 61569,
"typo3": 62507,
"uber": 62466,
"ubuntu": 63455,
"uikit": 62467,
"umbraco": 63720,
"umbrella": 61673,
"umbrella-beach": 62922,
"underline": 61645,
"undo": 61666,
"undo-alt": 62186,
"uniregistry": 62468,
"unity": 63817,
"universal-access": 62106,
"university": 61852,
"unlink": 61735,
"unlock": 61596,
"unlock-alt": 61758,
"untappd": 62469,
"upload": 61587,
"ups": 63456,
"usb": 62087,
"user": 61447,
"user-alt": 62470,
"user-alt-slash": 62714,
"user-astronaut": 62715,
"user-check": 62716,
"user-circle": 62141,
"user-clock": 62717,
"user-cog": 62718,
"user-edit": 62719,
"user-friends": 62720,
"user-graduate": 62721,
"user-injured": 63272,
"user-lock": 62722,
"user-md": 61680,
"user-minus": 62723,
"user-ninja": 62724,
"user-nurse": 63535,
"user-plus": 62004,
"user-secret": 61979,
"user-shield": 62725,
"user-slash": 62726,
"user-tag": 62727,
"user-tie": 62728,
"user-times": 62005,
"users": 61632,
"users-cog": 62729,
"usps": 63457,
"ussunnah": 62471,
"utensil-spoon": 62181,
"utensils": 62183,
"vaadin": 62472,
"vector-square": 62923,
"venus": 61985,
"venus-double": 61990,
"venus-mars": 61992,
"viacoin": 62007,
"viadeo": 62121,
"viadeo-square": 62122,
"vial": 62610,
"vials": 62611,
"viber": 62473,
"video": 61501,
"video-slash": 62690,
"vihara": 63143,
"vimeo": 62474,
"vimeo-square": 61844,
"vimeo-v": 62077,
"vine": 61898,
"virus": 63860,
"virus-slash": 63861,
"viruses": 63862,
"vk": 61833,
"vnv": 62475,
"voicemail": 63639,
"volleyball-ball": 62559,
"volume-down": 61479,
"volume-mute": 63145,
"volume-off": 61478,
"volume-up": 61480,
"vote-yea": 63346,
"vr-cardboard": 63273,
"vuejs": 62495,
"walking": 62804,
"wallet": 62805,
"warehouse": 62612,
"water": 63347,
"wave-square": 63550,
"waze": 63551,
"weebly": 62924,
"weibo": 61834,
"weight": 62614,
"weight-hanging": 62925,
"weixin": 61911,
"whatsapp": 62002,
"whatsapp-square": 62476,
"wheelchair": 61843,
"whmcs": 62477,
"wifi": 61931,
"wikipedia-w": 62054,
"wind": 63278,
"window-close": 62480,
"window-maximize": 62160,
"window-minimize": 62161,
"window-restore": 62162,
"windows": 61818,
"wine-bottle": 63279,
"wine-glass": 62691,
"wine-glass-alt": 62926,
"wix": 62927,
"wizards-of-the-coast": 63280,
"wolf-pack-battalion": 62740,
"won-sign": 61785,
"wordpress": 61850,
"wordpress-simple": 62481,
"wpbeginner": 62103,
"wpexplorer": 62174,
"wpforms": 62104,
"wpressr": 62436,
"wrench": 61613,
"x-ray": 62615,
"xbox": 62482,
"xing": 61800,
"xing-square": 61801,
"y-combinator": 62011,
"yahoo": 61854,
"yammer": 63552,
"yandex": 62483,
"yandex-international": 62484,
"yarn": 63459,
"yelp": 61929,
"yen-sign": 61783,
"yin-yang": 63149,
"yoast": 62129,
"youtube": 61799,
"youtube-square": 62513,
"zhihu": 63039
}
\ No newline at end of file
{
"brands": [
"500px",
"accessible-icon",
"accusoft",
"acquisitions-incorporated",
"adn",
"adobe",
"adversal",
"affiliatetheme",
"airbnb",
"algolia",
"alipay",
"amazon-pay",
"amazon",
"amilia",
"android",
"angellist",
"angrycreative",
"angular",
"app-store-ios",
"app-store",
"apper",
"apple-pay",
"apple",
"artstation",
"asymmetrik",
"atlassian",
"audible",
"autoprefixer",
"avianex",
"aviato",
"aws",
"bandcamp",
"battle-net",
"behance-square",
"behance",
"bimobject",
"bitbucket",
"bitcoin",
"bity",
"black-tie",
"blackberry",
"blogger-b",
"blogger",
"bluetooth-b",
"bluetooth",
"bootstrap",
"btc",
"buffer",
"buromobelexperte",
"buy-n-large",
"buysellads",
"canadian-maple-leaf",
"cc-amazon-pay",
"cc-amex",
"cc-apple-pay",
"cc-diners-club",
"cc-discover",
"cc-jcb",
"cc-mastercard",
"cc-paypal",
"cc-stripe",
"cc-visa",
"centercode",
"centos",
"chrome",
"chromecast",
"cloudscale",
"cloudsmith",
"cloudversify",
"codepen",
"codiepie",
"confluence",
"connectdevelop",
"contao",
"cotton-bureau",
"cpanel",
"creative-commons-by",
"creative-commons-nc-eu",
"creative-commons-nc-jp",
"creative-commons-nc",
"creative-commons-nd",
"creative-commons-pd-alt",
"creative-commons-pd",
"creative-commons-remix",
"creative-commons-sa",
"creative-commons-sampling-plus",
"creative-commons-sampling",
"creative-commons-share",
"creative-commons-zero",
"creative-commons",
"critical-role",
"css3-alt",
"css3",
"cuttlefish",
"d-and-d-beyond",
"d-and-d",
"dailymotion",
"dashcube",
"delicious",
"deploydog",
"deskpro",
"dev",
"deviantart",
"dhl",
"diaspora",
"digg",
"digital-ocean",
"discord",
"discourse",
"dochub",
"docker",
"draft2digital",
"dribbble-square",
"dribbble",
"dropbox",
"drupal",
"dyalog",
"earlybirds",
"ebay",
"edge",
"elementor",
"ello",
"ember",
"empire",
"envira",
"erlang",
"ethereum",
"etsy",
"evernote",
"expeditedssl",
"facebook-f",
"facebook-messenger",
"facebook-square",
"facebook",
"fantasy-flight-games",
"fedex",
"fedora",
"figma",
"firefox-browser",
"firefox",
"first-order-alt",
"first-order",
"firstdraft",
"flickr",
"flipboard",
"fly",
"font-awesome-alt",
"font-awesome-flag",
"font-awesome-logo-full",
"font-awesome",
"fonticons-fi",
"fonticons",
"fort-awesome-alt",
"fort-awesome",
"forumbee",
"foursquare",
"free-code-camp",
"freebsd",
"fulcrum",
"galactic-republic",
"galactic-senate",
"get-pocket",
"gg-circle",
"gg",
"git-alt",
"git-square",
"git",
"github-alt",
"github-square",
"github",
"gitkraken",
"gitlab",
"gitter",
"glide-g",
"glide",
"gofore",
"goodreads-g",
"goodreads",
"google-drive",
"google-play",
"google-plus-g",
"google-plus-square",
"google-plus",
"google-wallet",
"google",
"gratipay",
"grav",
"gripfire",
"grunt",
"gulp",
"hacker-news-square",
"hacker-news",
"hackerrank",
"hips",
"hire-a-helper",
"hooli",
"hornbill",
"hotjar",
"houzz",
"html5",
"hubspot",
"ideal",
"imdb",
"instagram-square",
"instagram",
"intercom",
"internet-explorer",
"invision",
"ioxhost",
"itch-io",
"itunes-note",
"itunes",
"java",
"jedi-order",
"jenkins",
"jira",
"joget",
"joomla",
"js-square",
"js",
"jsfiddle",
"kaggle",
"keybase",
"keycdn",
"kickstarter-k",
"kickstarter",
"korvue",
"laravel",
"lastfm-square",
"lastfm",
"leanpub",
"less",
"line",
"linkedin-in",
"linkedin",
"linode",
"linux",
"lyft",
"magento",
"mailchimp",
"mandalorian",
"markdown",
"mastodon",
"maxcdn",
"mdb",
"medapps",
"medium-m",
"medium",
"medrt",
"meetup",
"megaport",
"mendeley",
"microblog",
"microsoft",
"mix",
"mixcloud",
"mixer",
"mizuni",
"modx",
"monero",
"napster",
"neos",
"nimblr",
"node-js",
"node",
"npm",
"ns8",
"nutritionix",
"odnoklassniki-square",
"odnoklassniki",
"old-republic",
"opencart",
"openid",
"opera",
"optin-monster",
"orcid",
"osi",
"page4",
"pagelines",
"palfed",
"patreon",
"paypal",
"penny-arcade",
"periscope",
"phabricator",
"phoenix-framework",
"phoenix-squadron",
"php",
"pied-piper-alt",
"pied-piper-hat",
"pied-piper-pp",
"pied-piper-square",
"pied-piper",
"pinterest-p",
"pinterest-square",
"pinterest",
"playstation",
"product-hunt",
"pushed",
"python",
"qq",
"quinscape",
"quora",
"r-project",
"raspberry-pi",
"ravelry",
"react",
"reacteurope",
"readme",
"rebel",
"red-river",
"reddit-alien",
"reddit-square",
"reddit",
"redhat",
"renren",
"replyd",
"researchgate",
"resolving",
"rev",
"rocketchat",
"rockrms",
"safari",
"salesforce",
"sass",
"schlix",
"scribd",
"searchengin",
"sellcast",
"sellsy",
"servicestack",
"shirtsinbulk",
"shopify",
"shopware",
"simplybuilt",
"sistrix",
"sith",
"sketch",
"skyatlas",
"skype",
"slack-hash",
"slack",
"slideshare",
"snapchat-ghost",
"snapchat-square",
"snapchat",
"soundcloud",
"sourcetree",
"speakap",
"speaker-deck",
"spotify",
"squarespace",
"stack-exchange",
"stack-overflow",
"stackpath",
"staylinked",
"steam-square",
"steam-symbol",
"steam",
"sticker-mule",
"strava",
"stripe-s",
"stripe",
"studiovinari",
"stumbleupon-circle",
"stumbleupon",
"superpowers",
"supple",
"suse",
"swift",
"symfony",
"teamspeak",
"telegram-plane",
"telegram",
"tencent-weibo",
"the-red-yeti",
"themeco",
"themeisle",
"think-peaks",
"trade-federation",
"trello",
"tripadvisor",
"tumblr-square",
"tumblr",
"twitch",
"twitter-square",
"twitter",
"typo3",
"uber",
"ubuntu",
"uikit",
"umbraco",
"uniregistry",
"unity",
"untappd",
"ups",
"usb",
"usps",
"ussunnah",
"vaadin",
"viacoin",
"viadeo-square",
"viadeo",
"viber",
"vimeo-square",
"vimeo-v",
"vimeo",
"vine",
"vk",
"vnv",
"vuejs",
"waze",
"weebly",
"weibo",
"weixin",
"whatsapp-square",
"whatsapp",
"whmcs",
"wikipedia-w",
"windows",
"wix",
"wizards-of-the-coast",
"wolf-pack-battalion",
"wordpress-simple",
"wordpress",
"wpbeginner",
"wpexplorer",
"wpforms",
"wpressr",
"xbox",
"xing-square",
"xing",
"y-combinator",
"yahoo",
"yammer",
"yandex-international",
"yandex",
"yarn",
"yelp",
"yoast",
"youtube-square",
"youtube",
"zhihu"
],
"regular": [
"address-book",
"address-card",
"angry",
"arrow-alt-circle-down",
"arrow-alt-circle-left",
"arrow-alt-circle-right",
"arrow-alt-circle-up",
"bell-slash",
"bell",
"bookmark",
"building",
"calendar-alt",
"calendar-check",
"calendar-minus",
"calendar-plus",
"calendar-times",
"calendar",
"caret-square-down",
"caret-square-left",
"caret-square-right",
"caret-square-up",
"chart-bar",
"check-circle",
"check-square",
"circle",
"clipboard",
"clock",
"clone",
"closed-captioning",
"comment-alt",
"comment-dots",
"comment",
"comments",
"compass",
"copy",
"copyright",
"credit-card",
"dizzy",
"dot-circle",
"edit",
"envelope-open",
"envelope",
"eye-slash",
"eye",
"file-alt",
"file-archive",
"file-audio",
"file-code",
"file-excel",
"file-image",
"file-pdf",
"file-powerpoint",
"file-video",
"file-word",
"file",
"flag",
"flushed",
"folder-open",
"folder",
"font-awesome-logo-full",
"frown-open",
"frown",
"futbol",
"gem",
"grimace",
"grin-alt",
"grin-beam-sweat",
"grin-beam",
"grin-hearts",
"grin-squint-tears",
"grin-squint",
"grin-stars",
"grin-tears",
"grin-tongue-squint",
"grin-tongue-wink",
"grin-tongue",
"grin-wink",
"grin",
"hand-lizard",
"hand-paper",
"hand-peace",
"hand-point-down",
"hand-point-left",
"hand-point-right",
"hand-point-up",
"hand-pointer",
"hand-rock",
"hand-scissors",
"hand-spock",
"handshake",
"hdd",
"heart",
"hospital",
"hourglass",
"id-badge",
"id-card",
"image",
"images",
"keyboard",
"kiss-beam",
"kiss-wink-heart",
"kiss",
"laugh-beam",
"laugh-squint",
"laugh-wink",
"laugh",
"lemon",
"life-ring",
"lightbulb",
"list-alt",
"map",
"meh-blank",
"meh-rolling-eyes",
"meh",
"minus-square",
"money-bill-alt",
"moon",
"newspaper",
"object-group",
"object-ungroup",
"paper-plane",
"pause-circle",
"play-circle",
"plus-square",
"question-circle",
"registered",
"sad-cry",
"sad-tear",
"save",
"share-square",
"smile-beam",
"smile-wink",
"smile",
"snowflake",
"square",
"star-half",
"star",
"sticky-note",
"stop-circle",
"sun",
"surprise",
"thumbs-down",
"thumbs-up",
"times-circle",
"tired",
"trash-alt",
"user-circle",
"user",
"window-close",
"window-maximize",
"window-minimize",
"window-restore"
],
"solid": [
"ad",
"address-book",
"address-card",
"adjust",
"air-freshener",
"align-center",
"align-justify",
"align-left",
"align-right",
"allergies",
"ambulance",
"american-sign-language-interpreting",
"anchor",
"angle-double-down",
"angle-double-left",
"angle-double-right",
"angle-double-up",
"angle-down",
"angle-left",
"angle-right",
"angle-up",
"angry",
"ankh",
"apple-alt",
"archive",
"archway",
"arrow-alt-circle-down",
"arrow-alt-circle-left",
"arrow-alt-circle-right",
"arrow-alt-circle-up",
"arrow-circle-down",
"arrow-circle-left",
"arrow-circle-right",
"arrow-circle-up",
"arrow-down",
"arrow-left",
"arrow-right",
"arrow-up",
"arrows-alt-h",
"arrows-alt-v",
"arrows-alt",
"assistive-listening-systems",
"asterisk",
"at",
"atlas",
"atom",
"audio-description",
"award",
"baby-carriage",
"baby",
"backspace",
"backward",
"bacon",
"bahai",
"balance-scale-left",
"balance-scale-right",
"balance-scale",
"ban",
"band-aid",
"barcode",
"bars",
"baseball-ball",
"basketball-ball",
"bath",
"battery-empty",
"battery-full",
"battery-half",
"battery-quarter",
"battery-three-quarters",
"bed",
"beer",
"bell-slash",
"bell",
"bezier-curve",
"bible",
"bicycle",
"biking",
"binoculars",
"biohazard",
"birthday-cake",
"blender-phone",
"blender",
"blind",
"blog",
"bold",
"bolt",
"bomb",
"bone",
"bong",
"book-dead",
"book-medical",
"book-open",
"book-reader",
"book",
"bookmark",
"border-all",
"border-none",
"border-style",
"bowling-ball",
"box-open",
"box-tissue",
"box",
"boxes",
"braille",
"brain",
"bread-slice",
"briefcase-medical",
"briefcase",
"broadcast-tower",
"broom",
"brush",
"bug",
"building",
"bullhorn",
"bullseye",
"burn",
"bus-alt",
"bus",
"business-time",
"calculator",
"calendar-alt",
"calendar-check",
"calendar-day",
"calendar-minus",
"calendar-plus",
"calendar-times",
"calendar-week",
"calendar",
"camera-retro",
"camera",
"campground",
"candy-cane",
"cannabis",
"capsules",
"car-alt",
"car-battery",
"car-crash",
"car-side",
"car",
"caravan",
"caret-down",
"caret-left",
"caret-right",
"caret-square-down",
"caret-square-left",
"caret-square-right",
"caret-square-up",
"caret-up",
"carrot",
"cart-arrow-down",
"cart-plus",
"cash-register",
"cat",
"certificate",
"chair",
"chalkboard-teacher",
"chalkboard",
"charging-station",
"chart-area",
"chart-bar",
"chart-line",
"chart-pie",
"check-circle",
"check-double",
"check-square",
"check",
"cheese",
"chess-bishop",
"chess-board",
"chess-king",
"chess-knight",
"chess-pawn",
"chess-queen",
"chess-rook",
"chess",
"chevron-circle-down",
"chevron-circle-left",
"chevron-circle-right",
"chevron-circle-up",
"chevron-down",
"chevron-left",
"chevron-right",
"chevron-up",
"child",
"church",
"circle-notch",
"circle",
"city",
"clinic-medical",
"clipboard-check",
"clipboard-list",
"clipboard",
"clock",
"clone",
"closed-captioning",
"cloud-download-alt",
"cloud-meatball",
"cloud-moon-rain",
"cloud-moon",
"cloud-rain",
"cloud-showers-heavy",
"cloud-sun-rain",
"cloud-sun",
"cloud-upload-alt",
"cloud",
"cocktail",
"code-branch",
"code",
"coffee",
"cog",
"cogs",
"coins",
"columns",
"comment-alt",
"comment-dollar",
"comment-dots",
"comment-medical",
"comment-slash",
"comment",
"comments-dollar",
"comments",
"compact-disc",
"compass",
"compress-alt",
"compress-arrows-alt",
"compress",
"concierge-bell",
"cookie-bite",
"cookie",
"copy",
"copyright",
"couch",
"credit-card",
"crop-alt",
"crop",
"cross",
"crosshairs",
"crow",
"crown",
"crutch",
"cube",
"cubes",
"cut",
"database",
"deaf",
"democrat",
"desktop",
"dharmachakra",
"diagnoses",
"dice-d20",
"dice-d6",
"dice-five",
"dice-four",
"dice-one",
"dice-six",
"dice-three",
"dice-two",
"dice",
"digital-tachograph",
"directions",
"disease",
"divide",
"dizzy",
"dna",
"dog",
"dollar-sign",
"dolly-flatbed",
"dolly",
"donate",
"door-closed",
"door-open",
"dot-circle",
"dove",
"download",
"drafting-compass",
"dragon",
"draw-polygon",
"drum-steelpan",
"drum",
"drumstick-bite",
"dumbbell",
"dumpster-fire",
"dumpster",
"dungeon",
"edit",
"egg",
"eject",
"ellipsis-h",
"ellipsis-v",
"envelope-open-text",
"envelope-open",
"envelope-square",
"envelope",
"equals",
"eraser",
"ethernet",
"euro-sign",
"exchange-alt",
"exclamation-circle",
"exclamation-triangle",
"exclamation",
"expand-alt",
"expand-arrows-alt",
"expand",
"external-link-alt",
"external-link-square-alt",
"eye-dropper",
"eye-slash",
"eye",
"fan",
"fast-backward",
"fast-forward",
"faucet",
"fax",
"feather-alt",
"feather",
"female",
"fighter-jet",
"file-alt",
"file-archive",
"file-audio",
"file-code",
"file-contract",
"file-csv",
"file-download",
"file-excel",
"file-export",
"file-image",
"file-import",
"file-invoice-dollar",
"file-invoice",
"file-medical-alt",
"file-medical",
"file-pdf",
"file-powerpoint",
"file-prescription",
"file-signature",
"file-upload",
"file-video",
"file-word",
"file",
"fill-drip",
"fill",
"film",
"filter",
"fingerprint",
"fire-alt",
"fire-extinguisher",
"fire",
"first-aid",
"fish",
"fist-raised",
"flag-checkered",
"flag-usa",
"flag",
"flask",
"flushed",
"folder-minus",
"folder-open",
"folder-plus",
"folder",
"font-awesome-logo-full",
"font",
"football-ball",
"forward",
"frog",
"frown-open",
"frown",
"funnel-dollar",
"futbol",
"gamepad",
"gas-pump",
"gavel",
"gem",
"genderless",
"ghost",
"gift",
"gifts",
"glass-cheers",
"glass-martini-alt",
"glass-martini",
"glass-whiskey",
"glasses",
"globe-africa",
"globe-americas",
"globe-asia",
"globe-europe",
"globe",
"golf-ball",
"gopuram",
"graduation-cap",
"greater-than-equal",
"greater-than",
"grimace",
"grin-alt",
"grin-beam-sweat",
"grin-beam",
"grin-hearts",
"grin-squint-tears",
"grin-squint",
"grin-stars",
"grin-tears",
"grin-tongue-squint",
"grin-tongue-wink",
"grin-tongue",
"grin-wink",
"grin",
"grip-horizontal",
"grip-lines-vertical",
"grip-lines",
"grip-vertical",
"guitar",
"h-square",
"hamburger",
"hammer",
"hamsa",
"hand-holding-heart",
"hand-holding-medical",
"hand-holding-usd",
"hand-holding-water",
"hand-holding",
"hand-lizard",
"hand-middle-finger",
"hand-paper",
"hand-peace",
"hand-point-down",
"hand-point-left",
"hand-point-right",
"hand-point-up",
"hand-pointer",
"hand-rock",
"hand-scissors",
"hand-sparkles",
"hand-spock",
"hands-helping",
"hands-wash",
"hands",
"handshake-alt-slash",
"handshake-slash",
"handshake",
"hanukiah",
"hard-hat",
"hashtag",
"hat-cowboy-side",
"hat-cowboy",
"hat-wizard",
"hdd",
"head-side-cough-slash",
"head-side-cough",
"head-side-mask",
"head-side-virus",
"heading",
"headphones-alt",
"headphones",
"headset",
"heart-broken",
"heart",
"heartbeat",
"helicopter",
"highlighter",
"hiking",
"hippo",
"history",
"hockey-puck",
"holly-berry",
"home",
"horse-head",
"horse",
"hospital-alt",
"hospital-symbol",
"hospital-user",
"hospital",
"hot-tub",
"hotdog",
"hotel",
"hourglass-end",
"hourglass-half",
"hourglass-start",
"hourglass",
"house-damage",
"house-user",
"hryvnia",
"i-cursor",
"ice-cream",
"icicles",
"icons",
"id-badge",
"id-card-alt",
"id-card",
"igloo",
"image",
"images",
"inbox",
"indent",
"industry",
"infinity",
"info-circle",
"info",
"italic",
"jedi",
"joint",
"journal-whills",
"kaaba",
"key",
"keyboard",
"khanda",
"kiss-beam",
"kiss-wink-heart",
"kiss",
"kiwi-bird",
"landmark",
"language",
"laptop-code",
"laptop-house",
"laptop-medical",
"laptop",
"laugh-beam",
"laugh-squint",
"laugh-wink",
"laugh",
"layer-group",
"leaf",
"lemon",
"less-than-equal",
"less-than",
"level-down-alt",
"level-up-alt",
"life-ring",
"lightbulb",
"link",
"lira-sign",
"list-alt",
"list-ol",
"list-ul",
"list",
"location-arrow",
"lock-open",
"lock",
"long-arrow-alt-down",
"long-arrow-alt-left",
"long-arrow-alt-right",
"long-arrow-alt-up",
"low-vision",
"luggage-cart",
"lungs-virus",
"lungs",
"magic",
"magnet",
"mail-bulk",
"male",
"map-marked-alt",
"map-marked",
"map-marker-alt",
"map-marker",
"map-pin",
"map-signs",
"map",
"marker",
"mars-double",
"mars-stroke-h",
"mars-stroke-v",
"mars-stroke",
"mars",
"mask",
"medal",
"medkit",
"meh-blank",
"meh-rolling-eyes",
"meh",
"memory",
"menorah",
"mercury",
"meteor",
"microchip",
"microphone-alt-slash",
"microphone-alt",
"microphone-slash",
"microphone",
"microscope",
"minus-circle",
"minus-square",
"minus",
"mitten",
"mobile-alt",
"mobile",
"money-bill-alt",
"money-bill-wave-alt",
"money-bill-wave",
"money-bill",
"money-check-alt",
"money-check",
"monument",
"moon",
"mortar-pestle",
"mosque",
"motorcycle",
"mountain",
"mouse-pointer",
"mouse",
"mug-hot",
"music",
"network-wired",
"neuter",
"newspaper",
"not-equal",
"notes-medical",
"object-group",
"object-ungroup",
"oil-can",
"om",
"otter",
"outdent",
"pager",
"paint-brush",
"paint-roller",
"palette",
"pallet",
"paper-plane",
"paperclip",
"parachute-box",
"paragraph",
"parking",
"passport",
"pastafarianism",
"paste",
"pause-circle",
"pause",
"paw",
"peace",
"pen-alt",
"pen-fancy",
"pen-nib",
"pen-square",
"pen",
"pencil-alt",
"pencil-ruler",
"people-arrows",
"people-carry",
"pepper-hot",
"percent",
"percentage",
"person-booth",
"phone-alt",
"phone-slash",
"phone-square-alt",
"phone-square",
"phone-volume",
"phone",
"photo-video",
"piggy-bank",
"pills",
"pizza-slice",
"place-of-worship",
"plane-arrival",
"plane-departure",
"plane-slash",
"plane",
"play-circle",
"play",
"plug",
"plus-circle",
"plus-square",
"plus",
"podcast",
"poll-h",
"poll",
"poo-storm",
"poo",
"poop",
"portrait",
"pound-sign",
"power-off",
"pray",
"praying-hands",
"prescription-bottle-alt",
"prescription-bottle",
"prescription",
"print",
"procedures",
"project-diagram",
"pump-medical",
"pump-soap",
"puzzle-piece",
"qrcode",
"question-circle",
"question",
"quidditch",
"quote-left",
"quote-right",
"quran",
"radiation-alt",
"radiation",
"rainbow",
"random",
"receipt",
"record-vinyl",
"recycle",
"redo-alt",
"redo",
"registered",
"remove-format",
"reply-all",
"reply",
"republican",
"restroom",
"retweet",
"ribbon",
"ring",
"road",
"robot",
"rocket",
"route",
"rss-square",
"rss",
"ruble-sign",
"ruler-combined",
"ruler-horizontal",
"ruler-vertical",
"ruler",
"running",
"rupee-sign",
"sad-cry",
"sad-tear",
"satellite-dish",
"satellite",
"save",
"school",
"screwdriver",
"scroll",
"sd-card",
"search-dollar",
"search-location",
"search-minus",
"search-plus",
"search",
"seedling",
"server",
"shapes",
"share-alt-square",
"share-alt",
"share-square",
"share",
"shekel-sign",
"shield-alt",
"shield-virus",
"ship",
"shipping-fast",
"shoe-prints",
"shopping-bag",
"shopping-basket",
"shopping-cart",
"shower",
"shuttle-van",
"sign-in-alt",
"sign-language",
"sign-out-alt",
"sign",
"signal",
"signature",
"sim-card",
"sitemap",
"skating",
"skiing-nordic",
"skiing",
"skull-crossbones",
"skull",
"slash",
"sleigh",
"sliders-h",
"smile-beam",
"smile-wink",
"smile",
"smog",
"smoking-ban",
"smoking",
"sms",
"snowboarding",
"snowflake",
"snowman",
"snowplow",
"soap",
"socks",
"solar-panel",
"sort-alpha-down-alt",
"sort-alpha-down",
"sort-alpha-up-alt",
"sort-alpha-up",
"sort-amount-down-alt",
"sort-amount-down",
"sort-amount-up-alt",
"sort-amount-up",
"sort-down",
"sort-numeric-down-alt",
"sort-numeric-down",
"sort-numeric-up-alt",
"sort-numeric-up",
"sort-up",
"sort",
"spa",
"space-shuttle",
"spell-check",
"spider",
"spinner",
"splotch",
"spray-can",
"square-full",
"square-root-alt",
"square",
"stamp",
"star-and-crescent",
"star-half-alt",
"star-half",
"star-of-david",
"star-of-life",
"star",
"step-backward",
"step-forward",
"stethoscope",
"sticky-note",
"stop-circle",
"stop",
"stopwatch-20",
"stopwatch",
"store-alt-slash",
"store-alt",
"store-slash",
"store",
"stream",
"street-view",
"strikethrough",
"stroopwafel",
"subscript",
"subway",
"suitcase-rolling",
"suitcase",
"sun",
"superscript",
"surprise",
"swatchbook",
"swimmer",
"swimming-pool",
"synagogue",
"sync-alt",
"sync",
"syringe",
"table-tennis",
"table",
"tablet-alt",
"tablet",
"tablets",
"tachometer-alt",
"tag",
"tags",
"tape",
"tasks",
"taxi",
"teeth-open",
"teeth",
"temperature-high",
"temperature-low",
"tenge",
"terminal",
"text-height",
"text-width",
"th-large",
"th-list",
"th",
"theater-masks",
"thermometer-empty",
"thermometer-full",
"thermometer-half",
"thermometer-quarter",
"thermometer-three-quarters",
"thermometer",
"thumbs-down",
"thumbs-up",
"thumbtack",
"ticket-alt",
"times-circle",
"times",
"tint-slash",
"tint",
"tired",
"toggle-off",
"toggle-on",
"toilet-paper-slash",
"toilet-paper",
"toilet",
"toolbox",
"tools",
"tooth",
"torah",
"torii-gate",
"tractor",
"trademark",
"traffic-light",
"trailer",
"train",
"tram",
"transgender-alt",
"transgender",
"trash-alt",
"trash-restore-alt",
"trash-restore",
"trash",
"tree",
"trophy",
"truck-loading",
"truck-monster",
"truck-moving",
"truck-pickup",
"truck",
"tshirt",
"tty",
"tv",
"umbrella-beach",
"umbrella",
"underline",
"undo-alt",
"undo",
"universal-access",
"university",
"unlink",
"unlock-alt",
"unlock",
"upload",
"user-alt-slash",
"user-alt",
"user-astronaut",
"user-check",
"user-circle",
"user-clock",
"user-cog",
"user-edit",
"user-friends",
"user-graduate",
"user-injured",
"user-lock",
"user-md",
"user-minus",
"user-ninja",
"user-nurse",
"user-plus",
"user-secret",
"user-shield",
"user-slash",
"user-tag",
"user-tie",
"user-times",
"user",
"users-cog",
"users",
"utensil-spoon",
"utensils",
"vector-square",
"venus-double",
"venus-mars",
"venus",
"vial",
"vials",
"video-slash",
"video",
"vihara",
"virus-slash",
"virus",
"viruses",
"voicemail",
"volleyball-ball",
"volume-down",
"volume-mute",
"volume-off",
"volume-up",
"vote-yea",
"vr-cardboard",
"walking",
"wallet",
"warehouse",
"water",
"wave-square",
"weight-hanging",
"weight",
"wheelchair",
"wifi",
"wind",
"window-close",
"window-maximize",
"window-minimize",
"window-restore",
"wine-bottle",
"wine-glass-alt",
"wine-glass",
"won-sign",
"wrench",
"x-ray",
"yen-sign",
"yin-yang"
]
}
{
"acrobat-reader": 60095,
"applemusic": 60096,
"atlassian": 60097,
"aws": 60098,
"baidu": 60099,
"bing": 60100,
"bower": 60101,
"dailymotion": 60102,
"delicious": 60103,
"deviantart": 60104,
"disqus": 60105,
"flipboard": 60106,
"graphql": 60107,
"hexo": 60108,
"hipchat": 60109,
"icq": 60110,
"invision": 60111,
"jekyll": 60112,
"jira": 60113,
"json": 60114,
"livestream": 60115,
"messenger": 60116,
"meteor": 60117,
"onenote": 60118,
"mongodb": 60119,
"netflix": 60120,
"nginx": 60121,
"odnoklassniki": 60122,
"onedrive": 60123,
"origin": 60124,
"pingdom": 60125,
"rails": 60126,
"raspberry-pi": 60127,
"redis": 60128,
"redux": 60129,
"saucelabs": 60130,
"scorp": 60131,
"sentry": 60132,
"shazam": 60133,
"shopify": 60134,
"sinaweibo": 60135,
"slides": 60136,
"sublimetext": 60137,
"swift": 60138,
"ted": 60139,
"telegram": 60140,
"tesla": 60141,
"tinder": 60142,
"treehouse": 60143,
"twoo": 60144,
"udacity": 60145,
"webstorm": 60146,
"wix": 60147,
"yandex-international": 60148,
"yandex": 60149,
"ember": 60087,
"cpanel": 60088,
"viber": 60089,
"deskpro": 60090,
"discord": 60091,
"discourse": 60092,
"adobe": 60059,
"algolia": 60060,
"atom": 60061,
"babel": 60062,
"coffeescript": 60063,
"electronjs": 60064,
"mysql": 60065,
"oracle": 60066,
"php": 60067,
"sourcetree": 60068,
"ubuntu": 60069,
"unity": 60070,
"unreal-engine": 60071,
"webpack": 60072,
"angelist": 60026,
"app-store": 60027,
"digg": 60030,
"dockers": 60031,
"envato": 60032,
"gitlab": 60033,
"google-drive": 60034,
"google-play": 60035,
"grunt": 60036,
"gulp": 60037,
"hacker-news": 60038,
"imdb": 60039,
"jenkins": 60040,
"joomla": 60041,
"kickstarter": 60042,
"laravel": 60043,
"less": 60044,
"line": 60045,
"npm": 60046,
"periscope": 60047,
"product-hunt": 60048,
"quora": 60049,
"skyatlas": 60050,
"stylus": 60051,
"travis": 60052,
"trello": 60053,
"uber": 60054,
"vine": 60055,
"visual-studio": 60056,
"vk": 60057,
"vuejs": 60058,
"microsoft": 60025,
"blogger": 60028,
"500px": 59658,
"amazon": 59659,
"ampproject": 59660,
"android": 59661,
"angularjs": 59662,
"apple": 59663,
"behance": 59664,
"bitbucket": 59665,
"bluetooth-b": 59666,
"cloudflare": 59667,
"codepen": 59668,
"css3": 59669,
"dribbble": 59670,
"dropbox": 59671,
"facebook": 59672,
"flickr": 59673,
"foursquare": 59674,
"git": 59675,
"github": 59676,
"google-plus": 59677,
"google": 59678,
"hangout": 59679,
"houzz": 59680,
"html5": 59681,
"instagram": 59682,
"java": 59683,
"jquery": 59684,
"jsfiddle": 59685,
"linkedin": 59686,
"linux": 59687,
"magento": 59688,
"maxcdn": 59689,
"medium": 59690,
"meetup": 59691,
"nodejs": 59692,
"opencart": 59693,
"pinterest": 59694,
"playstation": 59695,
"python": 59696,
"react": 59697,
"reddit": 59698,
"ruby": 59699,
"sass": 59700,
"skype": 59701,
"slack": 59702,
"snapchat": 59703,
"soundcloud": 59704,
"spotify": 59705,
"stack-overflow": 59706,
"steam": 59707,
"stumbleupon": 59708,
"svn": 59709,
"swarm": 59710,
"tripadvisor": 59711,
"tumblr": 59712,
"twitch": 59713,
"twitter": 59714,
"vimeo": 59715,
"wetransfer": 59716,
"whatsapp": 59717,
"wifi-logo": 59718,
"wikipedia": 59719,
"windows": 59720,
"wordpress": 59721,
"xbox": 59722,
"yahoo": 59723,
"yelp": 59724,
"youtube-play": 59725,
"cocoapods": 60200,
"composer": 60201,
"yarn": 60202,
"language": 59943,
"toggle-off": 59948,
"toggle-on": 60029,
"anchor": 60094,
"archive": 60150,
"at": 60151,
"ban": 60152,
"battery-half": 60153,
"battery-full": 60154,
"battery-empty": 60155,
"battery-quarter": 60156,
"battery-three-quarters": 60157,
"bell-alt": 60158,
"bell": 60159,
"bookmark-alt": 60160,
"bookmark": 60161,
"bug": 60162,
"calculator": 60163,
"calendar": 60164,
"crosshairs": 60165,
"desktop": 60166,
"download": 60167,
"film": 60168,
"history": 60169,
"hourglass-end": 60170,
"hourglass-half": 60171,
"hourglass-start": 60172,
"hourglass": 60173,
"info": 60174,
"key": 60175,
"keyboard": 60176,
"laptop": 60177,
"lightbulb": 60178,
"magnet": 60179,
"map-marker-alt": 60180,
"map-marker": 60181,
"map": 60182,
"mobile-alt": 60183,
"mobile": 60184,
"paw": 60185,
"phone": 60186,
"power": 60187,
"qrcode": 60188,
"question": 60189,
"search": 60190,
"sitemap": 60191,
"star-half": 60192,
"stopwatch": 60193,
"tablet-alt": 60194,
"tablet": 60195,
"ticket": 60196,
"tv": 60197,
"upload": 60198,
"user-secret": 60199,
"camera": 59798,
"clock": 59799,
"close-a": 59800,
"code": 59801,
"comment": 59802,
"commenting": 59803,
"comments": 59804,
"crop": 59805,
"cursor": 59806,
"database": 59807,
"date": 59808,
"earth": 59809,
"email": 59810,
"eye": 59811,
"female": 59812,
"favorite": 59813,
"filter": 59814,
"fire": 59815,
"flag": 59816,
"flash": 59817,
"home": 59818,
"link": 59819,
"locked": 59820,
"male": 59821,
"minus-a": 59822,
"more-v-a": 59823,
"more-v": 59824,
"move-h-a": 59825,
"move-h": 59826,
"nav-icon-a": 59827,
"nav-icon-grid-a": 59828,
"nav-icon-grid": 59829,
"nav-icon-list-a": 59830,
"nav-icon-list": 59831,
"nav-icon": 59832,
"navigate": 59833,
"paper-plane": 59834,
"person": 59835,
"persons": 59836,
"picture": 59837,
"plus-a": 59838,
"print": 59839,
"quote-a-left": 59840,
"quote-a-right": 59841,
"quote-left": 59842,
"quote-right": 59843,
"reply": 59844,
"rss": 59845,
"scissors": 59846,
"share-a": 59847,
"share": 59848,
"trash": 59849,
"unlocked": 59850,
"usb": 59851,
"wifi": 59852,
"world-o": 59853,
"world": 59854,
"zoom": 59855,
"adjust": 60015,
"recycle": 60016,
"pinboard": 60093,
"zoom-minus": 60082,
"zoom-plus": 60083,
"check": 60084,
"asterisk": 60085,
"hashtag": 60086,
"checkbox-active": 59778,
"checkbox-passive": 59779,
"radio-btn-active": 59780,
"radio-btn-passive": 59781,
"shopping-bag-1": 60011,
"shopping-bag": 60012,
"shopping-barcode": 60017,
"shopping-basket-add": 60018,
"shopping-basket-remove": 60019,
"shopping-basket": 60020,
"shopping-package": 60021,
"shopping-pos-machine": 60022,
"shopping-sale": 60023,
"shopping-store": 60024,
"angle-dobule-down": 59748,
"angle-dobule-left": 59749,
"angle-dobule-right": 59750,
"angle-dobule-up": 59751,
"angle-down": 59752,
"angle-left": 59753,
"angle-right": 59754,
"angle-up": 59755,
"arrow-down-l": 59756,
"arrow-down": 59757,
"arrow-expand": 59758,
"arrow-h": 59759,
"arrow-left-l": 59760,
"arrow-left": 59761,
"arrow-move": 59762,
"arrow-resize": 59763,
"arrow-return-left": 59764,
"arrow-return-right": 59765,
"arrow-right-l": 59766,
"arrow-right": 59767,
"arrow-swap": 59768,
"arrow-up-l": 59769,
"arrow-up": 59770,
"arrow-v": 59771,
"caret-down": 59772,
"caret-left": 59773,
"caret-right": 59774,
"caret-up": 59775,
"fi": 59776,
"fontisto": 59777,
"backward": 59866,
"eject": 59867,
"equalizer": 59868,
"forward": 59869,
"headphone": 59870,
"heart": 59871,
"mic": 59872,
"music-note": 59873,
"pause": 59874,
"play-list": 59875,
"play": 59876,
"player-settings": 59877,
"podcast": 59878,
"random": 59879,
"record": 59880,
"star": 59881,
"step-backwrad": 59882,
"step-forward": 59883,
"stop": 59884,
"volume-down": 59885,
"volume-mute": 59886,
"volume-off": 59887,
"volume-up": 59888,
"airplay": 60008,
"bold": 59918,
"broken-link": 59919,
"center-align": 59920,
"close": 59921,
"columns": 59922,
"copy": 59923,
"eraser": 59924,
"export": 59925,
"file-1": 59926,
"file-2": 59927,
"folder": 59928,
"font": 59929,
"import": 59930,
"indent": 59931,
"italic": 59932,
"justify": 59933,
"left-align": 59934,
"link2": 59935,
"list-1": 59936,
"list-2": 59937,
"outdent": 59938,
"paperclip": 59939,
"paragraph": 59940,
"paste": 59941,
"preview": 59942,
"print2": 59943,
"redo": 59944,
"right-align": 59945,
"save-1": 59946,
"save": 59947,
"scissors2": 59948,
"strikethrough": 59949,
"subscript": 59950,
"superscript": 59951,
"table-1": 59952,
"table-2": 59953,
"text-height": 59954,
"text-width": 59955,
"underline": 59956,
"undo": 59957,
"cloud-down": 59958,
"cloud-refresh": 59959,
"cloud-up": 59960,
"cloudy-gusts": 59961,
"cloudy": 59962,
"compass": 59963,
"day-cloudy": 59964,
"day-haze": 59965,
"day-lightning": 59966,
"day-rain": 59967,
"day-snow": 59968,
"day-sunny": 59969,
"fog": 59970,
"horizon-alt": 59971,
"horizon": 59972,
"lightning": 59973,
"lightnings": 59974,
"night-alt-cloudy": 59975,
"night-alt-lightning": 59976,
"night-alt-rain": 59977,
"night-alt-snow": 59978,
"night-clear": 59979,
"rain": 59980,
"rainbow": 59981,
"rains": 59982,
"snow": 59983,
"snows": 59984,
"thermometer": 59985,
"umbrella": 59986,
"wind": 59987,
"confused": 59988,
"dizzy": 59989,
"expressionless": 59990,
"frowning": 59991,
"heart-eyes": 59992,
"laughing": 59993,
"mad": 59994,
"nervous": 59995,
"neutral": 59996,
"open-mouth": 59997,
"rage": 59998,
"slightly-smile": 59999,
"smiley": 60000,
"smiling": 60001,
"stuck-out-tongue": 60002,
"sunglasses": 60003,
"surprised": 60004,
"tongue": 60005,
"wink": 60006,
"zipper-mouth": 60007,
"aids": 60233,
"ambulance": 60234,
"bandage": 60235,
"bed-patient": 60236,
"blood-drop": 60237,
"blood-test": 60238,
"blood": 60239,
"dna": 60240,
"doctor": 60241,
"drug-pack": 60242,
"first-aid-alt": 60243,
"heart-alt": 60244,
"heartbeat-alt": 60245,
"heartbeat": 60246,
"helicopter-ambulance": 60247,
"hospital": 60248,
"injection-syringe": 60249,
"laboratory": 60250,
"nurse": 60251,
"nursing-home": 60252,
"paralysis-disability": 60253,
"pills": 60254,
"prescription": 60255,
"pulse": 60256,
"stethoscope": 60257,
"surgical-knife": 60258,
"tablets": 60259,
"test-bottle": 60260,
"test-tube-alt": 60261,
"test-tube": 60262,
"thermometer-alt": 60263,
"american-express": 59856,
"credit-card": 59857,
"google-wallet": 59858,
"iyzigo": 59859,
"mastercard": 59860,
"paypal-p": 59861,
"paypal": 59862,
"payu": 59863,
"troy": 59864,
"visa": 59865,
"dinners-club": 60010,
"apple-pay": 60009,
"discover": 60013,
"jcb": 60014,
"dislike": 59796,
"like": 59797,
"audio-description": 59648,
"blind": 59649,
"braille": 59650,
"deaf": 59651,
"fa-american-sign-language-interpreting": 59652,
"low-vision": 59654,
"tty": 59655,
"universal-acces": 59656,
"wheelchair": 59657,
"area-chart": 59732,
"bar-chart": 59733,
"line-chart": 59734,
"pie-chart-1": 59735,
"pie-chart-2": 59736,
"chrome": 59726,
"edge": 59727,
"firefox": 59728,
"internet-explorer": 59729,
"opera": 59730,
"safari": 59731,
"bitcoin": 59737,
"dollar": 59738,
"euro": 59739,
"gbp": 59740,
"gg": 59741,
"ils": 59742,
"inr": 59743,
"krw": 59744,
"rouble": 59745,
"tl": 59746,
"yen": 59747,
"genderless": 59782,
"intersex": 59783,
"mars-double": 59784,
"mars-stroke-h": 59785,
"mars-stroke-v": 59786,
"mars-stroke": 59787,
"mars": 59788,
"mercury": 59789,
"neuter": 59790,
"transgender-alt": 59791,
"transgender": 59792,
"venus-double": 59793,
"venus-mars": 59794,
"venus": 59795,
"automobile": 59899,
"bicycle": 59900,
"bus": 59901,
"car": 59902,
"helicopter": 59903,
"metro": 59904,
"motorcycle": 59905,
"plane": 59906,
"rocket": 59907,
"ship": 59908,
"subway": 59909,
"taxi": 59910,
"train": 59911,
"truck": 59912,
"yacht": 59913,
"beach-slipper": 60203,
"bus-ticket": 60204,
"cocktail": 60205,
"compass-alt": 60206,
"direction-sign": 60207,
"do-not-disturb": 60208,
"flotation-ring": 60209,
"holiday-village": 60210,
"hot-air-balloon": 60211,
"hotel-alt": 60212,
"hotel": 60213,
"island": 60214,
"money-symbol": 60215,
"parasol": 60216,
"passport-alt": 60217,
"passport": 60218,
"photograph": 60219,
"plane-ticket": 60220,
"room": 60221,
"sait-boat": 60222,
"snorkel": 60223,
"suitcase-alt": 60224,
"suitcase": 60225,
"sun": 60226,
"sunglasses-alt": 60227,
"swimsuit": 60228,
"tent": 60229,
"ticket-alt": 60230,
"train-ticket": 60231,
"wallet": 60232,
"circle-o-notch": 59889,
"propeller-1": 59890,
"propeller-2": 59891,
"propeller-3": 59892,
"propeller-4": 59893,
"spinner-cog": 59894,
"spinner-fidget": 59895,
"spinner-refresh": 59896,
"spinner-rotate-forward": 59897,
"spinner": 59898,
"snowflake": 60081,
"snowflake-1": 60073,
"snowflake-2": 60074,
"snowflake-3": 60075,
"snowflake-4": 60076,
"snowflake-5": 60077,
"snowflake-6": 60078,
"snowflake-7": 60079,
"snowflake-8": 60080,
"curve": 59915,
"ellipse": 59916,
"rectangle": 59917,
"shield": 59914
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment