@ncds/ui-admin-icon 0.1.6 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/line/align-bottom-03.svg +3 -0
- package/assets/line/align-horizontal-centre-03.svg +3 -0
- package/assets/line/align-left-03.svg +3 -0
- package/assets/line/align-right-03.svg +3 -0
- package/assets/line/align-top-03.svg +3 -0
- package/assets/line/align-vertical-center-03.svg +3 -0
- package/assets/line/button.svg +3 -0
- package/assets/line/cart-alert.svg +3 -0
- package/assets/line/circle.svg +3 -0
- package/assets/line/coin-stopwatch.svg +3 -0
- package/assets/line/dotted-line-1.svg +3 -0
- package/assets/line/dotted-line-2.svg +3 -0
- package/assets/line/dotted-line-arrow-both.svg +3 -0
- package/assets/line/dotted-line-arrow-left.svg +3 -0
- package/assets/line/dotted-line-arrow-right.svg +3 -0
- package/assets/line/pill.svg +3 -0
- package/assets/line/ratio-1-by-1.svg +3 -0
- package/assets/line/ratio-16-by-9.svg +3 -0
- package/assets/line/ratio-2-by-3.svg +3 -0
- package/assets/line/ratio-3-by-2.svg +3 -0
- package/assets/line/ratio-3-by-4.svg +3 -0
- package/assets/line/ratio-4-by-3.svg +3 -0
- package/assets/line/ratio-9-by-16.svg +3 -0
- package/assets/line/rectangle-round.svg +3 -0
- package/assets/line/rectangle-slider.svg +3 -0
- package/assets/line/rectangle.svg +3 -0
- package/assets/line/section-bottom.svg +3 -0
- package/assets/line/section-center.svg +3 -0
- package/assets/line/section-top.svg +3 -0
- package/assets/line/section.svg +3 -0
- package/assets/line/shopping-bag-alert.svg +3 -0
- package/assets/line/shopping-bag-repeat.svg +3 -0
- package/assets/line/shopping-bag-x.svg +3 -0
- package/assets/line/solid-line-1.svg +3 -0
- package/assets/line/solid-line-2.svg +4 -0
- package/assets/line/solid-line-arrow-both.svg +3 -0
- package/assets/line/solid-line-arrow-left.svg +3 -0
- package/assets/line/solid-line-arrow-right.svg +3 -0
- package/assets/line/square.svg +3 -0
- package/assets/social/apple.svg +3 -0
- package/assets/social/facebook.svg +11 -0
- package/assets/social/google.svg +13 -0
- package/assets/social/instagram.svg +12 -0
- package/assets/social/kakao.svg +10 -0
- package/assets/social/naver-blog.svg +22 -0
- package/assets/social/naver.svg +10 -0
- package/assets/social/payco.svg +16 -0
- package/assets/social/tiktok.svg +5 -0
- package/assets/social/tistory.svg +8 -0
- package/assets/social/vemeo.svg +3 -0
- package/assets/social/x.svg +3 -0
- package/assets/social/youtube.svg +11 -0
- package/assets/solid/alignment-bottom-center.svg +3 -0
- package/assets/solid/alignment-center.svg +3 -0
- package/assets/solid/alignment-horizontal.svg +3 -0
- package/assets/solid/alignment-left-center.svg +3 -0
- package/assets/solid/alignment-left-end.svg +3 -0
- package/assets/solid/alignment-left-start.svg +3 -0
- package/assets/solid/alignment-right-center.svg +3 -0
- package/assets/solid/alignment-right-end.svg +3 -0
- package/assets/solid/alignment-right-start.svg +3 -0
- package/assets/solid/alignment-top-center.svg +3 -0
- package/assets/solid/alignment-vertical.svg +3 -0
- package/dist/cjs/components/AlignBottom03.js +39 -0
- package/dist/cjs/components/AlignHorizontalCentre03.js +39 -0
- package/dist/cjs/components/AlignLeft03.js +39 -0
- package/dist/cjs/components/AlignRight03.js +39 -0
- package/dist/cjs/components/AlignTop03.js +39 -0
- package/dist/cjs/components/AlignVerticalCenter03.js +39 -0
- package/dist/cjs/components/AlignmentBottomCenterFill.js +39 -0
- package/dist/cjs/components/AlignmentCenterFill.js +39 -0
- package/dist/cjs/components/AlignmentHorizontalFill.js +39 -0
- package/dist/cjs/components/AlignmentLeftCenterFill.js +39 -0
- package/dist/cjs/components/AlignmentLeftEndFill.js +39 -0
- package/dist/cjs/components/AlignmentLeftStartFill.js +39 -0
- package/dist/cjs/components/AlignmentRightCenterFill.js +39 -0
- package/dist/cjs/components/AlignmentRightEndFill.js +39 -0
- package/dist/cjs/components/AlignmentRightStartFill.js +39 -0
- package/dist/cjs/components/AlignmentTopCenterFill.js +39 -0
- package/dist/cjs/components/AlignmentVerticalFill.js +39 -0
- package/dist/cjs/components/Button.js +39 -0
- package/dist/cjs/components/CartAlert.js +39 -0
- package/dist/cjs/components/Circle.js +39 -0
- package/dist/cjs/components/CoinStopwatch.js +39 -0
- package/dist/cjs/components/DottedLine1.js +39 -0
- package/dist/cjs/components/DottedLine2.js +39 -0
- package/dist/cjs/components/DottedLineArrowBoth.js +39 -0
- package/dist/cjs/components/DottedLineArrowLeft.js +39 -0
- package/dist/cjs/components/DottedLineArrowRight.js +39 -0
- package/dist/cjs/components/Pill.js +39 -0
- package/dist/cjs/components/Ratio16By9.js +39 -0
- package/dist/cjs/components/Ratio1By1.js +39 -0
- package/dist/cjs/components/Ratio2By3.js +39 -0
- package/dist/cjs/components/Ratio3By2.js +39 -0
- package/dist/cjs/components/Ratio3By4.js +39 -0
- package/dist/cjs/components/Ratio4By3.js +39 -0
- package/dist/cjs/components/Ratio9By16.js +39 -0
- package/dist/cjs/components/Rectangle.js +39 -0
- package/dist/cjs/components/RectangleRound.js +39 -0
- package/dist/cjs/components/RectangleSlider.js +39 -0
- package/dist/cjs/components/Section.js +39 -0
- package/dist/cjs/components/SectionBottom.js +39 -0
- package/dist/cjs/components/SectionCenter.js +39 -0
- package/dist/cjs/components/SectionTop.js +39 -0
- package/dist/cjs/components/ShoppingBagAlert.js +39 -0
- package/dist/cjs/components/ShoppingBagRepeat.js +39 -0
- package/dist/cjs/components/ShoppingBagX.js +39 -0
- package/dist/cjs/components/SocialApple.js +39 -0
- package/dist/cjs/components/SocialFacebook.js +44 -0
- package/dist/cjs/components/SocialGoogle.js +46 -0
- package/dist/cjs/components/SocialInstagram.js +44 -0
- package/dist/cjs/components/SocialKakao.js +43 -0
- package/dist/cjs/components/SocialNaver.js +43 -0
- package/dist/cjs/components/SocialNaverBlog.js +54 -0
- package/dist/cjs/components/SocialPayco.js +47 -0
- package/dist/cjs/components/SocialTiktok.js +41 -0
- package/dist/cjs/components/SocialTistory.js +39 -0
- package/dist/cjs/components/SocialVemeo.js +39 -0
- package/dist/cjs/components/SocialX.js +39 -0
- package/dist/cjs/components/SocialYoutube.js +44 -0
- package/dist/cjs/components/SolidLine1.js +39 -0
- package/dist/cjs/components/SolidLine2.js +39 -0
- package/dist/cjs/components/SolidLineArrowBoth.js +39 -0
- package/dist/cjs/components/SolidLineArrowLeft.js +39 -0
- package/dist/cjs/components/SolidLineArrowRight.js +39 -0
- package/dist/cjs/components/Square.js +39 -0
- package/dist/cjs/components/index.js +177 -50
- package/dist/cjs/map/0.js +7 -0
- package/dist/cjs/map/1.js +2 -0
- package/dist/cjs/map/2.js +4 -0
- package/dist/cjs/map/3.js +7 -0
- package/dist/cjs/map/4.js +4 -0
- package/dist/cjs/map/5.js +6 -0
- package/dist/cjs/map/6.js +2 -0
- package/dist/cjs/map/7.js +2 -0
- package/dist/cjs/map/8.js +4 -0
- package/dist/cjs/map/9.js +4 -0
- package/dist/cjs/map/a.js +5 -0
- package/dist/cjs/map/c.js +2 -0
- package/dist/cjs/map/d.js +2 -0
- package/dist/cjs/map/e.js +3 -0
- package/dist/cjs/map/f.js +9 -0
- package/dist/esm/components/AlignBottom03.js +4 -0
- package/dist/esm/components/AlignHorizontalCentre03.js +4 -0
- package/dist/esm/components/AlignLeft03.js +4 -0
- package/dist/esm/components/AlignRight03.js +4 -0
- package/dist/esm/components/AlignTop03.js +4 -0
- package/dist/esm/components/AlignVerticalCenter03.js +4 -0
- package/dist/esm/components/AlignmentBottomCenterFill.js +4 -0
- package/dist/esm/components/AlignmentCenterFill.js +4 -0
- package/dist/esm/components/AlignmentHorizontalFill.js +4 -0
- package/dist/esm/components/AlignmentLeftCenterFill.js +4 -0
- package/dist/esm/components/AlignmentLeftEndFill.js +4 -0
- package/dist/esm/components/AlignmentLeftStartFill.js +4 -0
- package/dist/esm/components/AlignmentRightCenterFill.js +4 -0
- package/dist/esm/components/AlignmentRightEndFill.js +4 -0
- package/dist/esm/components/AlignmentRightStartFill.js +4 -0
- package/dist/esm/components/AlignmentTopCenterFill.js +4 -0
- package/dist/esm/components/AlignmentVerticalFill.js +4 -0
- package/dist/esm/components/Button.js +4 -0
- package/dist/esm/components/CartAlert.js +4 -0
- package/dist/esm/components/Circle.js +4 -0
- package/dist/esm/components/CoinStopwatch.js +4 -0
- package/dist/esm/components/DottedLine1.js +4 -0
- package/dist/esm/components/DottedLine2.js +4 -0
- package/dist/esm/components/DottedLineArrowBoth.js +4 -0
- package/dist/esm/components/DottedLineArrowLeft.js +4 -0
- package/dist/esm/components/DottedLineArrowRight.js +4 -0
- package/dist/esm/components/Pill.js +4 -0
- package/dist/esm/components/Ratio16By9.js +4 -0
- package/dist/esm/components/Ratio1By1.js +4 -0
- package/dist/esm/components/Ratio2By3.js +4 -0
- package/dist/esm/components/Ratio3By2.js +4 -0
- package/dist/esm/components/Ratio3By4.js +4 -0
- package/dist/esm/components/Ratio4By3.js +4 -0
- package/dist/esm/components/Ratio9By16.js +4 -0
- package/dist/esm/components/Rectangle.js +4 -0
- package/dist/esm/components/RectangleRound.js +4 -0
- package/dist/esm/components/RectangleSlider.js +4 -0
- package/dist/esm/components/Section.js +4 -0
- package/dist/esm/components/SectionBottom.js +4 -0
- package/dist/esm/components/SectionCenter.js +4 -0
- package/dist/esm/components/SectionTop.js +4 -0
- package/dist/esm/components/ShoppingBagAlert.js +4 -0
- package/dist/esm/components/ShoppingBagRepeat.js +4 -0
- package/dist/esm/components/ShoppingBagX.js +4 -0
- package/dist/esm/components/SocialApple.js +4 -0
- package/dist/esm/components/SocialFacebook.js +9 -0
- package/dist/esm/components/SocialGoogle.js +11 -0
- package/dist/esm/components/SocialInstagram.js +9 -0
- package/dist/esm/components/SocialKakao.js +8 -0
- package/dist/esm/components/SocialNaver.js +8 -0
- package/dist/esm/components/SocialNaverBlog.js +19 -0
- package/dist/esm/components/SocialPayco.js +12 -0
- package/dist/esm/components/SocialTiktok.js +6 -0
- package/dist/esm/components/SocialTistory.js +4 -0
- package/dist/esm/components/SocialVemeo.js +4 -0
- package/dist/esm/components/SocialX.js +4 -0
- package/dist/esm/components/SocialYoutube.js +9 -0
- package/dist/esm/components/SolidLine1.js +4 -0
- package/dist/esm/components/SolidLine2.js +4 -0
- package/dist/esm/components/SolidLineArrowBoth.js +4 -0
- package/dist/esm/components/SolidLineArrowLeft.js +4 -0
- package/dist/esm/components/SolidLineArrowRight.js +4 -0
- package/dist/esm/components/Square.js +4 -0
- package/dist/esm/components/index.js +63 -0
- package/dist/esm/map/0.js +7 -0
- package/dist/esm/map/1.js +2 -0
- package/dist/esm/map/2.js +4 -0
- package/dist/esm/map/3.js +7 -0
- package/dist/esm/map/4.js +4 -0
- package/dist/esm/map/5.js +6 -0
- package/dist/esm/map/6.js +2 -0
- package/dist/esm/map/7.js +2 -0
- package/dist/esm/map/8.js +4 -0
- package/dist/esm/map/9.js +4 -0
- package/dist/esm/map/a.js +5 -0
- package/dist/esm/map/c.js +2 -0
- package/dist/esm/map/d.js +2 -0
- package/dist/esm/map/e.js +3 -0
- package/dist/esm/map/f.js +9 -0
- package/dist/types/components/AlignBottom03.d.ts +4 -0
- package/dist/types/components/AlignHorizontalCentre03.d.ts +4 -0
- package/dist/types/components/AlignLeft03.d.ts +4 -0
- package/dist/types/components/AlignRight03.d.ts +4 -0
- package/dist/types/components/AlignTop03.d.ts +4 -0
- package/dist/types/components/AlignVerticalCenter03.d.ts +4 -0
- package/dist/types/components/AlignmentBottomCenterFill.d.ts +4 -0
- package/dist/types/components/AlignmentCenterFill.d.ts +4 -0
- package/dist/types/components/AlignmentHorizontalFill.d.ts +4 -0
- package/dist/types/components/AlignmentLeftCenterFill.d.ts +4 -0
- package/dist/types/components/AlignmentLeftEndFill.d.ts +4 -0
- package/dist/types/components/AlignmentLeftStartFill.d.ts +4 -0
- package/dist/types/components/AlignmentRightCenterFill.d.ts +4 -0
- package/dist/types/components/AlignmentRightEndFill.d.ts +4 -0
- package/dist/types/components/AlignmentRightStartFill.d.ts +4 -0
- package/dist/types/components/AlignmentTopCenterFill.d.ts +4 -0
- package/dist/types/components/AlignmentVerticalFill.d.ts +4 -0
- package/dist/types/components/Button.d.ts +4 -0
- package/dist/types/components/CartAlert.d.ts +4 -0
- package/dist/types/components/Circle.d.ts +4 -0
- package/dist/types/components/CoinStopwatch.d.ts +4 -0
- package/dist/types/components/DottedLine1.d.ts +4 -0
- package/dist/types/components/DottedLine2.d.ts +4 -0
- package/dist/types/components/DottedLineArrowBoth.d.ts +4 -0
- package/dist/types/components/DottedLineArrowLeft.d.ts +4 -0
- package/dist/types/components/DottedLineArrowRight.d.ts +4 -0
- package/dist/types/components/Pill.d.ts +4 -0
- package/dist/types/components/Ratio16By9.d.ts +4 -0
- package/dist/types/components/Ratio1By1.d.ts +4 -0
- package/dist/types/components/Ratio2By3.d.ts +4 -0
- package/dist/types/components/Ratio3By2.d.ts +4 -0
- package/dist/types/components/Ratio3By4.d.ts +4 -0
- package/dist/types/components/Ratio4By3.d.ts +4 -0
- package/dist/types/components/Ratio9By16.d.ts +4 -0
- package/dist/types/components/Rectangle.d.ts +4 -0
- package/dist/types/components/RectangleRound.d.ts +4 -0
- package/dist/types/components/RectangleSlider.d.ts +4 -0
- package/dist/types/components/Section.d.ts +4 -0
- package/dist/types/components/SectionBottom.d.ts +4 -0
- package/dist/types/components/SectionCenter.d.ts +4 -0
- package/dist/types/components/SectionTop.d.ts +4 -0
- package/dist/types/components/ShoppingBagAlert.d.ts +4 -0
- package/dist/types/components/ShoppingBagRepeat.d.ts +4 -0
- package/dist/types/components/ShoppingBagX.d.ts +4 -0
- package/dist/types/components/SocialApple.d.ts +4 -0
- package/dist/types/components/SocialFacebook.d.ts +4 -0
- package/dist/types/components/SocialGoogle.d.ts +4 -0
- package/dist/types/components/SocialInstagram.d.ts +4 -0
- package/dist/types/components/SocialKakao.d.ts +4 -0
- package/dist/types/components/SocialNaver.d.ts +4 -0
- package/dist/types/components/SocialNaverBlog.d.ts +4 -0
- package/dist/types/components/SocialPayco.d.ts +4 -0
- package/dist/types/components/SocialTiktok.d.ts +4 -0
- package/dist/types/components/SocialTistory.d.ts +4 -0
- package/dist/types/components/SocialVemeo.d.ts +4 -0
- package/dist/types/components/SocialX.d.ts +4 -0
- package/dist/types/components/SocialYoutube.d.ts +4 -0
- package/dist/types/components/SolidLine1.d.ts +4 -0
- package/dist/types/components/SolidLine2.d.ts +4 -0
- package/dist/types/components/SolidLineArrowBoth.d.ts +4 -0
- package/dist/types/components/SolidLineArrowLeft.d.ts +4 -0
- package/dist/types/components/SolidLineArrowRight.d.ts +4 -0
- package/dist/types/components/Square.d.ts +4 -0
- package/dist/types/components/index.d.ts +63 -0
- package/dist/types/map/0.d.ts +7 -0
- package/dist/types/map/1.d.ts +2 -0
- package/dist/types/map/2.d.ts +4 -0
- package/dist/types/map/3.d.ts +7 -0
- package/dist/types/map/4.d.ts +4 -0
- package/dist/types/map/5.d.ts +6 -0
- package/dist/types/map/6.d.ts +2 -0
- package/dist/types/map/7.d.ts +2 -0
- package/dist/types/map/8.d.ts +4 -0
- package/dist/types/map/9.d.ts +4 -0
- package/dist/types/map/a.d.ts +5 -0
- package/dist/types/map/c.d.ts +2 -0
- package/dist/types/map/d.d.ts +2 -0
- package/dist/types/map/e.d.ts +3 -0
- package/dist/types/map/f.d.ts +9 -0
- package/dist/types/type.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/map/e.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ declare const map: {
|
|
|
22
22
|
readonly 'bezier-curve-02': () => Promise<typeof import("../components/BezierCurve02")>;
|
|
23
23
|
readonly 'brackets-minus-fill': () => Promise<typeof import("../components/BracketsMinusFill")>;
|
|
24
24
|
readonly 'building-05-fill': () => Promise<typeof import("../components/Building05Fill")>;
|
|
25
|
+
readonly button: () => Promise<typeof import("../components/Button")>;
|
|
25
26
|
readonly calculator: () => Promise<typeof import("../components/Calculator")>;
|
|
26
27
|
readonly 'check-square': () => Promise<typeof import("../components/CheckSquare")>;
|
|
27
28
|
readonly 'check-verified-02-fill': () => Promise<typeof import("../components/CheckVerified02Fill")>;
|
|
@@ -60,6 +61,7 @@ declare const map: {
|
|
|
60
61
|
readonly 'cursor-click-02': () => Promise<typeof import("../components/CursorClick02")>;
|
|
61
62
|
readonly 'dotpoints-01-fill': () => Promise<typeof import("../components/Dotpoints01Fill")>;
|
|
62
63
|
readonly 'dotpoints-01': () => Promise<typeof import("../components/Dotpoints01")>;
|
|
64
|
+
readonly 'dotted-line-arrow-right': () => Promise<typeof import("../components/DottedLineArrowRight")>;
|
|
63
65
|
readonly 'download-01-alt-fill': () => Promise<typeof import("../components/Download01AltFill")>;
|
|
64
66
|
readonly 'download-cloud-01': () => Promise<typeof import("../components/DownloadCloud01")>;
|
|
65
67
|
readonly dropper: () => Promise<typeof import("../components/Dropper")>;
|
|
@@ -121,6 +123,7 @@ declare const map: {
|
|
|
121
123
|
readonly 'settings-04-fill': () => Promise<typeof import("../components/Settings04Fill")>;
|
|
122
124
|
readonly 'share-04': () => Promise<typeof import("../components/Share04")>;
|
|
123
125
|
readonly 'shield-plus-fill': () => Promise<typeof import("../components/ShieldPlusFill")>;
|
|
126
|
+
readonly 'shopping-bag-alert': () => Promise<typeof import("../components/ShoppingBagAlert")>;
|
|
124
127
|
readonly 'slash-circle-01': () => Promise<typeof import("../components/SlashCircle01")>;
|
|
125
128
|
readonly 'sliders-03': () => Promise<typeof import("../components/Sliders03")>;
|
|
126
129
|
readonly 'spacing-height-02-fill': () => Promise<typeof import("../components/SpacingHeight02Fill")>;
|
package/dist/types/map/f.d.ts
CHANGED
|
@@ -2,8 +2,12 @@ declare const map: {
|
|
|
2
2
|
readonly 'activity-fill': () => Promise<typeof import("../components/ActivityFill")>;
|
|
3
3
|
readonly 'alert-circle-fill': () => Promise<typeof import("../components/AlertCircleFill")>;
|
|
4
4
|
readonly 'alert-hexagon-fill': () => Promise<typeof import("../components/AlertHexagonFill")>;
|
|
5
|
+
readonly 'align-left-03': () => Promise<typeof import("../components/AlignLeft03")>;
|
|
5
6
|
readonly 'align-left-fill': () => Promise<typeof import("../components/AlignLeftFill")>;
|
|
6
7
|
readonly 'align-top-01-fill': () => Promise<typeof import("../components/AlignTop01Fill")>;
|
|
8
|
+
readonly 'alignment-center-fill': () => Promise<typeof import("../components/AlignmentCenterFill")>;
|
|
9
|
+
readonly 'alignment-left-center-fill': () => Promise<typeof import("../components/AlignmentLeftCenterFill")>;
|
|
10
|
+
readonly 'alignment-left-end-fill': () => Promise<typeof import("../components/AlignmentLeftEndFill")>;
|
|
7
11
|
readonly 'arrow-block-up': () => Promise<typeof import("../components/ArrowBlockUp")>;
|
|
8
12
|
readonly 'arrow-circle-broken-down': () => Promise<typeof import("../components/ArrowCircleBrokenDown")>;
|
|
9
13
|
readonly 'arrow-narrow-down-right-fill': () => Promise<typeof import("../components/ArrowNarrowDownRightFill")>;
|
|
@@ -22,6 +26,7 @@ declare const map: {
|
|
|
22
26
|
readonly 'bookmark-x': () => Promise<typeof import("../components/BookmarkX")>;
|
|
23
27
|
readonly 'building-06-fill': () => Promise<typeof import("../components/Building06Fill")>;
|
|
24
28
|
readonly 'building-08': () => Promise<typeof import("../components/Building08")>;
|
|
29
|
+
readonly 'cart-alert': () => Promise<typeof import("../components/CartAlert")>;
|
|
25
30
|
readonly 'check-heart': () => Promise<typeof import("../components/CheckHeart")>;
|
|
26
31
|
readonly 'check-verified-01-fill': () => Promise<typeof import("../components/CheckVerified01Fill")>;
|
|
27
32
|
readonly 'chevron-up-double-fill': () => Promise<typeof import("../components/ChevronUpDoubleFill")>;
|
|
@@ -53,6 +58,7 @@ declare const map: {
|
|
|
53
58
|
readonly 'currency-ruble-circle-fill': () => Promise<typeof import("../components/CurrencyRubleCircleFill")>;
|
|
54
59
|
readonly 'currency-ruble-circle': () => Promise<typeof import("../components/CurrencyRubleCircle")>;
|
|
55
60
|
readonly 'currency-rupee': () => Promise<typeof import("../components/CurrencyRupee")>;
|
|
61
|
+
readonly 'dotted-line-arrow-left': () => Promise<typeof import("../components/DottedLineArrowLeft")>;
|
|
56
62
|
readonly 'download-cloud-02': () => Promise<typeof import("../components/DownloadCloud02")>;
|
|
57
63
|
readonly 'drop-fill': () => Promise<typeof import("../components/DropFill")>;
|
|
58
64
|
readonly drop: () => Promise<typeof import("../components/Drop")>;
|
|
@@ -98,6 +104,8 @@ declare const map: {
|
|
|
98
104
|
readonly 'phone-call-01': () => Promise<typeof import("../components/PhoneCall01")>;
|
|
99
105
|
readonly 'pie-chart-01-fill': () => Promise<typeof import("../components/PieChart01Fill")>;
|
|
100
106
|
readonly 'puzzle-piece-01-fill': () => Promise<typeof import("../components/PuzzlePiece01Fill")>;
|
|
107
|
+
readonly 'rectangle-slider': () => Promise<typeof import("../components/RectangleSlider")>;
|
|
108
|
+
readonly rectangle: () => Promise<typeof import("../components/Rectangle")>;
|
|
101
109
|
readonly 'reflect-01-fill': () => Promise<typeof import("../components/Reflect01Fill")>;
|
|
102
110
|
readonly 'reflect-01': () => Promise<typeof import("../components/Reflect01")>;
|
|
103
111
|
readonly 'reverse-right-fill': () => Promise<typeof import("../components/ReverseRightFill")>;
|
|
@@ -110,6 +118,7 @@ declare const map: {
|
|
|
110
118
|
readonly 'shield-tick': () => Promise<typeof import("../components/ShieldTick")>;
|
|
111
119
|
readonly 'slash-circle-02': () => Promise<typeof import("../components/SlashCircle02")>;
|
|
112
120
|
readonly 'sliders-04': () => Promise<typeof import("../components/Sliders04")>;
|
|
121
|
+
readonly 'solid-line-arrow-right': () => Promise<typeof import("../components/SolidLineArrowRight")>;
|
|
113
122
|
readonly 'speaker-01': () => Promise<typeof import("../components/Speaker01")>;
|
|
114
123
|
readonly 'speaker-03-fill': () => Promise<typeof import("../components/Speaker03Fill")>;
|
|
115
124
|
readonly 'speedometer-03': () => Promise<typeof import("../components/Speedometer03")>;
|
package/dist/types/type.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export type IconName = 'activity-fill' | 'activity-heart-fill' | 'activity-heart' | 'activity' | 'airplay-fill' | 'airplay' | 'airpods-fill' | 'airpods' | 'alarm-clock-check-fill' | 'alarm-clock-fill' | 'alarm-clock-minus-fill' | 'alarm-clock-off-fill' | 'alarm-clock-plus-fill' | 'alert-circle-fill' | 'alert-circle' | 'alert-hexagon-fill' | 'alert-hexagon' | 'alert-octagon-fill' | 'alert-octagon' | 'alert-square-fill' | 'alert-square' | 'alert-triangle-fill' | 'alert-triangle' | 'align-bottom-01-fill' | 'align-bottom-01' | 'align-bottom-02-fill' | 'align-bottom-02' | 'align-center-fill' | 'align-center' | 'align-horizontal-centre-01-fill' | 'align-horizontal-centre-01' | 'align-horizontal-centre-02-fill' | 'align-horizontal-centre-02' | 'align-justify-fill' | 'align-justify' | 'align-left-01-fill' | 'align-left-01' | 'align-left-02-fill' | 'align-left-02' | 'align-left-fill' | 'align-left' | 'align-right-01-fill' | 'align-right-01' | 'align-right-02-fill' | 'align-right-02' | 'align-right-fill' | 'align-right' | 'align-top-01-fill' | 'align-top-01' | 'align-top-02-fill' | 'align-top-02' | 'align-vertical-center-01-fill' | 'align-vertical-center-01' | 'align-vertical-center-02-fill' | 'align-vertical-center-02' | 'anchor-fill' | 'anchor' | 'annotation-alert-fill' | 'annotation-alert' | 'annotation-check-fill' | 'annotation-check' | 'annotation-dots-fill' | 'annotation-dots' | 'annotation-fill' | 'annotation-heart-fill' | 'annotation-heart' | 'annotation-info-fill' | 'annotation-info' | 'annotation-plus-fill' | 'annotation-plus' | 'annotation-question-fill' | 'annotation-question' | 'annotation-x-fill' | 'annotation-x' | 'annotation' | 'announcement-01-fill' | 'announcement-01' | 'announcement-02-fill' | 'announcement-02' | 'announcement-03-fill' | 'announcement-03' | 'archive-fill' | 'archive' | 'arrow-block-down-fill' | 'arrow-block-down' | 'arrow-block-left-fill' | 'arrow-block-left' | 'arrow-block-right-fill' | 'arrow-block-right' | 'arrow-block-up-fill' | 'arrow-block-up' | 'arrow-circle-broken-down-fill' | 'arrow-circle-broken-down-left-fill' | 'arrow-circle-broken-down-left' | 'arrow-circle-broken-down-right-fill' | 'arrow-circle-broken-down-right' | 'arrow-circle-broken-down' | 'arrow-circle-broken-left-fill' | 'arrow-circle-broken-left' | 'arrow-circle-broken-right-fill' | 'arrow-circle-broken-right' | 'arrow-circle-broken-up-fill' | 'arrow-circle-broken-up-left-fill' | 'arrow-circle-broken-up-left' | 'arrow-circle-broken-up-right-fill' | 'arrow-circle-broken-up-right' | 'arrow-circle-broken-up' | 'arrow-circle-down-fill' | 'arrow-circle-down-left-fill' | 'arrow-circle-down-left' | 'arrow-circle-down-right-fill' | 'arrow-circle-down-right' | 'arrow-circle-down' | 'arrow-circle-left-fill' | 'arrow-circle-left' | 'arrow-circle-right-fill' | 'arrow-circle-right' | 'arrow-circle-up-fill' | 'arrow-circle-up-left-fill' | 'arrow-circle-up-left' | 'arrow-circle-up-right-fill' | 'arrow-circle-up-right' | 'arrow-circle-up' | 'arrow-down-fill' | 'arrow-down-left-fill' | 'arrow-down-left' | 'arrow-down-right-fill' | 'arrow-down-right' | 'arrow-down' | 'arrow-left-fill' | 'arrow-left' | 'arrow-narrow-down-fill' | 'arrow-narrow-down-left-fill' | 'arrow-narrow-down-left' | 'arrow-narrow-down-right-fill' | 'arrow-narrow-down-right' | 'arrow-narrow-down' | 'arrow-narrow-left-fill' | 'arrow-narrow-left' | 'arrow-narrow-right-fill' | 'arrow-narrow-right' | 'arrow-narrow-up-fill' | 'arrow-narrow-up-left-fill' | 'arrow-narrow-up-left' | 'arrow-narrow-up-right-fill' | 'arrow-narrow-up-right' | 'arrow-narrow-up' | 'arrow-right-fill' | 'arrow-right' | 'arrow-square-down-fill' | 'arrow-square-down-left-fill' | 'arrow-square-down-left' | 'arrow-square-down-right-fill' | 'arrow-square-down-right' | 'arrow-square-down' | 'arrow-square-left-fill' | 'arrow-square-left' | 'arrow-square-right-fill' | 'arrow-square-right' | 'arrow-square-up-fill' | 'arrow-square-up-left-fill' | 'arrow-square-up-left' | 'arrow-square-up-right-fill' | 'arrow-square-up-right' | 'arrow-square-up' | 'arrow-up-fill' | 'arrow-up-left-fill' | 'arrow-up-left' | 'arrow-up-right-fill' | 'arrow-up-right' | 'arrow-up' | 'arrows-down-fill' | 'arrows-down' | 'arrows-left-fill' | 'arrows-left' | 'arrows-right-fill' | 'arrows-right' | 'arrows-triangle-fill' | 'arrows-triangle' | 'arrows-up-fill' | 'arrows-up' | 'asterisk-01-fill' | 'asterisk-01' | 'asterisk-02-fill' | 'asterisk-02' | 'at-sign-fill' | 'at-sign' | 'atom-01-fill' | 'atom-01' | 'atom-02-fill' | 'atom-02' | 'attachment-01-fill' | 'attachment-01' | 'attachment-02-fill' | 'attachment-02' | 'award-01-fill' | 'award-01' | 'award-02-fill' | 'award-02' | 'award-03-fill' | 'award-03' | 'award-04-fill' | 'award-04' | 'award-05-fill' | 'award-05' | 'backpack-fill' | 'backpack' | 'bank-fill' | 'bank-note-01-fill' | 'bank-note-01' | 'bank-note-02-fill' | 'bank-note-02' | 'bank-note-03-fill' | 'bank-note-03' | 'bank' | 'bar-chart-01-fill' | 'bar-chart-01' | 'bar-chart-02-fill' | 'bar-chart-02' | 'bar-chart-03-fill' | 'bar-chart-03' | 'bar-chart-04-fill' | 'bar-chart-04' | 'bar-chart-05-fill' | 'bar-chart-05' | 'bar-chart-06-fill' | 'bar-chart-06' | 'bar-chart-07-fill' | 'bar-chart-07' | 'bar-chart-08-fill' | 'bar-chart-08' | 'bar-chart-09-fill' | 'bar-chart-09' | 'bar-chart-10-fill' | 'bar-chart-10' | 'bar-chart-11-fill' | 'bar-chart-11' | 'bar-chart-12-fill' | 'bar-chart-12' | 'bar-chart-circle-01-fill' | 'bar-chart-circle-01' | 'bar-chart-circle-02-fill' | 'bar-chart-circle-02' | 'bar-chart-circle-03-fill' | 'bar-chart-circle-03' | 'bar-chart-square-01-fill' | 'bar-chart-square-01' | 'bar-chart-square-02-fill' | 'bar-chart-square-02' | 'bar-chart-square-03-fill' | 'bar-chart-square-03' | 'bar-chart-square-down-fill' | 'bar-chart-square-down' | 'bar-chart-square-minus-fill' | 'bar-chart-square-minus' | 'bar-chart-square-plus-fill' | 'bar-chart-square-plus' | 'bar-chart-square-up-fill' | 'bar-chart-square-up' | 'bar-line-chart-fill' | 'bar-line-chart' | 'battery-charging-01-fill' | 'battery-charging-01' | 'battery-charging-02-fill' | 'battery-charging-02' | 'battery-empty-fill' | 'battery-empty' | 'battery-full-fill' | 'battery-full' | 'battery-low-fill' | 'battery-low' | 'battery-mid-fill' | 'battery-mid' | 'beaker-01-fill' | 'beaker-01' | 'beaker-02-fill' | 'beaker-02' | 'bell-01-fill' | 'bell-01' | 'bell-02-fill' | 'bell-02' | 'bell-03-fill' | 'bell-03' | 'bell-04-fill' | 'bell-04' | 'bell-minus-fill' | 'bell-minus' | 'bell-off-01-fill' | 'bell-off-01' | 'bell-off-02-fill' | 'bell-off-02' | 'bell-off-03-fill' | 'bell-off-03' | 'bell-plus-fill' | 'bell-plus' | 'bell-ringing-01-fill' | 'bell-ringing-01' | 'bell-ringing-02-fill' | 'bell-ringing-02' | 'bell-ringing-03-fill' | 'bell-ringing-03' | 'bell-ringing-04-fill' | 'bell-ringing-04' | 'bezier-curve-01-fill' | 'bezier-curve-01' | 'bezier-curve-02-fill' | 'bezier-curve-02' | 'bezier-curve-03-fill' | 'bezier-curve-03' | 'bluetooth-connect-fill' | 'bluetooth-connect' | 'bluetooth-off-fill' | 'bluetooth-off' | 'bluetooth-on-fill' | 'bluetooth-on' | 'bluetooth-signal-fill' | 'bluetooth-signal' | 'bold-01-fill' | 'bold-01' | 'bold-02-fill' | 'bold-02' | 'bold-square-fill' | 'bold-square' | 'book-closed-fill' | 'book-closed' | 'book-open-01-fill' | 'book-open-01' | 'book-open-02-fill' | 'book-open-02' | 'bookmark-add-fill' | 'bookmark-add' | 'bookmark-check-fill' | 'bookmark-check' | 'bookmark-fill' | 'bookmark-minus-fill' | 'bookmark-minus' | 'bookmark-x-fill' | 'bookmark-x' | 'bookmark' | 'box-fill' | 'box' | 'brackets-check-fill' | 'brackets-check' | 'brackets-ellipses-fill' | 'brackets-ellipses' | 'brackets-fill' | 'brackets-minus-fill' | 'brackets-minus' | 'brackets-plus-fill' | 'brackets-plus' | 'brackets-slash-fill' | 'brackets-slash' | 'brackets-x-fill' | 'brackets-x' | 'brackets' | 'briefcase-01-fill' | 'briefcase-01' | 'briefcase-02-fill' | 'briefcase-02' | 'browser-fill' | 'browser' | 'brush-01-fill' | 'brush-01' | 'brush-02-fill' | 'brush-02' | 'brush-03-fill' | 'brush-03' | 'building-01-fill' | 'building-01' | 'building-02-fill' | 'building-02' | 'building-03-fill' | 'building-03' | 'building-04-fill' | 'building-04' | 'building-05-fill' | 'building-05' | 'building-06-fill' | 'building-06' | 'building-07-fill' | 'building-07' | 'building-08-fill' | 'building-08' | 'bus-fill' | 'bus' | 'calculator-fill' | 'calculator' | 'calendar-check-01-fill' | 'calendar-check-02-fill' | 'calendar-date-fill' | 'calendar-fill' | 'calendar-heart-01-fill' | 'calendar-heart-02-fill' | 'calendar-minus-01-fill' | 'calendar-minus-02-fill' | 'calendar-plus-01-fill' | 'calendar-plus-02-fill' | 'calendar' | 'camera-01-fill' | 'camera-01' | 'camera-02-fill' | 'camera-02' | 'camera-03-fill' | 'camera-03' | 'camera-lens-fill' | 'camera-lens' | 'camera-off-fill' | 'camera-off' | 'camera-plus-fill' | 'camera-plus' | 'car-01-fill' | 'car-01' | 'car-02-fill' | 'car-02' | 'certificate-01-fill' | 'certificate-01' | 'certificate-02-fill' | 'certificate-02' | 'chart-breakout-circle-fill' | 'chart-breakout-circle' | 'chart-breakout-square-fill' | 'chart-breakout-square' | 'check-circle-broken-fill' | 'check-circle-broken' | 'check-circle-fill' | 'check-circle' | 'check-done-01-fill' | 'check-done-01' | 'check-done-02-fill' | 'check-done-02' | 'check-fill' | 'check-heart-fill' | 'check-heart' | 'check-square-broken-fill' | 'check-square-broken' | 'check-square-fill' | 'check-square' | 'check-verified-01-fill' | 'check-verified-01' | 'check-verified-02-fill' | 'check-verified-02' | 'check-verified-03-fill' | 'check-verified-03' | 'check' | 'chevron-down-double-fill' | 'chevron-down-double' | 'chevron-down-fill' | 'chevron-down' | 'chevron-left-double-fill' | 'chevron-left-double' | 'chevron-left-fill' | 'chevron-left' | 'chevron-right-double-fill' | 'chevron-right-double' | 'chevron-right-fill' | 'chevron-right' | 'chevron-selector-horizontal-fill' | 'chevron-selector-horizontal' | 'chevron-selector-vertical-fill' | 'chevron-selector-vertical' | 'chevron-up-double-fill' | 'chevron-up-double' | 'chevron-up-fill' | 'chevron-up' | 'chrome-cast-fill' | 'chrome-cast' | 'circle-cut-fill' | 'circle-cut' | 'circle-fill' | 'clapperboard-fill' | 'clapperboard' | 'clipboard-attachment-fill' | 'clipboard-attachment' | 'clipboard-check-fill' | 'clipboard-check' | 'clipboard-download-fill' | 'clipboard-download' | 'clipboard-fill' | 'clipboard-minus-fill' | 'clipboard-minus' | 'clipboard-plus-fill' | 'clipboard-plus' | 'clipboard-x-fill' | 'clipboard-x' | 'clipboard' | 'clock-check-fill' | 'clock-fast-forward-fill' | 'clock-fast-forward' | 'clock-fill' | 'clock-plus-fill' | 'clock-refresh-fill' | 'clock-rewind-fill' | 'clock-snooze-fill' | 'clock-stopwatch-fill' | 'clock' | 'cloud-01-fill' | 'cloud-01' | 'cloud-02-fill' | 'cloud-02' | 'cloud-03-fill' | 'cloud-03' | 'cloud-blank-01-fill' | 'cloud-blank-01' | 'cloud-blank-02-fill' | 'cloud-blank-02' | 'cloud-lightning-fill' | 'cloud-lightning' | 'cloud-moon-fill' | 'cloud-moon' | 'cloud-off-fill' | 'cloud-off' | 'cloud-raining-01-fill' | 'cloud-raining-01' | 'cloud-raining-02-fill' | 'cloud-raining-02' | 'cloud-raining-03-fill' | 'cloud-raining-03' | 'cloud-raining-04-fill' | 'cloud-raining-04' | 'cloud-raining-05-fill' | 'cloud-raining-05' | 'cloud-raining-06-fill' | 'cloud-raining-06' | 'cloud-snowing-01-fill' | 'cloud-snowing-01' | 'cloud-snowing-02-fill' | 'cloud-snowing-02' | 'cloud-sun-01-fill' | 'cloud-sun-01' | 'cloud-sun-02-fill' | 'cloud-sun-02' | 'cloud-sun-03-fill' | 'cloud-sun-03' | 'code-01-fill' | 'code-01' | 'code-02-fill' | 'code-02' | 'code-browser-fill' | 'code-browser' | 'code-circle-01-fill' | 'code-circle-01' | 'code-circle-02-fill' | 'code-circle-02' | 'code-circle-03-fill' | 'code-circle-03' | 'code-snippet-01-fill' | 'code-snippet-01' | 'code-snippet-02-fill' | 'code-snippet-02' | 'code-square-01-fill' | 'code-square-01' | 'code-square-02-fill' | 'code-square-02' | 'codepen-fill' | 'codepen' | 'coins-01-fill' | 'coins-01' | 'coins-02-fill' | 'coins-02' | 'coins-03-fill' | 'coins-03' | 'coins-04-fill' | 'coins-04' | 'coins-hand-fill' | 'coins-hand' | 'coins-stacked-01-fill' | 'coins-stacked-01' | 'coins-stacked-02-fill' | 'coins-stacked-02' | 'coins-stacked-03-fill' | 'coins-stacked-03' | 'coins-stacked-04-fill' | 'coins-stacked-04' | 'coins-swap-01-fill' | 'coins-swap-01' | 'coins-swap-02-fill' | 'coins-swap-02' | 'color-file-aep-default' | 'color-file-aep-gray' | 'color-file-aep-solid' | 'color-file-ai-default' | 'color-file-ai-gray' | 'color-file-ai-solid' | 'color-file-alz-default' | 'color-file-alz-gray' | 'color-file-alz-solid' | 'color-file-audio-default' | 'color-file-audio-gray' | 'color-file-audio-solid' | 'color-file-avi-default' | 'color-file-avi-gray' | 'color-file-avi-solid' | 'color-file-bmp-default' | 'color-file-bmp-gray' | 'color-file-bmp-solid' | 'color-file-code-default' | 'color-file-code-gray' | 'color-file-code-solid' | 'color-file-css-default' | 'color-file-css-gray' | 'color-file-css-solid' | 'color-file-csv-default' | 'color-file-csv-gray' | 'color-file-csv-solid' | 'color-file-dmg-default' | 'color-file-dmg-gray' | 'color-file-dmg-solid' | 'color-file-doc-default' | 'color-file-doc-gray' | 'color-file-doc-solid' | 'color-file-document-default' | 'color-file-document-gray' | 'color-file-document-solid' | 'color-file-docx-default' | 'color-file-docx-gray' | 'color-file-docx-solid' | 'color-file-empty-default' | 'color-file-empty-gray' | 'color-file-empty-solid' | 'color-file-eps-default' | 'color-file-eps-gray' | 'color-file-eps-solid' | 'color-file-exe-default' | 'color-file-exe-gray' | 'color-file-exe-solid' | 'color-file-fig-default' | 'color-file-fig-gray' | 'color-file-fig-solid' | 'color-file-folder-default' | 'color-file-folder-gray' | 'color-file-folder-solid' | 'color-file-gif-default' | 'color-file-gif-gray' | 'color-file-gif-solid' | 'color-file-html-default' | 'color-file-html-gray' | 'color-file-html-solid' | 'color-file-image-default' | 'color-file-image-gray' | 'color-file-image-solid' | 'color-file-img-default' | 'color-file-img-gray' | 'color-file-img-solid' | 'color-file-indd-default' | 'color-file-indd-gray' | 'color-file-indd-solid' | 'color-file-java-default' | 'color-file-java-gray' | 'color-file-java-solid' | 'color-file-jpeg-default' | 'color-file-jpeg-gray' | 'color-file-jpeg-solid' | 'color-file-jpg-default' | 'color-file-jpg-gray' | 'color-file-jpg-solid' | 'color-file-js-default' | 'color-file-js-gray' | 'color-file-js-solid' | 'color-file-json-default' | 'color-file-json-gray' | 'color-file-json-solid' | 'color-file-mkv-default' | 'color-file-mkv-gray' | 'color-file-mkv-solid' | 'color-file-mp3-default' | 'color-file-mp3-gray' | 'color-file-mp3-solid' | 'color-file-mp4-default' | 'color-file-mp4-gray' | 'color-file-mp4-solid' | 'color-file-mpeg-default' | 'color-file-mpeg-gray' | 'color-file-mpeg-solid' | 'color-file-pdf-default' | 'color-file-pdf-gray' | 'color-file-pdf-logo-default' | 'color-file-pdf-logo-gray' | 'color-file-pdf-logo-solid' | 'color-file-pdf-solid' | 'color-file-png-default' | 'color-file-png-gray' | 'color-file-png-solid' | 'color-file-ppt-default' | 'color-file-ppt-gray' | 'color-file-ppt-solid' | 'color-file-pptx-default' | 'color-file-pptx-gray' | 'color-file-pptx-solid' | 'color-file-psd-default' | 'color-file-psd-gray' | 'color-file-psd-solid' | 'color-file-rar-default' | 'color-file-rar-gray' | 'color-file-rar-solid' | 'color-file-rss-default' | 'color-file-rss-gray' | 'color-file-rss-solid' | 'color-file-spreadsheet-default' | 'color-file-spreadsheet-gray' | 'color-file-spreadsheet-solid' | 'color-file-sql-default' | 'color-file-sql-gray' | 'color-file-sql-solid' | 'color-file-svg-default' | 'color-file-svg-gray' | 'color-file-svg-solid' | 'color-file-tiff-default' | 'color-file-tiff-gray' | 'color-file-tiff-solid' | 'color-file-txt-default' | 'color-file-txt-gray' | 'color-file-txt-solid' | 'color-file-video-01-default' | 'color-file-video-01-gray' | 'color-file-video-01-solid' | 'color-file-video-02-gray' | 'color-file-video-02-solid' | 'color-file-vidoe-02-default' | 'color-file-wav-default' | 'color-file-wav-gray' | 'color-file-wav-solid' | 'color-file-webp-default' | 'color-file-webp-gray' | 'color-file-webp-solid' | 'color-file-xls-default' | 'color-file-xls-gray' | 'color-file-xls-solid' | 'color-file-xlsx-default' | 'color-file-xlsx-gray' | 'color-file-xlsx-solid' | 'color-file-xml-default' | 'color-file-xml-gray' | 'color-file-xml-solid' | 'color-file-zip-default' | 'color-file-zip-gray' | 'color-file-zip-solid' | 'colors-1-fill' | 'colors-1' | 'colors-fill' | 'colors' | 'columns-01-fill' | 'columns-01' | 'columns-02-fill' | 'columns-02' | 'columns-03-fill' | 'columns-03' | 'command-fill' | 'command' | 'compass-01-fill' | 'compass-01' | 'compass-02-fill' | 'compass-02' | 'compass-03-fill' | 'compass-03' | 'compass-fill' | 'compass' | 'container-fill' | 'container' | 'contrast-01-fill' | 'contrast-01' | 'contrast-02-fill' | 'contrast-02' | 'contrast-03-fill' | 'contrast-03' | 'copy-01-fill' | 'copy-01' | 'copy-02-fill' | 'copy-02' | 'copy-03-fill' | 'copy-03' | 'copy-04-fill' | 'copy-04' | 'copy-05-fill' | 'copy-05' | 'copy-06-fill' | 'copy-06' | 'copy-07-fill' | 'copy-07' | 'corner-down-left-fill' | 'corner-down-left' | 'corner-down-right-fill' | 'corner-down-right' | 'corner-left-down-fill' | 'corner-left-down' | 'corner-left-up-fill' | 'corner-left-up' | 'corner-right-down-fill' | 'corner-right-down' | 'corner-right-up-fill' | 'corner-right-up' | 'corner-up-left-fill' | 'corner-up-left' | 'corner-up-right-fill' | 'corner-up-right' | 'cpu-chip-01-fill' | 'cpu-chip-01' | 'cpu-chip-02-fill' | 'cpu-chip-02' | 'credit-card-01-fill' | 'credit-card-01' | 'credit-card-02-fill' | 'credit-card-02' | 'credit-card-check-fill' | 'credit-card-check' | 'credit-card-down-fill' | 'credit-card-down' | 'credit-card-download-fill' | 'credit-card-download' | 'credit-card-edit-fill' | 'credit-card-edit' | 'credit-card-lock-fill' | 'credit-card-lock' | 'credit-card-minus-fill' | 'credit-card-minus' | 'credit-card-plus-fill' | 'credit-card-plus' | 'credit-card-refresh-fill' | 'credit-card-refresh' | 'credit-card-search-fill' | 'credit-card-search' | 'credit-card-shield-fill' | 'credit-card-shield' | 'credit-card-up-fill' | 'credit-card-up' | 'credit-card-upload-fill' | 'credit-card-upload' | 'credit-card-x-fill' | 'credit-card-x' | 'crop-01-fill' | 'crop-01' | 'crop-02-fill' | 'crop-02' | 'cryptocurrency-01-fill' | 'cryptocurrency-01' | 'cryptocurrency-02-fill' | 'cryptocurrency-02' | 'cryptocurrency-03-fill' | 'cryptocurrency-03' | 'cryptocurrency-04-fill' | 'cryptocurrency-04' | 'cube-01-fill' | 'cube-02-fill' | 'cube-03-fill' | 'cube-04-fill' | 'cube-outline-fill' | 'currency-bitcoin-circle-fill' | 'currency-bitcoin-circle' | 'currency-bitcoin-fill' | 'currency-bitcoin' | 'currency-dollar-circle-fill' | 'currency-dollar-circle' | 'currency-dollar-fill' | 'currency-dollar' | 'currency-ethereum-circle-fill' | 'currency-ethereum-circle' | 'currency-ethereum-fill' | 'currency-ethereum' | 'currency-euro-circle-fill' | 'currency-euro-circle' | 'currency-euro-fill' | 'currency-euro' | 'currency-pound-circle-fill' | 'currency-pound-circle' | 'currency-pound-fill' | 'currency-pound' | 'currency-ruble-circle-fill' | 'currency-ruble-circle' | 'currency-ruble-fill' | 'currency-ruble' | 'currency-rupee-circle-fill' | 'currency-rupee-circle' | 'currency-rupee-fill' | 'currency-rupee' | 'currency-yen-circle-fill' | 'currency-yen-circle' | 'currency-yen-fill' | 'currency-yen' | 'cursor-01-fill' | 'cursor-01' | 'cursor-02-fill' | 'cursor-02' | 'cursor-03-fill' | 'cursor-03' | 'cursor-04-fill' | 'cursor-04' | 'cursor-box-fill' | 'cursor-box' | 'cursor-click-01-fill' | 'cursor-click-01' | 'cursor-click-02-fill' | 'cursor-click-02' | 'data-fill' | 'data' | 'database-01-fill' | 'database-01' | 'database-02-fill' | 'database-02' | 'database-03-fill' | 'database-03' | 'dataflow-01-fill' | 'dataflow-01' | 'dataflow-02-fill' | 'dataflow-02' | 'dataflow-03-fill' | 'dataflow-03' | 'dataflow-04-fill' | 'dataflow-04' | 'delete-fill' | 'delete' | 'diamond-01-fill' | 'diamond-01' | 'diamond-02-fill' | 'diamond-02' | 'dice-1-fill' | 'dice-2-fill' | 'dice-3-fill' | 'dice-4-fill' | 'dice-5-fill' | 'dice-6-fill' | 'disc-01-fill' | 'disc-01' | 'disc-02-fill' | 'disc-02' | 'distribute-spacing-horizontal-fill' | 'distribute-spacing-horizontal' | 'distribute-spacing-vertical-fill' | 'distribute-spacing-vertical' | 'divide-01-fill' | 'divide-01' | 'divide-02-fill' | 'divide-02' | 'divide-03-fill' | 'divide-03' | 'divider-fill' | 'divider' | 'dotpoints-01-fill' | 'dotpoints-01' | 'dotpoints-02-fill' | 'dotpoints-02' | 'dots-grid-02' | 'dots-grid-fill' | 'dots-grid' | 'dots-horizontal-fill' | 'dots-horizontal' | 'dots-vertical-fill' | 'dots-vertical' | 'download-01-alt-fill' | 'download-01-fill' | 'download-01' | 'download-02-fill' | 'download-02' | 'download-03-fill' | 'download-03' | 'download-04-fill' | 'download-04' | 'download-cloud-01-fill' | 'download-cloud-01' | 'download-cloud-02-fill' | 'download-cloud-02' | 'drop-fill' | 'drop' | 'droplets-01-fill' | 'droplets-01' | 'droplets-02-fill' | 'droplets-02' | 'droplets-03-fill' | 'droplets-03' | 'dropper-fill' | 'dropper' | 'edit-01-fill' | 'edit-01' | 'edit-02-fill' | 'edit-02' | 'edit-03-fill' | 'edit-03' | 'edit-04-fill' | 'edit-04' | 'edit-05-fill' | 'edit-05' | 'equal-fill' | 'equal-not-fill' | 'equal-not' | 'equal' | 'eraser-fill' | 'eraser' | 'expand-01-fill' | 'expand-01' | 'expand-02-fill' | 'expand-02' | 'expand-03-fill' | 'expand-03' | 'expand-04-fill' | 'expand-04' | 'expand-05-fill' | 'expand-05' | 'expand-06-fill' | 'expand-06' | 'eye-fill' | 'eye-off-fill' | 'eye-off' | 'eye' | 'face-content-fill' | 'face-content' | 'face-frown-fill' | 'face-frown' | 'face-happy-fill' | 'face-happy' | 'face-id-fill' | 'face-id-square-fill' | 'face-id-square' | 'face-id' | 'face-neutral-fill' | 'face-neutral' | 'face-sad-fill' | 'face-sad' | 'face-smile-fill' | 'face-smile' | 'face-wink-fill' | 'face-wink' | 'fast-backward-fill' | 'fast-backward' | 'fast-forward-fill' | 'fast-forward' | 'feather-fill' | 'feather' | 'figma-fill' | 'figma' | 'file-01-fill' | 'file-01' | 'file-02-fill' | 'file-02' | 'file-03-fill' | 'file-03' | 'file-04-fill' | 'file-04' | 'file-05-fill' | 'file-05' | 'file-06-fill' | 'file-06' | 'file-07-fill' | 'file-07' | 'file-attachment-01-fill' | 'file-attachment-01' | 'file-attachment-02-fill' | 'file-attachment-02' | 'file-attachment-03-fill' | 'file-attachment-03' | 'file-attachment-04-fill' | 'file-attachment-04' | 'file-attachment-05-fill' | 'file-attachment-05' | 'file-check-01-fill' | 'file-check-01' | 'file-check-02-fill' | 'file-check-02' | 'file-check-03-fill' | 'file-check-03' | 'file-code-01-fill' | 'file-code-01' | 'file-code-02-fill' | 'file-code-02' | 'file-download-01-fill' | 'file-download-01' | 'file-download-02-fill' | 'file-download-02' | 'file-download-03-fill' | 'file-download-03' | 'file-heart-01-fill' | 'file-heart-01' | 'file-heart-02-fill' | 'file-heart-02' | 'file-heart-03-fill' | 'file-heart-03' | 'file-lock-01-fill' | 'file-lock-01' | 'file-lock-02-fill' | 'file-lock-02' | 'file-lock-03-fill' | 'file-lock-03' | 'file-minus-01-fill' | 'file-minus-01' | 'file-minus-02-fill' | 'file-minus-02' | 'file-minus-03-fill' | 'file-minus-03' | 'file-plus-01-fill' | 'file-plus-01' | 'file-plus-02-fill' | 'file-plus-02' | 'file-plus-03-fill' | 'file-plus-03' | 'file-question-01-fill' | 'file-question-01' | 'file-question-02-fill' | 'file-question-02' | 'file-question-03-fill' | 'file-question-03' | 'file-search-01-fill' | 'file-search-01' | 'file-search-02-fill' | 'file-search-02' | 'file-search-03-fill' | 'file-search-03' | 'file-shield-01-fill' | 'file-shield-01' | 'file-shield-02-fill' | 'file-shield-02' | 'file-shield-03-fill' | 'file-shield-03' | 'file-x-01-fill' | 'file-x-01' | 'file-x-02-fill' | 'file-x-02' | 'file-x-03-fill' | 'file-x-03' | 'film-01-fill' | 'film-01' | 'film-02-fill' | 'film-02' | 'film-03-fill' | 'film-03' | 'filter-funnel-01-fill' | 'filter-funnel-01' | 'filter-funnel-02-fill' | 'filter-funnel-02' | 'filter-lines-fill' | 'filter-lines' | 'fingerprint-01-fill' | 'fingerprint-01' | 'fingerprint-02-fill' | 'fingerprint-02' | 'fingerprint-03-fill' | 'fingerprint-03' | 'fingerprint-04-fill' | 'fingerprint-04' | 'flag-01-fill' | 'flag-01' | 'flag-02-fill' | 'flag-02' | 'flag-03-fill' | 'flag-03' | 'flag-04-fill' | 'flag-04' | 'flag-05-fill' | 'flag-05' | 'flag-06-fill' | 'flag-06' | 'flag-ch' | 'flag-en' | 'flag-jp' | 'flag-kr' | 'flash-fill' | 'flash-off-fill' | 'flash-off' | 'flash' | 'flex-align-bottom-fill' | 'flex-align-bottom' | 'flex-align-left-fill' | 'flex-align-left' | 'flex-align-right-fill' | 'flex-align-right' | 'flex-align-top-fill' | 'flex-align-top' | 'flip-backward-fill' | 'flip-backward' | 'flip-forward-fill' | 'flip-forward' | 'folder-check-fill' | 'folder-check' | 'folder-closed-fill' | 'folder-closed' | 'folder-code-fill' | 'folder-code' | 'folder-download-fill' | 'folder-download' | 'folder-fill' | 'folder-lock-fill' | 'folder-lock' | 'folder-minus-fill' | 'folder-minus' | 'folder-plus-fill' | 'folder-plus' | 'folder-question-fill' | 'folder-question' | 'folder-search-fill' | 'folder-search' | 'folder-shield-fill' | 'folder-shield' | 'folder-x-fill' | 'folder-x' | 'folder' | 'framer-fill' | 'framer' | 'gaming-pad-01-fill' | 'gaming-pad-01' | 'gaming-pad-02-fill' | 'gaming-pad-02' | 'gift-01-fill' | 'gift-01' | 'gift-02-fill' | 'gift-02' | 'git-branch-01-fill' | 'git-branch-01' | 'git-branch-02-fill' | 'git-branch-02' | 'git-commit-fill' | 'git-commit' | 'git-merge-fill' | 'git-merge' | 'git-pull-request-fill' | 'git-pull-request' | 'glasses-01-fill' | 'glasses-01' | 'glasses-02-fill' | 'glasses-02' | 'globe-01-fill' | 'globe-01' | 'globe-02-fill' | 'globe-02' | 'globe-03-fill' | 'globe-03' | 'globe-04-fill' | 'globe-04' | 'globe-05-fill' | 'globe-05' | 'globe-06-fill' | 'globe-06' | 'globe-slated-01-fill' | 'globe-slated-01' | 'globe-slated-02-fill' | 'globe-slated-02' | 'google-chrome-fill' | 'google-chrome' | 'graduation-hat-01-fill' | 'graduation-hat-01' | 'graduation-hat-02-fill' | 'graduation-hat-02' | 'grid-01-fill' | 'grid-01' | 'grid-02-fill' | 'grid-02' | 'grid-03-fill' | 'grid-03' | 'grid-dots-blank-fill' | 'grid-dots-blank' | 'grid-dots-bottom-fill' | 'grid-dots-bottom' | 'grid-dots-horizontal-center-fill' | 'grid-dots-horizontal-center' | 'grid-dots-left-fill' | 'grid-dots-left' | 'grid-dots-outer-fill' | 'grid-dots-outer' | 'grid-dots-right-fill' | 'grid-dots-right' | 'grid-dots-top-fill' | 'grid-dots-top' | 'grid-dots-vertical-center-fill' | 'grid-dots-vertical-center' | 'hand-fill' | 'hand' | 'hard-drive-fill' | 'hard-drive' | 'hash-01-fill' | 'hash-01' | 'hash-02-fill' | 'hash-02' | 'heading-01-fill' | 'heading-01' | 'heading-02-fill' | 'heading-02' | 'heading-square-fill' | 'heading-square' | 'headphones-01-fill' | 'headphones-01' | 'headphones-02-fill' | 'headphones-02' | 'heart-1' | 'heart-circle-fill' | 'heart-circle' | 'heart-fill' | 'heart-hand-fill' | 'heart-hand' | 'heart-hexagon-fill' | 'heart-hexagon' | 'heart-octagon-fill' | 'heart-octagon' | 'heart-rounded-fill' | 'heart-rounded' | 'heart-square-fill' | 'heart-square' | 'heart' | 'hearts-fill' | 'hearts' | 'help-circle-fill' | 'help-circle' | 'help-hexagon-fill' | 'help-hexagon' | 'help-octagon-fill' | 'help-octagon' | 'help-square-fill' | 'help-square' | 'hexagon-01-fill' | 'hexagon-02-fill' | 'home-01-fill' | 'home-01' | 'home-02-fill' | 'home-02' | 'home-03-fill' | 'home-03' | 'home-04-fill' | 'home-04' | 'home-05-fill' | 'home-05' | 'home-line-fill' | 'home-line' | 'home-smile-fill' | 'home-smile' | 'horizontal-bar-chart-01-fill' | 'horizontal-bar-chart-01' | 'horizontal-bar-chart-02-fill' | 'horizontal-bar-chart-02' | 'horizontal-bar-chart-03-fill' | 'horizontal-bar-chart-03' | 'hourglass-01-fill' | 'hourglass-02-fill' | 'hourglass-03-fill' | 'hurricane-01-fill' | 'hurricane-01' | 'hurricane-02-fill' | 'hurricane-02' | 'hurricane-03-fill' | 'hurricane-03' | 'image-01-fill' | 'image-01' | 'image-02-fill' | 'image-02' | 'image-03-fill' | 'image-03' | 'image-04-fill' | 'image-04' | 'image-05-fill' | 'image-05' | 'image-check-fill' | 'image-check' | 'image-down-fill' | 'image-down' | 'image-indent-left-fill' | 'image-indent-left' | 'image-indent-right-fill' | 'image-indent-right' | 'image-left-fill' | 'image-left' | 'image-plus-fill' | 'image-plus' | 'image-right-fill' | 'image-right' | 'image-up-fill' | 'image-up' | 'image-user-check-fill' | 'image-user-check' | 'image-user-down-fill' | 'image-user-down' | 'image-user-fill' | 'image-user-left-fill' | 'image-user-left' | 'image-user-plus-fill' | 'image-user-plus' | 'image-user-right-fill' | 'image-user-right' | 'image-user-up-fill' | 'image-user-up' | 'image-user-x-fill' | 'image-user-x' | 'image-user' | 'image-x-fill' | 'image-x' | 'inbox-01-fill' | 'inbox-01' | 'inbox-02-fill' | 'inbox-02' | 'infinity-fill' | 'infinity' | 'info-circle-fill' | 'info-circle' | 'info-hexagon-fill' | 'info-hexagon' | 'info-octagon-fill' | 'info-octagon' | 'info-square-fill' | 'info-square' | 'intersect-circle-fill' | 'intersect-circle' | 'intersect-square-fill' | 'intersect-square' | 'italic-01-fill' | 'italic-01' | 'italic-02-fill' | 'italic-02' | 'italic-square-fill' | 'italic-square' | 'key-01-fill' | 'key-01' | 'key-02-fill' | 'key-02' | 'keyboard-01-fill' | 'keyboard-01' | 'keyboard-02-fill' | 'keyboard-02' | 'laptop-01-fill' | 'laptop-01' | 'laptop-02-fill' | 'laptop-02' | 'layer-single-fill' | 'layer-single' | 'layers-three-01-fill' | 'layers-three-01' | 'layers-three-02-fill' | 'layers-three-02' | 'layers-two-01-fill' | 'layers-two-01' | 'layers-two-02-fill' | 'layers-two-02' | 'layout-alt-01-fill' | 'layout-alt-01' | 'layout-alt-02-fill' | 'layout-alt-02' | 'layout-alt-03-fill' | 'layout-alt-03' | 'layout-alt-04-fill' | 'layout-alt-04' | 'layout-bottom-fill' | 'layout-bottom' | 'layout-grid-01-fill' | 'layout-grid-01' | 'layout-grid-02-fill' | 'layout-grid-02' | 'layout-left-fill' | 'layout-left' | 'layout-right-fill' | 'layout-right' | 'layout-top-fill' | 'layout-top' | 'left-indent-01-fill' | 'left-indent-01' | 'left-indent-02-fill' | 'left-indent-02' | 'letter-spacing-01-fill' | 'letter-spacing-01' | 'letter-spacing-02-fill' | 'letter-spacing-02' | 'life-buoy-01-fill' | 'life-buoy-01' | 'life-buoy-02-fill' | 'life-buoy-02' | 'lightbulb-01-fill' | 'lightbulb-01' | 'lightbulb-02-fill' | 'lightbulb-02' | 'lightbulb-03-fill' | 'lightbulb-03' | 'lightbulb-04-fill' | 'lightbulb-04' | 'lightbulb-05-fill' | 'lightbulb-05' | 'lightning-01-fill' | 'lightning-01' | 'lightning-02-fill' | 'lightning-02' | 'line-chart-down-01-fill' | 'line-chart-down-01' | 'line-chart-down-02-fill' | 'line-chart-down-02' | 'line-chart-down-03-fill' | 'line-chart-down-03' | 'line-chart-down-04-fill' | 'line-chart-down-04' | 'line-chart-down-05-fill' | 'line-chart-down-05' | 'line-chart-up-01-fill' | 'line-chart-up-01' | 'line-chart-up-02-fill' | 'line-chart-up-02' | 'line-chart-up-03-fill' | 'line-chart-up-03' | 'line-chart-up-04-fill' | 'line-chart-up-04' | 'line-chart-up-05-fill' | 'line-chart-up-05' | 'line-height-fill' | 'line-height' | 'link-01-fill' | 'link-01' | 'link-02-fill' | 'link-02' | 'link-03-fill' | 'link-03' | 'link-04-fill' | 'link-04' | 'link-05-fill' | 'link-05' | 'link-broken-01-fill' | 'link-broken-01' | 'link-broken-02-fill' | 'link-broken-02' | 'link-external-01-alt-fill' | 'link-external-01-fill' | 'link-external-01' | 'link-external-02-fill' | 'link-external-02' | 'list-fill' | 'list' | 'loading-01-fill' | 'loading-01' | 'loading-02-fill' | 'loading-02' | 'loading-03-fill' | 'loading-03' | 'lock-01-fill' | 'lock-01' | 'lock-02-fill' | 'lock-02' | 'lock-03-fill' | 'lock-03' | 'lock-04-fill' | 'lock-04' | 'lock-keyhole-circle-fill' | 'lock-keyhole-circle' | 'lock-keyhole-square-fill' | 'lock-keyhole-square' | 'lock-unlocked-01-fill' | 'lock-unlocked-01' | 'lock-unlocked-02-fill' | 'lock-unlocked-02' | 'lock-unlocked-03-fill' | 'lock-unlocked-03' | 'lock-unlocked-04-fill' | 'lock-unlocked-04' | 'log-in-01-alt-fill' | 'log-in-01-fill' | 'log-in-01' | 'log-in-02-alt-fill' | 'log-in-02-fill' | 'log-in-02' | 'log-in-03-alt-fill' | 'log-in-03-fill' | 'log-in-03' | 'log-in-04-alt-fill' | 'log-in-04-fill' | 'log-in-04' | 'log-out-01-alt-fill' | 'log-out-01-fill' | 'log-out-01' | 'log-out-02-alt-fill' | 'log-out-02-fill' | 'log-out-02' | 'log-out-03-alt-fill' | 'log-out-03-fill' | 'log-out-03' | 'log-out-04-alt-fill' | 'log-out-04-fill' | 'log-out-04' | 'luggage-01-fill' | 'luggage-01' | 'luggage-02-fill' | 'luggage-02' | 'luggage-03-fill' | 'luggage-03' | 'magic-wand-01-fill' | 'magic-wand-01' | 'magic-wand-02-fill' | 'magic-wand-02' | 'mail-01-fill' | 'mail-01' | 'mail-02-fill' | 'mail-02' | 'mail-03-fill' | 'mail-03' | 'mail-04-fill' | 'mail-04' | 'mail-05-fill' | 'mail-05' | 'map-01-fill' | 'map-01' | 'map-02-fill' | 'map-02' | 'mark-fill' | 'mark' | 'marker-pin-01-fill' | 'marker-pin-01' | 'marker-pin-02-fill' | 'marker-pin-02' | 'marker-pin-03-fill' | 'marker-pin-03' | 'marker-pin-04-fill' | 'marker-pin-04' | 'marker-pin-05-fill' | 'marker-pin-05' | 'marker-pin-06-fill' | 'marker-pin-06' | 'maximize-01-fill' | 'maximize-01' | 'maximize-02-fill' | 'maximize-02' | 'medical-circle-fill' | 'medical-circle' | 'medical-cross-fill' | 'medical-cross' | 'medical-square-fill' | 'medical-square' | 'menu-01-fill' | 'menu-01' | 'menu-02-fill' | 'menu-02' | 'menu-03-fill' | 'menu-03' | 'menu-04-fill' | 'menu-04' | 'menu-05-fill' | 'menu-05' | 'message-alert-circle-fill' | 'message-alert-circle' | 'message-alert-square-fill' | 'message-alert-square' | 'message-chat-circle-fill' | 'message-chat-circle' | 'message-chat-square-fill' | 'message-chat-square' | 'message-check-circle-fill' | 'message-check-circle' | 'message-check-square-fill' | 'message-check-square' | 'message-circle-01-fill' | 'message-circle-01' | 'message-circle-02-fill' | 'message-circle-02' | 'message-dots-circle-fill' | 'message-dots-circle' | 'message-dots-square-fill' | 'message-dots-square' | 'message-heart-circle-fill' | 'message-heart-circle' | 'message-heart-square-fill' | 'message-heart-square' | 'message-notification-circle-fill' | 'message-notification-circle' | 'message-notification-square-fill' | 'message-notification-square' | 'message-plus-circle-fill' | 'message-plus-circle' | 'message-plus-square-fill' | 'message-plus-square' | 'message-question-circle-fill' | 'message-question-circle' | 'message-question-square-fill' | 'message-question-square' | 'message-smile-circle-fill' | 'message-smile-circle' | 'message-smile-square-fill' | 'message-smile-square' | 'message-square-01-fill' | 'message-square-01' | 'message-square-02-fill' | 'message-square-02' | 'message-text-circle-01-fill' | 'message-text-circle-01' | 'message-text-circle-02-fill' | 'message-text-circle-02' | 'message-text-square-01-fill' | 'message-text-square-01' | 'message-text-square-02-fill' | 'message-text-square-02' | 'message-x-circle-fill' | 'message-x-circle' | 'message-x-square-fill' | 'message-x-square' | 'microphone-01-fill' | 'microphone-01' | 'microphone-02-fill' | 'microphone-02' | 'microphone-off-01-fill' | 'microphone-off-01' | 'microphone-off-02-fill' | 'microphone-off-02' | 'microscope-fill' | 'microscope' | 'minimize-01-fill' | 'minimize-01' | 'minimize-02-fill' | 'minimize-02' | 'minus-circle-fill' | 'minus-circle' | 'minus-fill' | 'minus-square-fill' | 'minus-square' | 'minus' | 'modem-01-fill' | 'modem-01' | 'modem-02-fill' | 'modem-02' | 'monitor-01-fill' | 'monitor-01' | 'monitor-02-fill' | 'monitor-02' | 'monitor-03-fill' | 'monitor-03' | 'monitor-04-fill' | 'monitor-04' | 'monitor-05-fill' | 'monitor-05' | 'moon-01-fill' | 'moon-01' | 'moon-02-fill' | 'moon-02' | 'moon-eclipse-fill' | 'moon-eclipse' | 'moon-star-fill' | 'moon-star' | 'mouse-fill' | 'mouse' | 'move-fill' | 'move' | 'music-note-01-fill' | 'music-note-01' | 'music-note-02-fill' | 'music-note-02' | 'music-note-plus-fill' | 'music-note-plus' | 'navigation-pointer-01-fill' | 'navigation-pointer-01' | 'navigation-pointer-02-fill' | 'navigation-pointer-02' | 'navigation-pointer-off-01-fill' | 'navigation-pointer-off-01' | 'navigation-pointer-off-02-fill' | 'navigation-pointer-off-02' | 'notification-box-fill' | 'notification-box' | 'notification-message-fill' | 'notification-message' | 'notification-text-fill' | 'notification-text' | 'octagon-fill' | 'package-check-fill' | 'package-check' | 'package-fill' | 'package-minus-fill' | 'package-minus' | 'package-plus-fill' | 'package-plus' | 'package-search-fill' | 'package-search' | 'package-x-fill' | 'package-x' | 'package' | 'paint-fill' | 'paint-pour-fill' | 'paint-pour' | 'paint' | 'palette-fill' | 'palette' | 'paperclip-fill' | 'paperclip' | 'paragraph-spacing-fill' | 'paragraph-spacing' | 'paragraph-wrap-fill' | 'paragraph-wrap' | 'passcode-fill' | 'passcode-lock-fill' | 'passcode-lock' | 'passcode' | 'passport-fill' | 'passport' | 'pause-circle-fill' | 'pause-circle' | 'pause-square-fill' | 'pause-square' | 'pen-tool-01-fill' | 'pen-tool-01' | 'pen-tool-02-fill' | 'pen-tool-02' | 'pen-tool-minus-fill' | 'pen-tool-minus' | 'pen-tool-plus-fill' | 'pen-tool-plus' | 'pencil-01-fill' | 'pencil-01' | 'pencil-02-fill' | 'pencil-02' | 'pencil-line-fill' | 'pencil-line' | 'pentagon-fill' | 'percent-01-fill' | 'percent-01' | 'percent-02-fill' | 'percent-02' | 'percent-03-fill' | 'percent-03' | 'perspective-01-fill' | 'perspective-01' | 'perspective-02-fill' | 'perspective-02' | 'phone-01-fill' | 'phone-01' | 'phone-02-fill' | 'phone-02' | 'phone-call-01-fill' | 'phone-call-01' | 'phone-call-02-fill' | 'phone-call-02' | 'phone-fill' | 'phone-hang-up-fill' | 'phone-hang-up' | 'phone-incoming-01-fill' | 'phone-incoming-01' | 'phone-incoming-02-fill' | 'phone-incoming-02' | 'phone-outgoing-01-fill' | 'phone-outgoing-01' | 'phone-outgoing-02-fill' | 'phone-outgoing-02' | 'phone-pause-fill' | 'phone-pause' | 'phone-plus-fill' | 'phone-plus' | 'phone-x-fill' | 'phone-x' | 'phone' | 'pie-chart-01-fill' | 'pie-chart-01' | 'pie-chart-02-fill' | 'pie-chart-02' | 'pie-chart-03-fill' | 'pie-chart-03' | 'pie-chart-04-fill' | 'pie-chart-04' | 'piggy-bank-01-fill' | 'piggy-bank-01' | 'piggy-bank-02-fill' | 'piggy-bank-02' | 'pilcrow-01-fill' | 'pilcrow-01' | 'pilcrow-02-fill' | 'pilcrow-02' | 'pilcrow-square-fill' | 'pilcrow-square' | 'pin-01-fill' | 'pin-01' | 'pin-02-fill' | 'pin-02' | 'placeholder-fill' | 'placeholder' | 'plane-fill' | 'plane' | 'play-circle-fill' | 'play-circle' | 'play-fill' | 'play-square-fill' | 'play-square' | 'play' | 'plus-circle-fill' | 'plus-circle' | 'plus-fill' | 'plus-square-fill' | 'plus-square' | 'plus' | 'podcast-fill' | 'podcast' | 'power-01-fill' | 'power-01' | 'power-02-fill' | 'power-02' | 'power-03-fill' | 'power-03' | 'presentation-chart-01-fill' | 'presentation-chart-01' | 'presentation-chart-02-fill' | 'presentation-chart-02' | 'presentation-chart-03-fill' | 'presentation-chart-03' | 'printer-fill' | 'printer' | 'puzzle-piece-01-fill' | 'puzzle-piece-01' | 'puzzle-piece-02-fill' | 'puzzle-piece-02' | 'qr-code-01-fill' | 'qr-code-01' | 'qr-code-02-fill' | 'qr-code-02' | 'receipt-check-fill' | 'receipt-check' | 'receipt-fill' | 'receipt' | 'recording-01-fill' | 'recording-01' | 'recording-02-fill' | 'recording-02' | 'recording-03-fill' | 'recording-03' | 'reflect-01-fill' | 'reflect-01' | 'reflect-02-fill' | 'reflect-02' | 'refresh-ccw-01-fill' | 'refresh-ccw-01' | 'refresh-ccw-02-fill' | 'refresh-ccw-02' | 'refresh-ccw-03-fill' | 'refresh-ccw-03' | 'refresh-ccw-04-fill' | 'refresh-ccw-04' | 'refresh-ccw-05-fill' | 'refresh-ccw-05' | 'refresh-cw-01-fill' | 'refresh-cw-01' | 'refresh-cw-02-fill' | 'refresh-cw-02' | 'refresh-cw-03-fill' | 'refresh-cw-03' | 'refresh-cw-04-fill' | 'refresh-cw-04' | 'refresh-cw-05-fill' | 'refresh-cw-05' | 'repeat-01-fill' | 'repeat-01' | 'repeat-02-fill' | 'repeat-02' | 'repeat-03-fill' | 'repeat-03' | 'repeat-04-fill' | 'repeat-04' | 'reverse-left-fill' | 'reverse-left' | 'reverse-right-fill' | 'reverse-right' | 'right-indent-01-fill' | 'right-indent-01' | 'right-indent-02-fill' | 'right-indent-02' | 'rocket-01-fill' | 'rocket-01' | 'rocket-02-fill' | 'rocket-02' | 'roller-brush-fill' | 'roller-brush' | 'route-fill' | 'route' | 'rows-01-fill' | 'rows-01' | 'rows-02-fill' | 'rows-02' | 'rows-03-fill' | 'rows-03' | 'rss-01-fill' | 'rss-01' | 'rss-02-fill' | 'rss-02' | 'ruler-fill' | 'ruler' | 'safe-fill' | 'safe' | 'sale-01-fill' | 'sale-01' | 'sale-02-fill' | 'sale-02' | 'sale-03-fill' | 'sale-03' | 'sale-04-fill' | 'sale-04' | 'save-01-fill' | 'save-01' | 'save-02-fill' | 'save-02' | 'save-03-fill' | 'save-03' | 'scale-01-fill' | 'scale-01' | 'scale-02-fill' | 'scale-02' | 'scale-03-fill' | 'scale-03' | 'scales-01-fill' | 'scales-01' | 'scales-02-fill' | 'scales-02' | 'scan-fill' | 'scan' | 'scissors-01-fill' | 'scissors-01' | 'scissors-02-fill' | 'scissors-02' | 'scissors-cut-01-fill' | 'scissors-cut-01' | 'scissors-cut-02-fill' | 'scissors-cut-02' | 'search-lg-fill' | 'search-lg' | 'search-md-fill' | 'search-md' | 'search-refraction-fill' | 'search-refraction' | 'search-sm-fill' | 'search-sm' | 'send-01-fill' | 'send-01' | 'send-02-fill' | 'send-02' | 'send-03-fill' | 'send-03' | 'server-01-fill' | 'server-01' | 'server-02-fill' | 'server-02' | 'server-03-fill' | 'server-03' | 'server-04-fill' | 'server-04' | 'server-05-fill' | 'server-05' | 'server-06-fill' | 'server-06' | 'settings-01-fill' | 'settings-01' | 'settings-02-fill' | 'settings-02' | 'settings-03-fill' | 'settings-03' | 'settings-04-fill' | 'settings-04' | 'share-01-alt-fill' | 'share-01-fill' | 'share-01' | 'share-02-alt-fill' | 'share-02-fill' | 'share-02' | 'share-03-fill' | 'share-03' | 'share-04-alt-fill' | 'share-04-fill' | 'share-04' | 'share-05-fill' | 'share-05' | 'share-06-fill' | 'share-06' | 'share-07-fill' | 'share-07' | 'shield-01-fill' | 'shield-01' | 'shield-02-fill' | 'shield-02' | 'shield-03-fill' | 'shield-03' | 'shield-dollar-fill' | 'shield-dollar' | 'shield-off-fill' | 'shield-off' | 'shield-plus-fill' | 'shield-plus' | 'shield-tick-fill' | 'shield-tick' | 'shield-zap-fill' | 'shield-zap' | 'shopping-bag-01-fill' | 'shopping-bag-01' | 'shopping-bag-02-fill' | 'shopping-bag-02' | 'shopping-bag-03-fill' | 'shopping-bag-03' | 'shopping-cart-01-fill' | 'shopping-cart-01' | 'shopping-cart-02-fill' | 'shopping-cart-02' | 'shopping-cart-03-fill' | 'shopping-cart-03' | 'shuffle-01-fill' | 'shuffle-01' | 'shuffle-02-fill' | 'shuffle-02' | 'signal-01-fill' | 'signal-01' | 'signal-02-fill' | 'signal-02' | 'signal-03-fill' | 'signal-03' | 'simcard-fill' | 'simcard' | 'skew-fill' | 'skew' | 'skip-back-fill' | 'skip-back' | 'skip-forward-fill' | 'skip-forward' | 'slash-circle-01-fill' | 'slash-circle-01' | 'slash-circle-02-fill' | 'slash-circle-02' | 'slash-divider-fill' | 'slash-divider' | 'slash-octagon-fill' | 'slash-octagon' | 'sliders-01-fill' | 'sliders-01' | 'sliders-02-fill' | 'sliders-02' | 'sliders-03-fill' | 'sliders-03' | 'sliders-04-fill' | 'sliders-04' | 'snowflake-01-fill' | 'snowflake-01' | 'snowflake-02-fill' | 'snowflake-02' | 'spacing-height-01-fill' | 'spacing-height-01' | 'spacing-height-02-fill' | 'spacing-height-02' | 'spacing-width-01-fill' | 'spacing-width-01' | 'spacing-width-02-fill' | 'spacing-width-02' | 'speaker-01-fill' | 'speaker-01' | 'speaker-02-fill' | 'speaker-02' | 'speaker-03-fill' | 'speaker-03' | 'speedometer-01-fill' | 'speedometer-01' | 'speedometer-02-fill' | 'speedometer-02' | 'speedometer-03-fill' | 'speedometer-03' | 'speedometer-04-fill' | 'speedometer-04' | 'square-fill' | 'stand-fill' | 'stand' | 'star-01-fill' | 'star-02-fill' | 'star-03-fill' | 'star-04-fill' | 'star-05-fill' | 'star-06-fill' | 'star-06' | 'star-07-fill' | 'stars-01-fill' | 'stars-01' | 'stars-02-fill' | 'stars-02' | 'stars-03-fill' | 'stars-03' | 'sticker-circle-fill' | 'sticker-circle' | 'sticker-square-fill' | 'sticker-square' | 'stop-circle-fill' | 'stop-circle' | 'stop-fill' | 'stop-square-fill' | 'stop-square' | 'stop' | 'strikethrough-01-fill' | 'strikethrough-01' | 'strikethrough-02-fill' | 'strikethrough-02' | 'strikethrough-square-fill' | 'strikethrough-square' | 'subscript-fill' | 'subscript' | 'sun-fill' | 'sun-setting-01-fill' | 'sun-setting-01' | 'sun-setting-02-fill' | 'sun-setting-02' | 'sun-setting-03-fill' | 'sun-setting-03' | 'sun' | 'sunrise-fill' | 'sunrise' | 'sunset-fill' | 'sunset' | 'switch-horizontal-01-fill' | 'switch-horizontal-01' | 'switch-horizontal-02-fill' | 'switch-horizontal-02' | 'switch-vertical-01-fill' | 'switch-vertical-01' | 'switch-vertical-02-fill' | 'switch-vertical-02' | 'table-fill' | 'table' | 'tablet-01-fill' | 'tablet-01' | 'tablet-02-fill' | 'tablet-02' | 'tag-01-fill' | 'tag-01' | 'tag-02-fill' | 'tag-02' | 'tag-03-fill' | 'tag-03' | 'target-01-fill' | 'target-01' | 'target-02-fill' | 'target-02' | 'target-03-fill' | 'target-03' | 'target-04-fill' | 'target-04' | 'target-05-fill' | 'target-05' | 'telescope-fill' | 'telescope' | 'terminal-browser-fill' | 'terminal-browser' | 'terminal-circle-fill' | 'terminal-circle' | 'terminal-fill' | 'terminal-square-fill' | 'terminal-square' | 'terminal' | 'text-input-fill' | 'text-input' | 'thermometer-01-fill' | 'thermometer-01' | 'thermometer-02-fill' | 'thermometer-02' | 'thermometer-03-fill' | 'thermometer-03' | 'thermometer-cold-fill' | 'thermometer-cold' | 'thermometer-warm-fill' | 'thermometer-warm' | 'thumbs-down-fill' | 'thumbs-down' | 'thumbs-up-fill' | 'thumbs-up' | 'ticket-01-fill' | 'ticket-01' | 'ticket-02-fill' | 'ticket-02' | 'toggle-01-left-fill' | 'toggle-01-left' | 'toggle-01-right-fill' | 'toggle-01-right' | 'toggle-02-left-fill' | 'toggle-02-left' | 'toggle-02-right-fill' | 'toggle-02-right' | 'toggle-03-left-fill' | 'toggle-03-left' | 'toggle-03-right-fill' | 'toggle-03-right' | 'tool-01-fill' | 'tool-01' | 'tool-02-fill' | 'tool-02' | 'train-fill' | 'train' | 'tram-fill' | 'tram' | 'transform-fill' | 'transform' | 'translate-01-fill' | 'translate-01' | 'translate-02-fill' | 'translate-02' | 'trash-01-fill' | 'trash-01' | 'trash-02-fill' | 'trash-02' | 'trash-03-fill' | 'trash-03' | 'trash-04-fill' | 'trash-04' | 'trend-down-01-fill' | 'trend-down-01' | 'trend-down-02-fill' | 'trend-down-02' | 'trend-up-01-fill' | 'trend-up-01' | 'trend-up-02-fill' | 'trend-up-02' | 'triangle-fill' | 'trophy-01-fill' | 'trophy-01' | 'trophy-02-fill' | 'trophy-02' | 'truck-01-fill' | 'truck-01' | 'truck-02-fill' | 'truck-02' | 'tv-01-fill' | 'tv-01' | 'tv-02-fill' | 'tv-02' | 'tv-03-fill' | 'tv-03' | 'type-01-fill' | 'type-01' | 'type-02-fill' | 'type-02' | 'type-square-fill' | 'type-square' | 'type-strikethrough-01-fill' | 'type-strikethrough-01' | 'type-strikethrough-02-fill' | 'type-strikethrough-02' | 'umbrella-01-fill' | 'umbrella-01' | 'umbrella-02-fill' | 'umbrella-02' | 'umbrella-03-fill' | 'umbrella-03' | 'underline-01-fill' | 'underline-01' | 'underline-02-fill' | 'underline-02' | 'underline-square-fill' | 'underline-square' | 'upload-01-alt-fill' | 'upload-01-fill' | 'upload-01' | 'upload-02-fill' | 'upload-02' | 'upload-03-fill' | 'upload-03' | 'upload-04-fill' | 'upload-04' | 'upload-cloud-01-fill' | 'upload-cloud-01' | 'upload-cloud-02-fill' | 'upload-cloud-02' | 'usb-flash-drive-fill' | 'usb-flash-drive' | 'user-01-fill' | 'user-01' | 'user-02-fill' | 'user-02' | 'user-03-fill' | 'user-03' | 'user-check-01-fill' | 'user-check-01' | 'user-check-02-fill' | 'user-check-02' | 'user-circle-fill' | 'user-circle' | 'user-down-01-fill' | 'user-down-01' | 'user-down-02-fill' | 'user-down-02' | 'user-edit-fill' | 'user-edit' | 'user-left-01-fill' | 'user-left-01' | 'user-left-02-fill' | 'user-left-02' | 'user-minus-01-fill' | 'user-minus-01' | 'user-minus-02-fill' | 'user-minus-02' | 'user-plus-01-fill' | 'user-plus-01' | 'user-plus-02-fill' | 'user-plus-02' | 'user-right-01-fill' | 'user-right-01' | 'user-right-02-fill' | 'user-right-02' | 'user-square-fill' | 'user-square' | 'user-up-01-fill' | 'user-up-01' | 'user-up-02-fill' | 'user-up-02' | 'user-x-01-fill' | 'user-x-01' | 'user-x-02-fill' | 'user-x-02' | 'users-01-fill' | 'users-01' | 'users-02-fill' | 'users-02' | 'users-03-fill' | 'users-03' | 'users-check-fill' | 'users-check' | 'users-down-fill' | 'users-down' | 'users-edit-fill' | 'users-edit' | 'users-left-fill' | 'users-left' | 'users-minus-fill' | 'users-minus' | 'users-plus-fill' | 'users-plus' | 'users-right-fill' | 'users-right' | 'users-up-fill' | 'users-up' | 'users-x-fill' | 'users-x' | 'variable-fill' | 'variable' | 'verifyage-01' | 'verifyage-02' | 'video-recorder-fill' | 'video-recorder-off-fill' | 'video-recorder-off' | 'video-recorder' | 'virus-fill' | 'virus' | 'voicemail-fill' | 'voicemail' | 'volume-max-fill' | 'volume-max' | 'volume-min-fill' | 'volume-min' | 'volume-minus-fill' | 'volume-minus' | 'volume-plus-fill' | 'volume-plus' | 'volume-x-fill' | 'volume-x' | 'wallet-01-fill' | 'wallet-01' | 'wallet-02-fill' | 'wallet-02' | 'wallet-03-fill' | 'wallet-03' | 'wallet-04-fill' | 'wallet-04' | 'wallet-05-fill' | 'wallet-05' | 'warining' | 'watch-circle-fill' | 'watch-square-fill' | 'waves-fill' | 'waves' | 'webcam-01-fill' | 'webcam-01' | 'webcam-02-fill' | 'webcam-02' | 'wifi-fill' | 'wifi-off-fill' | 'wifi-off' | 'wifi' | 'wind-01-fill' | 'wind-01' | 'wind-02-fill' | 'wind-02' | 'wind-03-fill' | 'wind-03' | 'x-circle-fill' | 'x-circle' | 'x-close-fill' | 'x-close' | 'x-fill' | 'x-square-fill' | 'x-square' | 'x' | 'youtube-fill' | 'youtube' | 'zap-circle-fill' | 'zap-circle' | 'zap-fast-fill' | 'zap-fast' | 'zap-fill' | 'zap-off-fill' | 'zap-off' | 'zap-square-fill' | 'zap-square' | 'zap' | 'zoom-in-fill' | 'zoom-in' | 'zoom-out-fill' | 'zoom-out';
|
|
1
|
+
export type IconName = 'activity-fill' | 'activity-heart-fill' | 'activity-heart' | 'activity' | 'airplay-fill' | 'airplay' | 'airpods-fill' | 'airpods' | 'alarm-clock-check-fill' | 'alarm-clock-fill' | 'alarm-clock-minus-fill' | 'alarm-clock-off-fill' | 'alarm-clock-plus-fill' | 'alert-circle-fill' | 'alert-circle' | 'alert-hexagon-fill' | 'alert-hexagon' | 'alert-octagon-fill' | 'alert-octagon' | 'alert-square-fill' | 'alert-square' | 'alert-triangle-fill' | 'alert-triangle' | 'align-bottom-01-fill' | 'align-bottom-01' | 'align-bottom-02-fill' | 'align-bottom-02' | 'align-bottom-03' | 'align-center-fill' | 'align-center' | 'align-horizontal-centre-01-fill' | 'align-horizontal-centre-01' | 'align-horizontal-centre-02-fill' | 'align-horizontal-centre-02' | 'align-horizontal-centre-03' | 'align-justify-fill' | 'align-justify' | 'align-left-01-fill' | 'align-left-01' | 'align-left-02-fill' | 'align-left-02' | 'align-left-03' | 'align-left-fill' | 'align-left' | 'align-right-01-fill' | 'align-right-01' | 'align-right-02-fill' | 'align-right-02' | 'align-right-03' | 'align-right-fill' | 'align-right' | 'align-top-01-fill' | 'align-top-01' | 'align-top-02-fill' | 'align-top-02' | 'align-top-03' | 'align-vertical-center-01-fill' | 'align-vertical-center-01' | 'align-vertical-center-02-fill' | 'align-vertical-center-02' | 'align-vertical-center-03' | 'alignment-bottom-center-fill' | 'alignment-center-fill' | 'alignment-horizontal-fill' | 'alignment-left-center-fill' | 'alignment-left-end-fill' | 'alignment-left-start-fill' | 'alignment-right-center-fill' | 'alignment-right-end-fill' | 'alignment-right-start-fill' | 'alignment-top-center-fill' | 'alignment-vertical-fill' | 'anchor-fill' | 'anchor' | 'annotation-alert-fill' | 'annotation-alert' | 'annotation-check-fill' | 'annotation-check' | 'annotation-dots-fill' | 'annotation-dots' | 'annotation-fill' | 'annotation-heart-fill' | 'annotation-heart' | 'annotation-info-fill' | 'annotation-info' | 'annotation-plus-fill' | 'annotation-plus' | 'annotation-question-fill' | 'annotation-question' | 'annotation-x-fill' | 'annotation-x' | 'annotation' | 'announcement-01-fill' | 'announcement-01' | 'announcement-02-fill' | 'announcement-02' | 'announcement-03-fill' | 'announcement-03' | 'archive-fill' | 'archive' | 'arrow-block-down-fill' | 'arrow-block-down' | 'arrow-block-left-fill' | 'arrow-block-left' | 'arrow-block-right-fill' | 'arrow-block-right' | 'arrow-block-up-fill' | 'arrow-block-up' | 'arrow-circle-broken-down-fill' | 'arrow-circle-broken-down-left-fill' | 'arrow-circle-broken-down-left' | 'arrow-circle-broken-down-right-fill' | 'arrow-circle-broken-down-right' | 'arrow-circle-broken-down' | 'arrow-circle-broken-left-fill' | 'arrow-circle-broken-left' | 'arrow-circle-broken-right-fill' | 'arrow-circle-broken-right' | 'arrow-circle-broken-up-fill' | 'arrow-circle-broken-up-left-fill' | 'arrow-circle-broken-up-left' | 'arrow-circle-broken-up-right-fill' | 'arrow-circle-broken-up-right' | 'arrow-circle-broken-up' | 'arrow-circle-down-fill' | 'arrow-circle-down-left-fill' | 'arrow-circle-down-left' | 'arrow-circle-down-right-fill' | 'arrow-circle-down-right' | 'arrow-circle-down' | 'arrow-circle-left-fill' | 'arrow-circle-left' | 'arrow-circle-right-fill' | 'arrow-circle-right' | 'arrow-circle-up-fill' | 'arrow-circle-up-left-fill' | 'arrow-circle-up-left' | 'arrow-circle-up-right-fill' | 'arrow-circle-up-right' | 'arrow-circle-up' | 'arrow-down-fill' | 'arrow-down-left-fill' | 'arrow-down-left' | 'arrow-down-right-fill' | 'arrow-down-right' | 'arrow-down' | 'arrow-left-fill' | 'arrow-left' | 'arrow-narrow-down-fill' | 'arrow-narrow-down-left-fill' | 'arrow-narrow-down-left' | 'arrow-narrow-down-right-fill' | 'arrow-narrow-down-right' | 'arrow-narrow-down' | 'arrow-narrow-left-fill' | 'arrow-narrow-left' | 'arrow-narrow-right-fill' | 'arrow-narrow-right' | 'arrow-narrow-up-fill' | 'arrow-narrow-up-left-fill' | 'arrow-narrow-up-left' | 'arrow-narrow-up-right-fill' | 'arrow-narrow-up-right' | 'arrow-narrow-up' | 'arrow-right-fill' | 'arrow-right' | 'arrow-square-down-fill' | 'arrow-square-down-left-fill' | 'arrow-square-down-left' | 'arrow-square-down-right-fill' | 'arrow-square-down-right' | 'arrow-square-down' | 'arrow-square-left-fill' | 'arrow-square-left' | 'arrow-square-right-fill' | 'arrow-square-right' | 'arrow-square-up-fill' | 'arrow-square-up-left-fill' | 'arrow-square-up-left' | 'arrow-square-up-right-fill' | 'arrow-square-up-right' | 'arrow-square-up' | 'arrow-up-fill' | 'arrow-up-left-fill' | 'arrow-up-left' | 'arrow-up-right-fill' | 'arrow-up-right' | 'arrow-up' | 'arrows-down-fill' | 'arrows-down' | 'arrows-left-fill' | 'arrows-left' | 'arrows-right-fill' | 'arrows-right' | 'arrows-triangle-fill' | 'arrows-triangle' | 'arrows-up-fill' | 'arrows-up' | 'asterisk-01-fill' | 'asterisk-01' | 'asterisk-02-fill' | 'asterisk-02' | 'at-sign-fill' | 'at-sign' | 'atom-01-fill' | 'atom-01' | 'atom-02-fill' | 'atom-02' | 'attachment-01-fill' | 'attachment-01' | 'attachment-02-fill' | 'attachment-02' | 'award-01-fill' | 'award-01' | 'award-02-fill' | 'award-02' | 'award-03-fill' | 'award-03' | 'award-04-fill' | 'award-04' | 'award-05-fill' | 'award-05' | 'backpack-fill' | 'backpack' | 'bank-fill' | 'bank-note-01-fill' | 'bank-note-01' | 'bank-note-02-fill' | 'bank-note-02' | 'bank-note-03-fill' | 'bank-note-03' | 'bank' | 'bar-chart-01-fill' | 'bar-chart-01' | 'bar-chart-02-fill' | 'bar-chart-02' | 'bar-chart-03-fill' | 'bar-chart-03' | 'bar-chart-04-fill' | 'bar-chart-04' | 'bar-chart-05-fill' | 'bar-chart-05' | 'bar-chart-06-fill' | 'bar-chart-06' | 'bar-chart-07-fill' | 'bar-chart-07' | 'bar-chart-08-fill' | 'bar-chart-08' | 'bar-chart-09-fill' | 'bar-chart-09' | 'bar-chart-10-fill' | 'bar-chart-10' | 'bar-chart-11-fill' | 'bar-chart-11' | 'bar-chart-12-fill' | 'bar-chart-12' | 'bar-chart-circle-01-fill' | 'bar-chart-circle-01' | 'bar-chart-circle-02-fill' | 'bar-chart-circle-02' | 'bar-chart-circle-03-fill' | 'bar-chart-circle-03' | 'bar-chart-square-01-fill' | 'bar-chart-square-01' | 'bar-chart-square-02-fill' | 'bar-chart-square-02' | 'bar-chart-square-03-fill' | 'bar-chart-square-03' | 'bar-chart-square-down-fill' | 'bar-chart-square-down' | 'bar-chart-square-minus-fill' | 'bar-chart-square-minus' | 'bar-chart-square-plus-fill' | 'bar-chart-square-plus' | 'bar-chart-square-up-fill' | 'bar-chart-square-up' | 'bar-line-chart-fill' | 'bar-line-chart' | 'battery-charging-01-fill' | 'battery-charging-01' | 'battery-charging-02-fill' | 'battery-charging-02' | 'battery-empty-fill' | 'battery-empty' | 'battery-full-fill' | 'battery-full' | 'battery-low-fill' | 'battery-low' | 'battery-mid-fill' | 'battery-mid' | 'beaker-01-fill' | 'beaker-01' | 'beaker-02-fill' | 'beaker-02' | 'bell-01-fill' | 'bell-01' | 'bell-02-fill' | 'bell-02' | 'bell-03-fill' | 'bell-03' | 'bell-04-fill' | 'bell-04' | 'bell-minus-fill' | 'bell-minus' | 'bell-off-01-fill' | 'bell-off-01' | 'bell-off-02-fill' | 'bell-off-02' | 'bell-off-03-fill' | 'bell-off-03' | 'bell-plus-fill' | 'bell-plus' | 'bell-ringing-01-fill' | 'bell-ringing-01' | 'bell-ringing-02-fill' | 'bell-ringing-02' | 'bell-ringing-03-fill' | 'bell-ringing-03' | 'bell-ringing-04-fill' | 'bell-ringing-04' | 'bezier-curve-01-fill' | 'bezier-curve-01' | 'bezier-curve-02-fill' | 'bezier-curve-02' | 'bezier-curve-03-fill' | 'bezier-curve-03' | 'bluetooth-connect-fill' | 'bluetooth-connect' | 'bluetooth-off-fill' | 'bluetooth-off' | 'bluetooth-on-fill' | 'bluetooth-on' | 'bluetooth-signal-fill' | 'bluetooth-signal' | 'bold-01-fill' | 'bold-01' | 'bold-02-fill' | 'bold-02' | 'bold-square-fill' | 'bold-square' | 'book-closed-fill' | 'book-closed' | 'book-open-01-fill' | 'book-open-01' | 'book-open-02-fill' | 'book-open-02' | 'bookmark-add-fill' | 'bookmark-add' | 'bookmark-check-fill' | 'bookmark-check' | 'bookmark-fill' | 'bookmark-minus-fill' | 'bookmark-minus' | 'bookmark-x-fill' | 'bookmark-x' | 'bookmark' | 'box-fill' | 'box' | 'brackets-check-fill' | 'brackets-check' | 'brackets-ellipses-fill' | 'brackets-ellipses' | 'brackets-fill' | 'brackets-minus-fill' | 'brackets-minus' | 'brackets-plus-fill' | 'brackets-plus' | 'brackets-slash-fill' | 'brackets-slash' | 'brackets-x-fill' | 'brackets-x' | 'brackets' | 'briefcase-01-fill' | 'briefcase-01' | 'briefcase-02-fill' | 'briefcase-02' | 'browser-fill' | 'browser' | 'brush-01-fill' | 'brush-01' | 'brush-02-fill' | 'brush-02' | 'brush-03-fill' | 'brush-03' | 'building-01-fill' | 'building-01' | 'building-02-fill' | 'building-02' | 'building-03-fill' | 'building-03' | 'building-04-fill' | 'building-04' | 'building-05-fill' | 'building-05' | 'building-06-fill' | 'building-06' | 'building-07-fill' | 'building-07' | 'building-08-fill' | 'building-08' | 'bus-fill' | 'bus' | 'button' | 'calculator-fill' | 'calculator' | 'calendar-check-01-fill' | 'calendar-check-02-fill' | 'calendar-date-fill' | 'calendar-fill' | 'calendar-heart-01-fill' | 'calendar-heart-02-fill' | 'calendar-minus-01-fill' | 'calendar-minus-02-fill' | 'calendar-plus-01-fill' | 'calendar-plus-02-fill' | 'calendar' | 'camera-01-fill' | 'camera-01' | 'camera-02-fill' | 'camera-02' | 'camera-03-fill' | 'camera-03' | 'camera-lens-fill' | 'camera-lens' | 'camera-off-fill' | 'camera-off' | 'camera-plus-fill' | 'camera-plus' | 'car-01-fill' | 'car-01' | 'car-02-fill' | 'car-02' | 'cart-alert' | 'certificate-01-fill' | 'certificate-01' | 'certificate-02-fill' | 'certificate-02' | 'chart-breakout-circle-fill' | 'chart-breakout-circle' | 'chart-breakout-square-fill' | 'chart-breakout-square' | 'check-circle-broken-fill' | 'check-circle-broken' | 'check-circle-fill' | 'check-circle' | 'check-done-01-fill' | 'check-done-01' | 'check-done-02-fill' | 'check-done-02' | 'check-fill' | 'check-heart-fill' | 'check-heart' | 'check-square-broken-fill' | 'check-square-broken' | 'check-square-fill' | 'check-square' | 'check-verified-01-fill' | 'check-verified-01' | 'check-verified-02-fill' | 'check-verified-02' | 'check-verified-03-fill' | 'check-verified-03' | 'check' | 'chevron-down-double-fill' | 'chevron-down-double' | 'chevron-down-fill' | 'chevron-down' | 'chevron-left-double-fill' | 'chevron-left-double' | 'chevron-left-fill' | 'chevron-left' | 'chevron-right-double-fill' | 'chevron-right-double' | 'chevron-right-fill' | 'chevron-right' | 'chevron-selector-horizontal-fill' | 'chevron-selector-horizontal' | 'chevron-selector-vertical-fill' | 'chevron-selector-vertical' | 'chevron-up-double-fill' | 'chevron-up-double' | 'chevron-up-fill' | 'chevron-up' | 'chrome-cast-fill' | 'chrome-cast' | 'circle-cut-fill' | 'circle-cut' | 'circle-fill' | 'circle' | 'clapperboard-fill' | 'clapperboard' | 'clipboard-attachment-fill' | 'clipboard-attachment' | 'clipboard-check-fill' | 'clipboard-check' | 'clipboard-download-fill' | 'clipboard-download' | 'clipboard-fill' | 'clipboard-minus-fill' | 'clipboard-minus' | 'clipboard-plus-fill' | 'clipboard-plus' | 'clipboard-x-fill' | 'clipboard-x' | 'clipboard' | 'clock-check-fill' | 'clock-fast-forward-fill' | 'clock-fast-forward' | 'clock-fill' | 'clock-plus-fill' | 'clock-refresh-fill' | 'clock-rewind-fill' | 'clock-snooze-fill' | 'clock-stopwatch-fill' | 'clock' | 'cloud-01-fill' | 'cloud-01' | 'cloud-02-fill' | 'cloud-02' | 'cloud-03-fill' | 'cloud-03' | 'cloud-blank-01-fill' | 'cloud-blank-01' | 'cloud-blank-02-fill' | 'cloud-blank-02' | 'cloud-lightning-fill' | 'cloud-lightning' | 'cloud-moon-fill' | 'cloud-moon' | 'cloud-off-fill' | 'cloud-off' | 'cloud-raining-01-fill' | 'cloud-raining-01' | 'cloud-raining-02-fill' | 'cloud-raining-02' | 'cloud-raining-03-fill' | 'cloud-raining-03' | 'cloud-raining-04-fill' | 'cloud-raining-04' | 'cloud-raining-05-fill' | 'cloud-raining-05' | 'cloud-raining-06-fill' | 'cloud-raining-06' | 'cloud-snowing-01-fill' | 'cloud-snowing-01' | 'cloud-snowing-02-fill' | 'cloud-snowing-02' | 'cloud-sun-01-fill' | 'cloud-sun-01' | 'cloud-sun-02-fill' | 'cloud-sun-02' | 'cloud-sun-03-fill' | 'cloud-sun-03' | 'code-01-fill' | 'code-01' | 'code-02-fill' | 'code-02' | 'code-browser-fill' | 'code-browser' | 'code-circle-01-fill' | 'code-circle-01' | 'code-circle-02-fill' | 'code-circle-02' | 'code-circle-03-fill' | 'code-circle-03' | 'code-snippet-01-fill' | 'code-snippet-01' | 'code-snippet-02-fill' | 'code-snippet-02' | 'code-square-01-fill' | 'code-square-01' | 'code-square-02-fill' | 'code-square-02' | 'codepen-fill' | 'codepen' | 'coin-stopwatch' | 'coins-01-fill' | 'coins-01' | 'coins-02-fill' | 'coins-02' | 'coins-03-fill' | 'coins-03' | 'coins-04-fill' | 'coins-04' | 'coins-hand-fill' | 'coins-hand' | 'coins-stacked-01-fill' | 'coins-stacked-01' | 'coins-stacked-02-fill' | 'coins-stacked-02' | 'coins-stacked-03-fill' | 'coins-stacked-03' | 'coins-stacked-04-fill' | 'coins-stacked-04' | 'coins-swap-01-fill' | 'coins-swap-01' | 'coins-swap-02-fill' | 'coins-swap-02' | 'color-file-aep-default' | 'color-file-aep-gray' | 'color-file-aep-solid' | 'color-file-ai-default' | 'color-file-ai-gray' | 'color-file-ai-solid' | 'color-file-alz-default' | 'color-file-alz-gray' | 'color-file-alz-solid' | 'color-file-audio-default' | 'color-file-audio-gray' | 'color-file-audio-solid' | 'color-file-avi-default' | 'color-file-avi-gray' | 'color-file-avi-solid' | 'color-file-bmp-default' | 'color-file-bmp-gray' | 'color-file-bmp-solid' | 'color-file-code-default' | 'color-file-code-gray' | 'color-file-code-solid' | 'color-file-css-default' | 'color-file-css-gray' | 'color-file-css-solid' | 'color-file-csv-default' | 'color-file-csv-gray' | 'color-file-csv-solid' | 'color-file-dmg-default' | 'color-file-dmg-gray' | 'color-file-dmg-solid' | 'color-file-doc-default' | 'color-file-doc-gray' | 'color-file-doc-solid' | 'color-file-document-default' | 'color-file-document-gray' | 'color-file-document-solid' | 'color-file-docx-default' | 'color-file-docx-gray' | 'color-file-docx-solid' | 'color-file-empty-default' | 'color-file-empty-gray' | 'color-file-empty-solid' | 'color-file-eps-default' | 'color-file-eps-gray' | 'color-file-eps-solid' | 'color-file-exe-default' | 'color-file-exe-gray' | 'color-file-exe-solid' | 'color-file-fig-default' | 'color-file-fig-gray' | 'color-file-fig-solid' | 'color-file-folder-default' | 'color-file-folder-gray' | 'color-file-folder-solid' | 'color-file-gif-default' | 'color-file-gif-gray' | 'color-file-gif-solid' | 'color-file-html-default' | 'color-file-html-gray' | 'color-file-html-solid' | 'color-file-image-default' | 'color-file-image-gray' | 'color-file-image-solid' | 'color-file-img-default' | 'color-file-img-gray' | 'color-file-img-solid' | 'color-file-indd-default' | 'color-file-indd-gray' | 'color-file-indd-solid' | 'color-file-java-default' | 'color-file-java-gray' | 'color-file-java-solid' | 'color-file-jpeg-default' | 'color-file-jpeg-gray' | 'color-file-jpeg-solid' | 'color-file-jpg-default' | 'color-file-jpg-gray' | 'color-file-jpg-solid' | 'color-file-js-default' | 'color-file-js-gray' | 'color-file-js-solid' | 'color-file-json-default' | 'color-file-json-gray' | 'color-file-json-solid' | 'color-file-mkv-default' | 'color-file-mkv-gray' | 'color-file-mkv-solid' | 'color-file-mp3-default' | 'color-file-mp3-gray' | 'color-file-mp3-solid' | 'color-file-mp4-default' | 'color-file-mp4-gray' | 'color-file-mp4-solid' | 'color-file-mpeg-default' | 'color-file-mpeg-gray' | 'color-file-mpeg-solid' | 'color-file-pdf-default' | 'color-file-pdf-gray' | 'color-file-pdf-logo-default' | 'color-file-pdf-logo-gray' | 'color-file-pdf-logo-solid' | 'color-file-pdf-solid' | 'color-file-png-default' | 'color-file-png-gray' | 'color-file-png-solid' | 'color-file-ppt-default' | 'color-file-ppt-gray' | 'color-file-ppt-solid' | 'color-file-pptx-default' | 'color-file-pptx-gray' | 'color-file-pptx-solid' | 'color-file-psd-default' | 'color-file-psd-gray' | 'color-file-psd-solid' | 'color-file-rar-default' | 'color-file-rar-gray' | 'color-file-rar-solid' | 'color-file-rss-default' | 'color-file-rss-gray' | 'color-file-rss-solid' | 'color-file-spreadsheet-default' | 'color-file-spreadsheet-gray' | 'color-file-spreadsheet-solid' | 'color-file-sql-default' | 'color-file-sql-gray' | 'color-file-sql-solid' | 'color-file-svg-default' | 'color-file-svg-gray' | 'color-file-svg-solid' | 'color-file-tiff-default' | 'color-file-tiff-gray' | 'color-file-tiff-solid' | 'color-file-txt-default' | 'color-file-txt-gray' | 'color-file-txt-solid' | 'color-file-video-01-default' | 'color-file-video-01-gray' | 'color-file-video-01-solid' | 'color-file-video-02-gray' | 'color-file-video-02-solid' | 'color-file-vidoe-02-default' | 'color-file-wav-default' | 'color-file-wav-gray' | 'color-file-wav-solid' | 'color-file-webp-default' | 'color-file-webp-gray' | 'color-file-webp-solid' | 'color-file-xls-default' | 'color-file-xls-gray' | 'color-file-xls-solid' | 'color-file-xlsx-default' | 'color-file-xlsx-gray' | 'color-file-xlsx-solid' | 'color-file-xml-default' | 'color-file-xml-gray' | 'color-file-xml-solid' | 'color-file-zip-default' | 'color-file-zip-gray' | 'color-file-zip-solid' | 'colors-1-fill' | 'colors-1' | 'colors-fill' | 'colors' | 'columns-01-fill' | 'columns-01' | 'columns-02-fill' | 'columns-02' | 'columns-03-fill' | 'columns-03' | 'command-fill' | 'command' | 'compass-01-fill' | 'compass-01' | 'compass-02-fill' | 'compass-02' | 'compass-03-fill' | 'compass-03' | 'compass-fill' | 'compass' | 'container-fill' | 'container' | 'contrast-01-fill' | 'contrast-01' | 'contrast-02-fill' | 'contrast-02' | 'contrast-03-fill' | 'contrast-03' | 'copy-01-fill' | 'copy-01' | 'copy-02-fill' | 'copy-02' | 'copy-03-fill' | 'copy-03' | 'copy-04-fill' | 'copy-04' | 'copy-05-fill' | 'copy-05' | 'copy-06-fill' | 'copy-06' | 'copy-07-fill' | 'copy-07' | 'corner-down-left-fill' | 'corner-down-left' | 'corner-down-right-fill' | 'corner-down-right' | 'corner-left-down-fill' | 'corner-left-down' | 'corner-left-up-fill' | 'corner-left-up' | 'corner-right-down-fill' | 'corner-right-down' | 'corner-right-up-fill' | 'corner-right-up' | 'corner-up-left-fill' | 'corner-up-left' | 'corner-up-right-fill' | 'corner-up-right' | 'cpu-chip-01-fill' | 'cpu-chip-01' | 'cpu-chip-02-fill' | 'cpu-chip-02' | 'credit-card-01-fill' | 'credit-card-01' | 'credit-card-02-fill' | 'credit-card-02' | 'credit-card-check-fill' | 'credit-card-check' | 'credit-card-down-fill' | 'credit-card-down' | 'credit-card-download-fill' | 'credit-card-download' | 'credit-card-edit-fill' | 'credit-card-edit' | 'credit-card-lock-fill' | 'credit-card-lock' | 'credit-card-minus-fill' | 'credit-card-minus' | 'credit-card-plus-fill' | 'credit-card-plus' | 'credit-card-refresh-fill' | 'credit-card-refresh' | 'credit-card-search-fill' | 'credit-card-search' | 'credit-card-shield-fill' | 'credit-card-shield' | 'credit-card-up-fill' | 'credit-card-up' | 'credit-card-upload-fill' | 'credit-card-upload' | 'credit-card-x-fill' | 'credit-card-x' | 'crop-01-fill' | 'crop-01' | 'crop-02-fill' | 'crop-02' | 'cryptocurrency-01-fill' | 'cryptocurrency-01' | 'cryptocurrency-02-fill' | 'cryptocurrency-02' | 'cryptocurrency-03-fill' | 'cryptocurrency-03' | 'cryptocurrency-04-fill' | 'cryptocurrency-04' | 'cube-01-fill' | 'cube-02-fill' | 'cube-03-fill' | 'cube-04-fill' | 'cube-outline-fill' | 'currency-bitcoin-circle-fill' | 'currency-bitcoin-circle' | 'currency-bitcoin-fill' | 'currency-bitcoin' | 'currency-dollar-circle-fill' | 'currency-dollar-circle' | 'currency-dollar-fill' | 'currency-dollar' | 'currency-ethereum-circle-fill' | 'currency-ethereum-circle' | 'currency-ethereum-fill' | 'currency-ethereum' | 'currency-euro-circle-fill' | 'currency-euro-circle' | 'currency-euro-fill' | 'currency-euro' | 'currency-pound-circle-fill' | 'currency-pound-circle' | 'currency-pound-fill' | 'currency-pound' | 'currency-ruble-circle-fill' | 'currency-ruble-circle' | 'currency-ruble-fill' | 'currency-ruble' | 'currency-rupee-circle-fill' | 'currency-rupee-circle' | 'currency-rupee-fill' | 'currency-rupee' | 'currency-yen-circle-fill' | 'currency-yen-circle' | 'currency-yen-fill' | 'currency-yen' | 'cursor-01-fill' | 'cursor-01' | 'cursor-02-fill' | 'cursor-02' | 'cursor-03-fill' | 'cursor-03' | 'cursor-04-fill' | 'cursor-04' | 'cursor-box-fill' | 'cursor-box' | 'cursor-click-01-fill' | 'cursor-click-01' | 'cursor-click-02-fill' | 'cursor-click-02' | 'data-fill' | 'data' | 'database-01-fill' | 'database-01' | 'database-02-fill' | 'database-02' | 'database-03-fill' | 'database-03' | 'dataflow-01-fill' | 'dataflow-01' | 'dataflow-02-fill' | 'dataflow-02' | 'dataflow-03-fill' | 'dataflow-03' | 'dataflow-04-fill' | 'dataflow-04' | 'delete-fill' | 'delete' | 'diamond-01-fill' | 'diamond-01' | 'diamond-02-fill' | 'diamond-02' | 'dice-1-fill' | 'dice-2-fill' | 'dice-3-fill' | 'dice-4-fill' | 'dice-5-fill' | 'dice-6-fill' | 'disc-01-fill' | 'disc-01' | 'disc-02-fill' | 'disc-02' | 'distribute-spacing-horizontal-fill' | 'distribute-spacing-horizontal' | 'distribute-spacing-vertical-fill' | 'distribute-spacing-vertical' | 'divide-01-fill' | 'divide-01' | 'divide-02-fill' | 'divide-02' | 'divide-03-fill' | 'divide-03' | 'divider-fill' | 'divider' | 'dotpoints-01-fill' | 'dotpoints-01' | 'dotpoints-02-fill' | 'dotpoints-02' | 'dots-grid-02' | 'dots-grid-fill' | 'dots-grid' | 'dots-horizontal-fill' | 'dots-horizontal' | 'dots-vertical-fill' | 'dots-vertical' | 'dotted-line-1' | 'dotted-line-2' | 'dotted-line-arrow-both' | 'dotted-line-arrow-left' | 'dotted-line-arrow-right' | 'download-01-alt-fill' | 'download-01-fill' | 'download-01' | 'download-02-fill' | 'download-02' | 'download-03-fill' | 'download-03' | 'download-04-fill' | 'download-04' | 'download-cloud-01-fill' | 'download-cloud-01' | 'download-cloud-02-fill' | 'download-cloud-02' | 'drop-fill' | 'drop' | 'droplets-01-fill' | 'droplets-01' | 'droplets-02-fill' | 'droplets-02' | 'droplets-03-fill' | 'droplets-03' | 'dropper-fill' | 'dropper' | 'edit-01-fill' | 'edit-01' | 'edit-02-fill' | 'edit-02' | 'edit-03-fill' | 'edit-03' | 'edit-04-fill' | 'edit-04' | 'edit-05-fill' | 'edit-05' | 'equal-fill' | 'equal-not-fill' | 'equal-not' | 'equal' | 'eraser-fill' | 'eraser' | 'expand-01-fill' | 'expand-01' | 'expand-02-fill' | 'expand-02' | 'expand-03-fill' | 'expand-03' | 'expand-04-fill' | 'expand-04' | 'expand-05-fill' | 'expand-05' | 'expand-06-fill' | 'expand-06' | 'eye-fill' | 'eye-off-fill' | 'eye-off' | 'eye' | 'face-content-fill' | 'face-content' | 'face-frown-fill' | 'face-frown' | 'face-happy-fill' | 'face-happy' | 'face-id-fill' | 'face-id-square-fill' | 'face-id-square' | 'face-id' | 'face-neutral-fill' | 'face-neutral' | 'face-sad-fill' | 'face-sad' | 'face-smile-fill' | 'face-smile' | 'face-wink-fill' | 'face-wink' | 'fast-backward-fill' | 'fast-backward' | 'fast-forward-fill' | 'fast-forward' | 'feather-fill' | 'feather' | 'figma-fill' | 'figma' | 'file-01-fill' | 'file-01' | 'file-02-fill' | 'file-02' | 'file-03-fill' | 'file-03' | 'file-04-fill' | 'file-04' | 'file-05-fill' | 'file-05' | 'file-06-fill' | 'file-06' | 'file-07-fill' | 'file-07' | 'file-attachment-01-fill' | 'file-attachment-01' | 'file-attachment-02-fill' | 'file-attachment-02' | 'file-attachment-03-fill' | 'file-attachment-03' | 'file-attachment-04-fill' | 'file-attachment-04' | 'file-attachment-05-fill' | 'file-attachment-05' | 'file-check-01-fill' | 'file-check-01' | 'file-check-02-fill' | 'file-check-02' | 'file-check-03-fill' | 'file-check-03' | 'file-code-01-fill' | 'file-code-01' | 'file-code-02-fill' | 'file-code-02' | 'file-download-01-fill' | 'file-download-01' | 'file-download-02-fill' | 'file-download-02' | 'file-download-03-fill' | 'file-download-03' | 'file-heart-01-fill' | 'file-heart-01' | 'file-heart-02-fill' | 'file-heart-02' | 'file-heart-03-fill' | 'file-heart-03' | 'file-lock-01-fill' | 'file-lock-01' | 'file-lock-02-fill' | 'file-lock-02' | 'file-lock-03-fill' | 'file-lock-03' | 'file-minus-01-fill' | 'file-minus-01' | 'file-minus-02-fill' | 'file-minus-02' | 'file-minus-03-fill' | 'file-minus-03' | 'file-plus-01-fill' | 'file-plus-01' | 'file-plus-02-fill' | 'file-plus-02' | 'file-plus-03-fill' | 'file-plus-03' | 'file-question-01-fill' | 'file-question-01' | 'file-question-02-fill' | 'file-question-02' | 'file-question-03-fill' | 'file-question-03' | 'file-search-01-fill' | 'file-search-01' | 'file-search-02-fill' | 'file-search-02' | 'file-search-03-fill' | 'file-search-03' | 'file-shield-01-fill' | 'file-shield-01' | 'file-shield-02-fill' | 'file-shield-02' | 'file-shield-03-fill' | 'file-shield-03' | 'file-x-01-fill' | 'file-x-01' | 'file-x-02-fill' | 'file-x-02' | 'file-x-03-fill' | 'file-x-03' | 'film-01-fill' | 'film-01' | 'film-02-fill' | 'film-02' | 'film-03-fill' | 'film-03' | 'filter-funnel-01-fill' | 'filter-funnel-01' | 'filter-funnel-02-fill' | 'filter-funnel-02' | 'filter-lines-fill' | 'filter-lines' | 'fingerprint-01-fill' | 'fingerprint-01' | 'fingerprint-02-fill' | 'fingerprint-02' | 'fingerprint-03-fill' | 'fingerprint-03' | 'fingerprint-04-fill' | 'fingerprint-04' | 'flag-01-fill' | 'flag-01' | 'flag-02-fill' | 'flag-02' | 'flag-03-fill' | 'flag-03' | 'flag-04-fill' | 'flag-04' | 'flag-05-fill' | 'flag-05' | 'flag-06-fill' | 'flag-06' | 'flag-ch' | 'flag-en' | 'flag-jp' | 'flag-kr' | 'flash-fill' | 'flash-off-fill' | 'flash-off' | 'flash' | 'flex-align-bottom-fill' | 'flex-align-bottom' | 'flex-align-left-fill' | 'flex-align-left' | 'flex-align-right-fill' | 'flex-align-right' | 'flex-align-top-fill' | 'flex-align-top' | 'flip-backward-fill' | 'flip-backward' | 'flip-forward-fill' | 'flip-forward' | 'folder-check-fill' | 'folder-check' | 'folder-closed-fill' | 'folder-closed' | 'folder-code-fill' | 'folder-code' | 'folder-download-fill' | 'folder-download' | 'folder-fill' | 'folder-lock-fill' | 'folder-lock' | 'folder-minus-fill' | 'folder-minus' | 'folder-plus-fill' | 'folder-plus' | 'folder-question-fill' | 'folder-question' | 'folder-search-fill' | 'folder-search' | 'folder-shield-fill' | 'folder-shield' | 'folder-x-fill' | 'folder-x' | 'folder' | 'framer-fill' | 'framer' | 'gaming-pad-01-fill' | 'gaming-pad-01' | 'gaming-pad-02-fill' | 'gaming-pad-02' | 'gift-01-fill' | 'gift-01' | 'gift-02-fill' | 'gift-02' | 'git-branch-01-fill' | 'git-branch-01' | 'git-branch-02-fill' | 'git-branch-02' | 'git-commit-fill' | 'git-commit' | 'git-merge-fill' | 'git-merge' | 'git-pull-request-fill' | 'git-pull-request' | 'glasses-01-fill' | 'glasses-01' | 'glasses-02-fill' | 'glasses-02' | 'globe-01-fill' | 'globe-01' | 'globe-02-fill' | 'globe-02' | 'globe-03-fill' | 'globe-03' | 'globe-04-fill' | 'globe-04' | 'globe-05-fill' | 'globe-05' | 'globe-06-fill' | 'globe-06' | 'globe-slated-01-fill' | 'globe-slated-01' | 'globe-slated-02-fill' | 'globe-slated-02' | 'google-chrome-fill' | 'google-chrome' | 'graduation-hat-01-fill' | 'graduation-hat-01' | 'graduation-hat-02-fill' | 'graduation-hat-02' | 'grid-01-fill' | 'grid-01' | 'grid-02-fill' | 'grid-02' | 'grid-03-fill' | 'grid-03' | 'grid-dots-blank-fill' | 'grid-dots-blank' | 'grid-dots-bottom-fill' | 'grid-dots-bottom' | 'grid-dots-horizontal-center-fill' | 'grid-dots-horizontal-center' | 'grid-dots-left-fill' | 'grid-dots-left' | 'grid-dots-outer-fill' | 'grid-dots-outer' | 'grid-dots-right-fill' | 'grid-dots-right' | 'grid-dots-top-fill' | 'grid-dots-top' | 'grid-dots-vertical-center-fill' | 'grid-dots-vertical-center' | 'hand-fill' | 'hand' | 'hard-drive-fill' | 'hard-drive' | 'hash-01-fill' | 'hash-01' | 'hash-02-fill' | 'hash-02' | 'heading-01-fill' | 'heading-01' | 'heading-02-fill' | 'heading-02' | 'heading-square-fill' | 'heading-square' | 'headphones-01-fill' | 'headphones-01' | 'headphones-02-fill' | 'headphones-02' | 'heart-1' | 'heart-circle-fill' | 'heart-circle' | 'heart-fill' | 'heart-hand-fill' | 'heart-hand' | 'heart-hexagon-fill' | 'heart-hexagon' | 'heart-octagon-fill' | 'heart-octagon' | 'heart-rounded-fill' | 'heart-rounded' | 'heart-square-fill' | 'heart-square' | 'heart' | 'hearts-fill' | 'hearts' | 'help-circle-fill' | 'help-circle' | 'help-hexagon-fill' | 'help-hexagon' | 'help-octagon-fill' | 'help-octagon' | 'help-square-fill' | 'help-square' | 'hexagon-01-fill' | 'hexagon-02-fill' | 'home-01-fill' | 'home-01' | 'home-02-fill' | 'home-02' | 'home-03-fill' | 'home-03' | 'home-04-fill' | 'home-04' | 'home-05-fill' | 'home-05' | 'home-line-fill' | 'home-line' | 'home-smile-fill' | 'home-smile' | 'horizontal-bar-chart-01-fill' | 'horizontal-bar-chart-01' | 'horizontal-bar-chart-02-fill' | 'horizontal-bar-chart-02' | 'horizontal-bar-chart-03-fill' | 'horizontal-bar-chart-03' | 'hourglass-01-fill' | 'hourglass-02-fill' | 'hourglass-03-fill' | 'hurricane-01-fill' | 'hurricane-01' | 'hurricane-02-fill' | 'hurricane-02' | 'hurricane-03-fill' | 'hurricane-03' | 'image-01-fill' | 'image-01' | 'image-02-fill' | 'image-02' | 'image-03-fill' | 'image-03' | 'image-04-fill' | 'image-04' | 'image-05-fill' | 'image-05' | 'image-check-fill' | 'image-check' | 'image-down-fill' | 'image-down' | 'image-indent-left-fill' | 'image-indent-left' | 'image-indent-right-fill' | 'image-indent-right' | 'image-left-fill' | 'image-left' | 'image-plus-fill' | 'image-plus' | 'image-right-fill' | 'image-right' | 'image-up-fill' | 'image-up' | 'image-user-check-fill' | 'image-user-check' | 'image-user-down-fill' | 'image-user-down' | 'image-user-fill' | 'image-user-left-fill' | 'image-user-left' | 'image-user-plus-fill' | 'image-user-plus' | 'image-user-right-fill' | 'image-user-right' | 'image-user-up-fill' | 'image-user-up' | 'image-user-x-fill' | 'image-user-x' | 'image-user' | 'image-x-fill' | 'image-x' | 'inbox-01-fill' | 'inbox-01' | 'inbox-02-fill' | 'inbox-02' | 'infinity-fill' | 'infinity' | 'info-circle-fill' | 'info-circle' | 'info-hexagon-fill' | 'info-hexagon' | 'info-octagon-fill' | 'info-octagon' | 'info-square-fill' | 'info-square' | 'intersect-circle-fill' | 'intersect-circle' | 'intersect-square-fill' | 'intersect-square' | 'italic-01-fill' | 'italic-01' | 'italic-02-fill' | 'italic-02' | 'italic-square-fill' | 'italic-square' | 'key-01-fill' | 'key-01' | 'key-02-fill' | 'key-02' | 'keyboard-01-fill' | 'keyboard-01' | 'keyboard-02-fill' | 'keyboard-02' | 'laptop-01-fill' | 'laptop-01' | 'laptop-02-fill' | 'laptop-02' | 'layer-single-fill' | 'layer-single' | 'layers-three-01-fill' | 'layers-three-01' | 'layers-three-02-fill' | 'layers-three-02' | 'layers-two-01-fill' | 'layers-two-01' | 'layers-two-02-fill' | 'layers-two-02' | 'layout-alt-01-fill' | 'layout-alt-01' | 'layout-alt-02-fill' | 'layout-alt-02' | 'layout-alt-03-fill' | 'layout-alt-03' | 'layout-alt-04-fill' | 'layout-alt-04' | 'layout-bottom-fill' | 'layout-bottom' | 'layout-grid-01-fill' | 'layout-grid-01' | 'layout-grid-02-fill' | 'layout-grid-02' | 'layout-left-fill' | 'layout-left' | 'layout-right-fill' | 'layout-right' | 'layout-top-fill' | 'layout-top' | 'left-indent-01-fill' | 'left-indent-01' | 'left-indent-02-fill' | 'left-indent-02' | 'letter-spacing-01-fill' | 'letter-spacing-01' | 'letter-spacing-02-fill' | 'letter-spacing-02' | 'life-buoy-01-fill' | 'life-buoy-01' | 'life-buoy-02-fill' | 'life-buoy-02' | 'lightbulb-01-fill' | 'lightbulb-01' | 'lightbulb-02-fill' | 'lightbulb-02' | 'lightbulb-03-fill' | 'lightbulb-03' | 'lightbulb-04-fill' | 'lightbulb-04' | 'lightbulb-05-fill' | 'lightbulb-05' | 'lightning-01-fill' | 'lightning-01' | 'lightning-02-fill' | 'lightning-02' | 'line-chart-down-01-fill' | 'line-chart-down-01' | 'line-chart-down-02-fill' | 'line-chart-down-02' | 'line-chart-down-03-fill' | 'line-chart-down-03' | 'line-chart-down-04-fill' | 'line-chart-down-04' | 'line-chart-down-05-fill' | 'line-chart-down-05' | 'line-chart-up-01-fill' | 'line-chart-up-01' | 'line-chart-up-02-fill' | 'line-chart-up-02' | 'line-chart-up-03-fill' | 'line-chart-up-03' | 'line-chart-up-04-fill' | 'line-chart-up-04' | 'line-chart-up-05-fill' | 'line-chart-up-05' | 'line-height-fill' | 'line-height' | 'link-01-fill' | 'link-01' | 'link-02-fill' | 'link-02' | 'link-03-fill' | 'link-03' | 'link-04-fill' | 'link-04' | 'link-05-fill' | 'link-05' | 'link-broken-01-fill' | 'link-broken-01' | 'link-broken-02-fill' | 'link-broken-02' | 'link-external-01-alt-fill' | 'link-external-01-fill' | 'link-external-01' | 'link-external-02-fill' | 'link-external-02' | 'list-fill' | 'list' | 'loading-01-fill' | 'loading-01' | 'loading-02-fill' | 'loading-02' | 'loading-03-fill' | 'loading-03' | 'lock-01-fill' | 'lock-01' | 'lock-02-fill' | 'lock-02' | 'lock-03-fill' | 'lock-03' | 'lock-04-fill' | 'lock-04' | 'lock-keyhole-circle-fill' | 'lock-keyhole-circle' | 'lock-keyhole-square-fill' | 'lock-keyhole-square' | 'lock-unlocked-01-fill' | 'lock-unlocked-01' | 'lock-unlocked-02-fill' | 'lock-unlocked-02' | 'lock-unlocked-03-fill' | 'lock-unlocked-03' | 'lock-unlocked-04-fill' | 'lock-unlocked-04' | 'log-in-01-alt-fill' | 'log-in-01-fill' | 'log-in-01' | 'log-in-02-alt-fill' | 'log-in-02-fill' | 'log-in-02' | 'log-in-03-alt-fill' | 'log-in-03-fill' | 'log-in-03' | 'log-in-04-alt-fill' | 'log-in-04-fill' | 'log-in-04' | 'log-out-01-alt-fill' | 'log-out-01-fill' | 'log-out-01' | 'log-out-02-alt-fill' | 'log-out-02-fill' | 'log-out-02' | 'log-out-03-alt-fill' | 'log-out-03-fill' | 'log-out-03' | 'log-out-04-alt-fill' | 'log-out-04-fill' | 'log-out-04' | 'luggage-01-fill' | 'luggage-01' | 'luggage-02-fill' | 'luggage-02' | 'luggage-03-fill' | 'luggage-03' | 'magic-wand-01-fill' | 'magic-wand-01' | 'magic-wand-02-fill' | 'magic-wand-02' | 'mail-01-fill' | 'mail-01' | 'mail-02-fill' | 'mail-02' | 'mail-03-fill' | 'mail-03' | 'mail-04-fill' | 'mail-04' | 'mail-05-fill' | 'mail-05' | 'map-01-fill' | 'map-01' | 'map-02-fill' | 'map-02' | 'mark-fill' | 'mark' | 'marker-pin-01-fill' | 'marker-pin-01' | 'marker-pin-02-fill' | 'marker-pin-02' | 'marker-pin-03-fill' | 'marker-pin-03' | 'marker-pin-04-fill' | 'marker-pin-04' | 'marker-pin-05-fill' | 'marker-pin-05' | 'marker-pin-06-fill' | 'marker-pin-06' | 'maximize-01-fill' | 'maximize-01' | 'maximize-02-fill' | 'maximize-02' | 'medical-circle-fill' | 'medical-circle' | 'medical-cross-fill' | 'medical-cross' | 'medical-square-fill' | 'medical-square' | 'menu-01-fill' | 'menu-01' | 'menu-02-fill' | 'menu-02' | 'menu-03-fill' | 'menu-03' | 'menu-04-fill' | 'menu-04' | 'menu-05-fill' | 'menu-05' | 'message-alert-circle-fill' | 'message-alert-circle' | 'message-alert-square-fill' | 'message-alert-square' | 'message-chat-circle-fill' | 'message-chat-circle' | 'message-chat-square-fill' | 'message-chat-square' | 'message-check-circle-fill' | 'message-check-circle' | 'message-check-square-fill' | 'message-check-square' | 'message-circle-01-fill' | 'message-circle-01' | 'message-circle-02-fill' | 'message-circle-02' | 'message-dots-circle-fill' | 'message-dots-circle' | 'message-dots-square-fill' | 'message-dots-square' | 'message-heart-circle-fill' | 'message-heart-circle' | 'message-heart-square-fill' | 'message-heart-square' | 'message-notification-circle-fill' | 'message-notification-circle' | 'message-notification-square-fill' | 'message-notification-square' | 'message-plus-circle-fill' | 'message-plus-circle' | 'message-plus-square-fill' | 'message-plus-square' | 'message-question-circle-fill' | 'message-question-circle' | 'message-question-square-fill' | 'message-question-square' | 'message-smile-circle-fill' | 'message-smile-circle' | 'message-smile-square-fill' | 'message-smile-square' | 'message-square-01-fill' | 'message-square-01' | 'message-square-02-fill' | 'message-square-02' | 'message-text-circle-01-fill' | 'message-text-circle-01' | 'message-text-circle-02-fill' | 'message-text-circle-02' | 'message-text-square-01-fill' | 'message-text-square-01' | 'message-text-square-02-fill' | 'message-text-square-02' | 'message-x-circle-fill' | 'message-x-circle' | 'message-x-square-fill' | 'message-x-square' | 'microphone-01-fill' | 'microphone-01' | 'microphone-02-fill' | 'microphone-02' | 'microphone-off-01-fill' | 'microphone-off-01' | 'microphone-off-02-fill' | 'microphone-off-02' | 'microscope-fill' | 'microscope' | 'minimize-01-fill' | 'minimize-01' | 'minimize-02-fill' | 'minimize-02' | 'minus-circle-fill' | 'minus-circle' | 'minus-fill' | 'minus-square-fill' | 'minus-square' | 'minus' | 'modem-01-fill' | 'modem-01' | 'modem-02-fill' | 'modem-02' | 'monitor-01-fill' | 'monitor-01' | 'monitor-02-fill' | 'monitor-02' | 'monitor-03-fill' | 'monitor-03' | 'monitor-04-fill' | 'monitor-04' | 'monitor-05-fill' | 'monitor-05' | 'moon-01-fill' | 'moon-01' | 'moon-02-fill' | 'moon-02' | 'moon-eclipse-fill' | 'moon-eclipse' | 'moon-star-fill' | 'moon-star' | 'mouse-fill' | 'mouse' | 'move-fill' | 'move' | 'music-note-01-fill' | 'music-note-01' | 'music-note-02-fill' | 'music-note-02' | 'music-note-plus-fill' | 'music-note-plus' | 'navigation-pointer-01-fill' | 'navigation-pointer-01' | 'navigation-pointer-02-fill' | 'navigation-pointer-02' | 'navigation-pointer-off-01-fill' | 'navigation-pointer-off-01' | 'navigation-pointer-off-02-fill' | 'navigation-pointer-off-02' | 'notification-box-fill' | 'notification-box' | 'notification-message-fill' | 'notification-message' | 'notification-text-fill' | 'notification-text' | 'octagon-fill' | 'package-check-fill' | 'package-check' | 'package-fill' | 'package-minus-fill' | 'package-minus' | 'package-plus-fill' | 'package-plus' | 'package-search-fill' | 'package-search' | 'package-x-fill' | 'package-x' | 'package' | 'paint-fill' | 'paint-pour-fill' | 'paint-pour' | 'paint' | 'palette-fill' | 'palette' | 'paperclip-fill' | 'paperclip' | 'paragraph-spacing-fill' | 'paragraph-spacing' | 'paragraph-wrap-fill' | 'paragraph-wrap' | 'passcode-fill' | 'passcode-lock-fill' | 'passcode-lock' | 'passcode' | 'passport-fill' | 'passport' | 'pause-circle-fill' | 'pause-circle' | 'pause-square-fill' | 'pause-square' | 'pen-tool-01-fill' | 'pen-tool-01' | 'pen-tool-02-fill' | 'pen-tool-02' | 'pen-tool-minus-fill' | 'pen-tool-minus' | 'pen-tool-plus-fill' | 'pen-tool-plus' | 'pencil-01-fill' | 'pencil-01' | 'pencil-02-fill' | 'pencil-02' | 'pencil-line-fill' | 'pencil-line' | 'pentagon-fill' | 'percent-01-fill' | 'percent-01' | 'percent-02-fill' | 'percent-02' | 'percent-03-fill' | 'percent-03' | 'perspective-01-fill' | 'perspective-01' | 'perspective-02-fill' | 'perspective-02' | 'phone-01-fill' | 'phone-01' | 'phone-02-fill' | 'phone-02' | 'phone-call-01-fill' | 'phone-call-01' | 'phone-call-02-fill' | 'phone-call-02' | 'phone-fill' | 'phone-hang-up-fill' | 'phone-hang-up' | 'phone-incoming-01-fill' | 'phone-incoming-01' | 'phone-incoming-02-fill' | 'phone-incoming-02' | 'phone-outgoing-01-fill' | 'phone-outgoing-01' | 'phone-outgoing-02-fill' | 'phone-outgoing-02' | 'phone-pause-fill' | 'phone-pause' | 'phone-plus-fill' | 'phone-plus' | 'phone-x-fill' | 'phone-x' | 'phone' | 'pie-chart-01-fill' | 'pie-chart-01' | 'pie-chart-02-fill' | 'pie-chart-02' | 'pie-chart-03-fill' | 'pie-chart-03' | 'pie-chart-04-fill' | 'pie-chart-04' | 'piggy-bank-01-fill' | 'piggy-bank-01' | 'piggy-bank-02-fill' | 'piggy-bank-02' | 'pilcrow-01-fill' | 'pilcrow-01' | 'pilcrow-02-fill' | 'pilcrow-02' | 'pilcrow-square-fill' | 'pilcrow-square' | 'pill' | 'pin-01-fill' | 'pin-01' | 'pin-02-fill' | 'pin-02' | 'placeholder-fill' | 'placeholder' | 'plane-fill' | 'plane' | 'play-circle-fill' | 'play-circle' | 'play-fill' | 'play-square-fill' | 'play-square' | 'play' | 'plus-circle-fill' | 'plus-circle' | 'plus-fill' | 'plus-square-fill' | 'plus-square' | 'plus' | 'podcast-fill' | 'podcast' | 'power-01-fill' | 'power-01' | 'power-02-fill' | 'power-02' | 'power-03-fill' | 'power-03' | 'presentation-chart-01-fill' | 'presentation-chart-01' | 'presentation-chart-02-fill' | 'presentation-chart-02' | 'presentation-chart-03-fill' | 'presentation-chart-03' | 'printer-fill' | 'printer' | 'puzzle-piece-01-fill' | 'puzzle-piece-01' | 'puzzle-piece-02-fill' | 'puzzle-piece-02' | 'qr-code-01-fill' | 'qr-code-01' | 'qr-code-02-fill' | 'qr-code-02' | 'ratio-1-by-1' | 'ratio-16-by-9' | 'ratio-2-by-3' | 'ratio-3-by-2' | 'ratio-3-by-4' | 'ratio-4-by-3' | 'ratio-9-by-16' | 'receipt-check-fill' | 'receipt-check' | 'receipt-fill' | 'receipt' | 'recording-01-fill' | 'recording-01' | 'recording-02-fill' | 'recording-02' | 'recording-03-fill' | 'recording-03' | 'rectangle-round' | 'rectangle-slider' | 'rectangle' | 'reflect-01-fill' | 'reflect-01' | 'reflect-02-fill' | 'reflect-02' | 'refresh-ccw-01-fill' | 'refresh-ccw-01' | 'refresh-ccw-02-fill' | 'refresh-ccw-02' | 'refresh-ccw-03-fill' | 'refresh-ccw-03' | 'refresh-ccw-04-fill' | 'refresh-ccw-04' | 'refresh-ccw-05-fill' | 'refresh-ccw-05' | 'refresh-cw-01-fill' | 'refresh-cw-01' | 'refresh-cw-02-fill' | 'refresh-cw-02' | 'refresh-cw-03-fill' | 'refresh-cw-03' | 'refresh-cw-04-fill' | 'refresh-cw-04' | 'refresh-cw-05-fill' | 'refresh-cw-05' | 'repeat-01-fill' | 'repeat-01' | 'repeat-02-fill' | 'repeat-02' | 'repeat-03-fill' | 'repeat-03' | 'repeat-04-fill' | 'repeat-04' | 'reverse-left-fill' | 'reverse-left' | 'reverse-right-fill' | 'reverse-right' | 'right-indent-01-fill' | 'right-indent-01' | 'right-indent-02-fill' | 'right-indent-02' | 'rocket-01-fill' | 'rocket-01' | 'rocket-02-fill' | 'rocket-02' | 'roller-brush-fill' | 'roller-brush' | 'route-fill' | 'route' | 'rows-01-fill' | 'rows-01' | 'rows-02-fill' | 'rows-02' | 'rows-03-fill' | 'rows-03' | 'rss-01-fill' | 'rss-01' | 'rss-02-fill' | 'rss-02' | 'ruler-fill' | 'ruler' | 'safe-fill' | 'safe' | 'sale-01-fill' | 'sale-01' | 'sale-02-fill' | 'sale-02' | 'sale-03-fill' | 'sale-03' | 'sale-04-fill' | 'sale-04' | 'save-01-fill' | 'save-01' | 'save-02-fill' | 'save-02' | 'save-03-fill' | 'save-03' | 'scale-01-fill' | 'scale-01' | 'scale-02-fill' | 'scale-02' | 'scale-03-fill' | 'scale-03' | 'scales-01-fill' | 'scales-01' | 'scales-02-fill' | 'scales-02' | 'scan-fill' | 'scan' | 'scissors-01-fill' | 'scissors-01' | 'scissors-02-fill' | 'scissors-02' | 'scissors-cut-01-fill' | 'scissors-cut-01' | 'scissors-cut-02-fill' | 'scissors-cut-02' | 'search-lg-fill' | 'search-lg' | 'search-md-fill' | 'search-md' | 'search-refraction-fill' | 'search-refraction' | 'search-sm-fill' | 'search-sm' | 'section-bottom' | 'section-center' | 'section-top' | 'section' | 'send-01-fill' | 'send-01' | 'send-02-fill' | 'send-02' | 'send-03-fill' | 'send-03' | 'server-01-fill' | 'server-01' | 'server-02-fill' | 'server-02' | 'server-03-fill' | 'server-03' | 'server-04-fill' | 'server-04' | 'server-05-fill' | 'server-05' | 'server-06-fill' | 'server-06' | 'settings-01-fill' | 'settings-01' | 'settings-02-fill' | 'settings-02' | 'settings-03-fill' | 'settings-03' | 'settings-04-fill' | 'settings-04' | 'share-01-alt-fill' | 'share-01-fill' | 'share-01' | 'share-02-alt-fill' | 'share-02-fill' | 'share-02' | 'share-03-fill' | 'share-03' | 'share-04-alt-fill' | 'share-04-fill' | 'share-04' | 'share-05-fill' | 'share-05' | 'share-06-fill' | 'share-06' | 'share-07-fill' | 'share-07' | 'shield-01-fill' | 'shield-01' | 'shield-02-fill' | 'shield-02' | 'shield-03-fill' | 'shield-03' | 'shield-dollar-fill' | 'shield-dollar' | 'shield-off-fill' | 'shield-off' | 'shield-plus-fill' | 'shield-plus' | 'shield-tick-fill' | 'shield-tick' | 'shield-zap-fill' | 'shield-zap' | 'shopping-bag-01-fill' | 'shopping-bag-01' | 'shopping-bag-02-fill' | 'shopping-bag-02' | 'shopping-bag-03-fill' | 'shopping-bag-03' | 'shopping-bag-alert' | 'shopping-bag-repeat' | 'shopping-bag-x' | 'shopping-cart-01-fill' | 'shopping-cart-01' | 'shopping-cart-02-fill' | 'shopping-cart-02' | 'shopping-cart-03-fill' | 'shopping-cart-03' | 'shuffle-01-fill' | 'shuffle-01' | 'shuffle-02-fill' | 'shuffle-02' | 'signal-01-fill' | 'signal-01' | 'signal-02-fill' | 'signal-02' | 'signal-03-fill' | 'signal-03' | 'simcard-fill' | 'simcard' | 'skew-fill' | 'skew' | 'skip-back-fill' | 'skip-back' | 'skip-forward-fill' | 'skip-forward' | 'slash-circle-01-fill' | 'slash-circle-01' | 'slash-circle-02-fill' | 'slash-circle-02' | 'slash-divider-fill' | 'slash-divider' | 'slash-octagon-fill' | 'slash-octagon' | 'sliders-01-fill' | 'sliders-01' | 'sliders-02-fill' | 'sliders-02' | 'sliders-03-fill' | 'sliders-03' | 'sliders-04-fill' | 'sliders-04' | 'snowflake-01-fill' | 'snowflake-01' | 'snowflake-02-fill' | 'snowflake-02' | 'social-apple' | 'social-facebook' | 'social-google' | 'social-instagram' | 'social-kakao' | 'social-naver-blog' | 'social-naver' | 'social-payco' | 'social-tiktok' | 'social-tistory' | 'social-vemeo' | 'social-x' | 'social-youtube' | 'solid-line-1' | 'solid-line-2' | 'solid-line-arrow-both' | 'solid-line-arrow-left' | 'solid-line-arrow-right' | 'spacing-height-01-fill' | 'spacing-height-01' | 'spacing-height-02-fill' | 'spacing-height-02' | 'spacing-width-01-fill' | 'spacing-width-01' | 'spacing-width-02-fill' | 'spacing-width-02' | 'speaker-01-fill' | 'speaker-01' | 'speaker-02-fill' | 'speaker-02' | 'speaker-03-fill' | 'speaker-03' | 'speedometer-01-fill' | 'speedometer-01' | 'speedometer-02-fill' | 'speedometer-02' | 'speedometer-03-fill' | 'speedometer-03' | 'speedometer-04-fill' | 'speedometer-04' | 'square-fill' | 'square' | 'stand-fill' | 'stand' | 'star-01-fill' | 'star-02-fill' | 'star-03-fill' | 'star-04-fill' | 'star-05-fill' | 'star-06-fill' | 'star-06' | 'star-07-fill' | 'stars-01-fill' | 'stars-01' | 'stars-02-fill' | 'stars-02' | 'stars-03-fill' | 'stars-03' | 'sticker-circle-fill' | 'sticker-circle' | 'sticker-square-fill' | 'sticker-square' | 'stop-circle-fill' | 'stop-circle' | 'stop-fill' | 'stop-square-fill' | 'stop-square' | 'stop' | 'strikethrough-01-fill' | 'strikethrough-01' | 'strikethrough-02-fill' | 'strikethrough-02' | 'strikethrough-square-fill' | 'strikethrough-square' | 'subscript-fill' | 'subscript' | 'sun-fill' | 'sun-setting-01-fill' | 'sun-setting-01' | 'sun-setting-02-fill' | 'sun-setting-02' | 'sun-setting-03-fill' | 'sun-setting-03' | 'sun' | 'sunrise-fill' | 'sunrise' | 'sunset-fill' | 'sunset' | 'switch-horizontal-01-fill' | 'switch-horizontal-01' | 'switch-horizontal-02-fill' | 'switch-horizontal-02' | 'switch-vertical-01-fill' | 'switch-vertical-01' | 'switch-vertical-02-fill' | 'switch-vertical-02' | 'table-fill' | 'table' | 'tablet-01-fill' | 'tablet-01' | 'tablet-02-fill' | 'tablet-02' | 'tag-01-fill' | 'tag-01' | 'tag-02-fill' | 'tag-02' | 'tag-03-fill' | 'tag-03' | 'target-01-fill' | 'target-01' | 'target-02-fill' | 'target-02' | 'target-03-fill' | 'target-03' | 'target-04-fill' | 'target-04' | 'target-05-fill' | 'target-05' | 'telescope-fill' | 'telescope' | 'terminal-browser-fill' | 'terminal-browser' | 'terminal-circle-fill' | 'terminal-circle' | 'terminal-fill' | 'terminal-square-fill' | 'terminal-square' | 'terminal' | 'text-input-fill' | 'text-input' | 'thermometer-01-fill' | 'thermometer-01' | 'thermometer-02-fill' | 'thermometer-02' | 'thermometer-03-fill' | 'thermometer-03' | 'thermometer-cold-fill' | 'thermometer-cold' | 'thermometer-warm-fill' | 'thermometer-warm' | 'thumbs-down-fill' | 'thumbs-down' | 'thumbs-up-fill' | 'thumbs-up' | 'ticket-01-fill' | 'ticket-01' | 'ticket-02-fill' | 'ticket-02' | 'toggle-01-left-fill' | 'toggle-01-left' | 'toggle-01-right-fill' | 'toggle-01-right' | 'toggle-02-left-fill' | 'toggle-02-left' | 'toggle-02-right-fill' | 'toggle-02-right' | 'toggle-03-left-fill' | 'toggle-03-left' | 'toggle-03-right-fill' | 'toggle-03-right' | 'tool-01-fill' | 'tool-01' | 'tool-02-fill' | 'tool-02' | 'train-fill' | 'train' | 'tram-fill' | 'tram' | 'transform-fill' | 'transform' | 'translate-01-fill' | 'translate-01' | 'translate-02-fill' | 'translate-02' | 'trash-01-fill' | 'trash-01' | 'trash-02-fill' | 'trash-02' | 'trash-03-fill' | 'trash-03' | 'trash-04-fill' | 'trash-04' | 'trend-down-01-fill' | 'trend-down-01' | 'trend-down-02-fill' | 'trend-down-02' | 'trend-up-01-fill' | 'trend-up-01' | 'trend-up-02-fill' | 'trend-up-02' | 'triangle-fill' | 'trophy-01-fill' | 'trophy-01' | 'trophy-02-fill' | 'trophy-02' | 'truck-01-fill' | 'truck-01' | 'truck-02-fill' | 'truck-02' | 'tv-01-fill' | 'tv-01' | 'tv-02-fill' | 'tv-02' | 'tv-03-fill' | 'tv-03' | 'type-01-fill' | 'type-01' | 'type-02-fill' | 'type-02' | 'type-square-fill' | 'type-square' | 'type-strikethrough-01-fill' | 'type-strikethrough-01' | 'type-strikethrough-02-fill' | 'type-strikethrough-02' | 'umbrella-01-fill' | 'umbrella-01' | 'umbrella-02-fill' | 'umbrella-02' | 'umbrella-03-fill' | 'umbrella-03' | 'underline-01-fill' | 'underline-01' | 'underline-02-fill' | 'underline-02' | 'underline-square-fill' | 'underline-square' | 'upload-01-alt-fill' | 'upload-01-fill' | 'upload-01' | 'upload-02-fill' | 'upload-02' | 'upload-03-fill' | 'upload-03' | 'upload-04-fill' | 'upload-04' | 'upload-cloud-01-fill' | 'upload-cloud-01' | 'upload-cloud-02-fill' | 'upload-cloud-02' | 'usb-flash-drive-fill' | 'usb-flash-drive' | 'user-01-fill' | 'user-01' | 'user-02-fill' | 'user-02' | 'user-03-fill' | 'user-03' | 'user-check-01-fill' | 'user-check-01' | 'user-check-02-fill' | 'user-check-02' | 'user-circle-fill' | 'user-circle' | 'user-down-01-fill' | 'user-down-01' | 'user-down-02-fill' | 'user-down-02' | 'user-edit-fill' | 'user-edit' | 'user-left-01-fill' | 'user-left-01' | 'user-left-02-fill' | 'user-left-02' | 'user-minus-01-fill' | 'user-minus-01' | 'user-minus-02-fill' | 'user-minus-02' | 'user-plus-01-fill' | 'user-plus-01' | 'user-plus-02-fill' | 'user-plus-02' | 'user-right-01-fill' | 'user-right-01' | 'user-right-02-fill' | 'user-right-02' | 'user-square-fill' | 'user-square' | 'user-up-01-fill' | 'user-up-01' | 'user-up-02-fill' | 'user-up-02' | 'user-x-01-fill' | 'user-x-01' | 'user-x-02-fill' | 'user-x-02' | 'users-01-fill' | 'users-01' | 'users-02-fill' | 'users-02' | 'users-03-fill' | 'users-03' | 'users-check-fill' | 'users-check' | 'users-down-fill' | 'users-down' | 'users-edit-fill' | 'users-edit' | 'users-left-fill' | 'users-left' | 'users-minus-fill' | 'users-minus' | 'users-plus-fill' | 'users-plus' | 'users-right-fill' | 'users-right' | 'users-up-fill' | 'users-up' | 'users-x-fill' | 'users-x' | 'variable-fill' | 'variable' | 'verifyage-01' | 'verifyage-02' | 'video-recorder-fill' | 'video-recorder-off-fill' | 'video-recorder-off' | 'video-recorder' | 'virus-fill' | 'virus' | 'voicemail-fill' | 'voicemail' | 'volume-max-fill' | 'volume-max' | 'volume-min-fill' | 'volume-min' | 'volume-minus-fill' | 'volume-minus' | 'volume-plus-fill' | 'volume-plus' | 'volume-x-fill' | 'volume-x' | 'wallet-01-fill' | 'wallet-01' | 'wallet-02-fill' | 'wallet-02' | 'wallet-03-fill' | 'wallet-03' | 'wallet-04-fill' | 'wallet-04' | 'wallet-05-fill' | 'wallet-05' | 'warining' | 'watch-circle-fill' | 'watch-square-fill' | 'waves-fill' | 'waves' | 'webcam-01-fill' | 'webcam-01' | 'webcam-02-fill' | 'webcam-02' | 'wifi-fill' | 'wifi-off-fill' | 'wifi-off' | 'wifi' | 'wind-01-fill' | 'wind-01' | 'wind-02-fill' | 'wind-02' | 'wind-03-fill' | 'wind-03' | 'x-circle-fill' | 'x-circle' | 'x-close-fill' | 'x-close' | 'x-fill' | 'x-square-fill' | 'x-square' | 'x' | 'youtube-fill' | 'youtube' | 'zap-circle-fill' | 'zap-circle' | 'zap-fast-fill' | 'zap-fast' | 'zap-fill' | 'zap-off-fill' | 'zap-off' | 'zap-square-fill' | 'zap-square' | 'zap' | 'zoom-in-fill' | 'zoom-in' | 'zoom-out-fill' | 'zoom-out';
|