@quasar/extras 1.11.0

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.
Files changed (218) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +146 -0
  3. package/animate/LICENSE +21 -0
  4. package/animate/animate-list.common.d.ts +107 -0
  5. package/animate/animate-list.common.js +107 -0
  6. package/animate/animate-list.d.ts +107 -0
  7. package/animate/animate-list.js +107 -0
  8. package/animate/backInDown.css +20 -0
  9. package/animate/backInLeft.css +20 -0
  10. package/animate/backInRight.css +20 -0
  11. package/animate/backInUp.css +20 -0
  12. package/animate/backOutDown.css +20 -0
  13. package/animate/backOutLeft.css +20 -0
  14. package/animate/backOutRight.css +20 -0
  15. package/animate/backOutUp.css +20 -0
  16. package/animate/bounce.css +34 -0
  17. package/animate/bounceIn.css +42 -0
  18. package/animate/bounceInDown.css +35 -0
  19. package/animate/bounceInLeft.css +35 -0
  20. package/animate/bounceInRight.css +35 -0
  21. package/animate/bounceInUp.css +35 -0
  22. package/animate/bounceOut.css +21 -0
  23. package/animate/bounceOutDown.css +20 -0
  24. package/animate/bounceOutLeft.css +15 -0
  25. package/animate/bounceOutRight.css +15 -0
  26. package/animate/bounceOutUp.css +20 -0
  27. package/animate/fadeIn.css +13 -0
  28. package/animate/fadeInBottomLeft.css +14 -0
  29. package/animate/fadeInBottomRight.css +14 -0
  30. package/animate/fadeInDown.css +15 -0
  31. package/animate/fadeInDownBig.css +15 -0
  32. package/animate/fadeInLeft.css +15 -0
  33. package/animate/fadeInLeftBig.css +15 -0
  34. package/animate/fadeInRight.css +15 -0
  35. package/animate/fadeInRightBig.css +15 -0
  36. package/animate/fadeInTopLeft.css +14 -0
  37. package/animate/fadeInTopRight.css +14 -0
  38. package/animate/fadeInUp.css +15 -0
  39. package/animate/fadeInUpBig.css +15 -0
  40. package/animate/fadeOut.css +13 -0
  41. package/animate/fadeOutBottomLeft.css +14 -0
  42. package/animate/fadeOutBottomRight.css +14 -0
  43. package/animate/fadeOutDown.css +14 -0
  44. package/animate/fadeOutDownBig.css +14 -0
  45. package/animate/fadeOutLeft.css +14 -0
  46. package/animate/fadeOutLeftBig.css +14 -0
  47. package/animate/fadeOutRight.css +14 -0
  48. package/animate/fadeOutRightBig.css +14 -0
  49. package/animate/fadeOutTopLeft.css +14 -0
  50. package/animate/fadeOutTopRight.css +14 -0
  51. package/animate/fadeOutUp.css +14 -0
  52. package/animate/fadeOutUpBig.css +14 -0
  53. package/animate/flash.css +16 -0
  54. package/animate/flip.css +34 -0
  55. package/animate/flipInX.css +30 -0
  56. package/animate/flipInY.css +30 -0
  57. package/animate/flipOutX.css +21 -0
  58. package/animate/flipOutY.css +21 -0
  59. package/animate/headShake.css +30 -0
  60. package/animate/heartBeat.css +27 -0
  61. package/animate/hinge.css +29 -0
  62. package/animate/jackInTheBox.css +24 -0
  63. package/animate/jello.css +40 -0
  64. package/animate/lightSpeedIn.css +24 -0
  65. package/animate/lightSpeedInLeft.css +24 -0
  66. package/animate/lightSpeedInRight.css +24 -0
  67. package/animate/lightSpeedOut.css +15 -0
  68. package/animate/lightSpeedOutLeft.css +15 -0
  69. package/animate/lightSpeedOutRight.css +15 -0
  70. package/animate/pulse.css +20 -0
  71. package/animate/rollIn.css +17 -0
  72. package/animate/rollOut.css +16 -0
  73. package/animate/rotateIn.css +16 -0
  74. package/animate/rotateInDownLeft.css +16 -0
  75. package/animate/rotateInDownRight.css +16 -0
  76. package/animate/rotateInUpLeft.css +16 -0
  77. package/animate/rotateInUpRight.css +16 -0
  78. package/animate/rotateOut.css +15 -0
  79. package/animate/rotateOutDownLeft.css +15 -0
  80. package/animate/rotateOutDownRight.css +15 -0
  81. package/animate/rotateOutUpLeft.css +15 -0
  82. package/animate/rotateOutUpRight.css +15 -0
  83. package/animate/rubberBand.css +33 -0
  84. package/animate/shake.css +25 -0
  85. package/animate/shakeX.css +25 -0
  86. package/animate/shakeY.css +25 -0
  87. package/animate/slideInDown.css +14 -0
  88. package/animate/slideInLeft.css +14 -0
  89. package/animate/slideInRight.css +14 -0
  90. package/animate/slideInUp.css +14 -0
  91. package/animate/slideOutDown.css +14 -0
  92. package/animate/slideOutLeft.css +14 -0
  93. package/animate/slideOutRight.css +14 -0
  94. package/animate/slideOutUp.css +14 -0
  95. package/animate/swing.css +26 -0
  96. package/animate/tada.css +31 -0
  97. package/animate/wobble.css +35 -0
  98. package/animate/zoomIn.css +14 -0
  99. package/animate/zoomInDown.css +17 -0
  100. package/animate/zoomInLeft.css +17 -0
  101. package/animate/zoomInRight.css +17 -0
  102. package/animate/zoomInUp.css +17 -0
  103. package/animate/zoomOut.css +18 -0
  104. package/animate/zoomOutDown.css +18 -0
  105. package/animate/zoomOutLeft.css +16 -0
  106. package/animate/zoomOutRight.css +16 -0
  107. package/animate/zoomOutUp.css +18 -0
  108. package/bootstrap-icons/LICENSE.md +21 -0
  109. package/bootstrap-icons/bootstrap-icons.css +1350 -0
  110. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  111. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  112. package/bootstrap-icons/index.d.ts +1372 -0
  113. package/bootstrap-icons/index.js +1372 -0
  114. package/eva-icons/Eva-Icons.woff +0 -0
  115. package/eva-icons/Eva-Icons.woff2 +0 -0
  116. package/eva-icons/LICENSE +21 -0
  117. package/eva-icons/eva-icons.css +2001 -0
  118. package/eva-icons/index.d.ts +492 -0
  119. package/eva-icons/index.js +492 -0
  120. package/fontawesome-v5/LICENSE.txt +34 -0
  121. package/fontawesome-v5/fa-brands-400.woff +0 -0
  122. package/fontawesome-v5/fa-brands-400.woff2 +0 -0
  123. package/fontawesome-v5/fa-regular-400.woff +0 -0
  124. package/fontawesome-v5/fa-regular-400.woff2 +0 -0
  125. package/fontawesome-v5/fa-solid-900.woff +0 -0
  126. package/fontawesome-v5/fa-solid-900.woff2 +0 -0
  127. package/fontawesome-v5/fontawesome-v5.css +4613 -0
  128. package/fontawesome-v5/index.d.ts +1613 -0
  129. package/fontawesome-v5/index.js +1613 -0
  130. package/ionicons-v4/LICENSE +21 -0
  131. package/ionicons-v4/index.d.ts +698 -0
  132. package/ionicons-v4/index.js +698 -0
  133. package/ionicons-v4/ionicons-v4.css +2817 -0
  134. package/ionicons-v4/ionicons.woff +0 -0
  135. package/ionicons-v4/ionicons.woff2 +0 -0
  136. package/ionicons-v5/LICENSE +21 -0
  137. package/ionicons-v5/index.d.ts +1334 -0
  138. package/ionicons-v5/index.js +1334 -0
  139. package/line-awesome/LICENSE.md +15 -0
  140. package/line-awesome/index.d.ts +1546 -0
  141. package/line-awesome/index.js +1546 -0
  142. package/line-awesome/la-brands-400.woff +0 -0
  143. package/line-awesome/la-brands-400.woff2 +0 -0
  144. package/line-awesome/la-regular-400.woff +0 -0
  145. package/line-awesome/la-regular-400.woff2 +0 -0
  146. package/line-awesome/la-solid-900.woff +0 -0
  147. package/line-awesome/la-solid-900.woff2 +0 -0
  148. package/line-awesome/line-awesome.css +6579 -0
  149. package/material-icons/LICENSE +202 -0
  150. package/material-icons/index.d.ts +1870 -0
  151. package/material-icons/index.js +1870 -0
  152. package/material-icons/material-icons.css +31 -0
  153. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
  154. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
  155. package/material-icons-outlined/LICENSE +202 -0
  156. package/material-icons-outlined/index.d.ts +1870 -0
  157. package/material-icons-outlined/index.js +1870 -0
  158. package/material-icons-outlined/material-icons-outlined.css +31 -0
  159. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
  160. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
  161. package/material-icons-round/LICENSE +202 -0
  162. package/material-icons-round/index.d.ts +1870 -0
  163. package/material-icons-round/index.js +1870 -0
  164. package/material-icons-round/material-icons-round.css +31 -0
  165. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
  166. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
  167. package/material-icons-sharp/LICENSE +202 -0
  168. package/material-icons-sharp/index.d.ts +1870 -0
  169. package/material-icons-sharp/index.js +1870 -0
  170. package/material-icons-sharp/material-icons-sharp.css +31 -0
  171. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
  172. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
  173. package/mdi-v3/LICENSE +96 -0
  174. package/mdi-v3/materialdesignicons-webfont.woff +0 -0
  175. package/mdi-v3/materialdesignicons-webfont.woff2 +0 -0
  176. package/mdi-v3/mdi-v3.css +15041 -0
  177. package/mdi-v4/LICENSE +25 -0
  178. package/mdi-v4/index.js +4997 -0
  179. package/mdi-v4/license.md +97 -0
  180. package/mdi-v4/materialdesignicons-webfont.woff +0 -0
  181. package/mdi-v4/materialdesignicons-webfont.woff2 +0 -0
  182. package/mdi-v4/mdi-v4.css +20119 -0
  183. package/mdi-v5/LICENSE +20 -0
  184. package/mdi-v5/index.d.ts +5957 -0
  185. package/mdi-v5/index.js +5957 -0
  186. package/mdi-v5/license.md +20 -0
  187. package/mdi-v5/materialdesignicons-webfont.woff +0 -0
  188. package/mdi-v5/materialdesignicons-webfont.woff2 +0 -0
  189. package/mdi-v5/mdi-v5.css +23959 -0
  190. package/mdi-v6/LICENSE +20 -0
  191. package/mdi-v6/index.d.ts +6197 -0
  192. package/mdi-v6/index.js +6197 -0
  193. package/mdi-v6/license.md +20 -0
  194. package/mdi-v6/materialdesignicons-webfont.woff +0 -0
  195. package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
  196. package/mdi-v6/mdi-v6.css +24920 -0
  197. package/package.json +45 -0
  198. package/roboto-font/LICENSE +201 -0
  199. package/roboto-font/roboto-font.css +36 -0
  200. package/roboto-font/web-font/KFOkCnqEu92Fr1MmgVxIIzQ.woff +0 -0
  201. package/roboto-font/web-font/KFOlCnqEu92Fr1MmEU9fBBc-.woff +0 -0
  202. package/roboto-font/web-font/KFOlCnqEu92Fr1MmSU5fBBc-.woff +0 -0
  203. package/roboto-font/web-font/KFOlCnqEu92Fr1MmWUlfBBc-.woff +0 -0
  204. package/roboto-font/web-font/KFOlCnqEu92Fr1MmYUtfBBc-.woff +0 -0
  205. package/roboto-font/web-font/KFOmCnqEu92Fr1Mu4mxM.woff +0 -0
  206. package/roboto-font-latin-ext/LICENSE +201 -0
  207. package/roboto-font-latin-ext/roboto-font-latin-ext.css +36 -0
  208. package/roboto-font-latin-ext/web-font/KFOkCnqEu92Fr1MmgVxGIzQ.woff +0 -0
  209. package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmEU9fChc-.woff +0 -0
  210. package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmSU5fChc-.woff +0 -0
  211. package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmWUlfChc-.woff +0 -0
  212. package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmYUtfChc-.woff +0 -0
  213. package/roboto-font-latin-ext/web-font/KFOmCnqEu92Fr1Mu7GxM.woff +0 -0
  214. package/themify/LICENSE +85 -0
  215. package/themify/index.d.ts +354 -0
  216. package/themify/index.js +354 -0
  217. package/themify/themify.css +1078 -0
  218. package/themify/themify.woff +0 -0
@@ -0,0 +1,36 @@
1
+ @font-face {
2
+ font-family: 'Roboto';
3
+ font-style: normal;
4
+ font-weight: 100;
5
+ src: url(./web-font/KFOkCnqEu92Fr1MmgVxGIzQ.woff) format('woff');
6
+ }
7
+ @font-face {
8
+ font-family: 'Roboto';
9
+ font-style: normal;
10
+ font-weight: 300;
11
+ src: url(./web-font/KFOlCnqEu92Fr1MmSU5fChc-.woff) format('woff');
12
+ }
13
+ @font-face {
14
+ font-family: 'Roboto';
15
+ font-style: normal;
16
+ font-weight: 400;
17
+ src: url(./web-font/KFOmCnqEu92Fr1Mu7GxM.woff) format('woff');
18
+ }
19
+ @font-face {
20
+ font-family: 'Roboto';
21
+ font-style: normal;
22
+ font-weight: 500;
23
+ src: url(./web-font/KFOlCnqEu92Fr1MmEU9fChc-.woff) format('woff');
24
+ }
25
+ @font-face {
26
+ font-family: 'Roboto';
27
+ font-style: normal;
28
+ font-weight: 700;
29
+ src: url(./web-font/KFOlCnqEu92Fr1MmWUlfChc-.woff) format('woff');
30
+ }
31
+ @font-face {
32
+ font-family: 'Roboto';
33
+ font-style: normal;
34
+ font-weight: 900;
35
+ src: url(./web-font/KFOlCnqEu92Fr1MmYUtfChc-.woff) format('woff');
36
+ }
@@ -0,0 +1,85 @@
1
+ SIL OPEN FONT LICENSE
2
+ Version 1.1 - 26 February 2007
3
+
4
+ PREAMBLE
5
+ The goals of the Open Font License (OFL) are to stimulate worldwide
6
+ development of collaborative font projects, to support the font creation
7
+ efforts of academic and linguistic communities, and to provide a free and
8
+ open framework in which fonts may be shared and improved in partnership
9
+ with others.
10
+
11
+ The OFL allows the licensed fonts to be used, studied, modified and
12
+ redistributed freely as long as they are not sold by themselves. The
13
+ fonts, including any derivative works, can be bundled, embedded,
14
+ redistributed and/or sold with any software provided that any reserved
15
+ names are not used by derivative works. The fonts and derivatives,
16
+ however, cannot be released under any other type of license. The
17
+ requirement for fonts to remain under this license does not apply
18
+ to any document created using the fonts or their derivatives.
19
+
20
+ DEFINITIONS
21
+ "Font Software" refers to the set of files released by the Copyright
22
+ Holder(s) under this license and clearly marked as such. This may
23
+ include source files, build scripts and documentation.
24
+
25
+ "Reserved Font Name" refers to any names specified as such after the
26
+ copyright statement(s).
27
+
28
+ "Original Version" refers to the collection of Font Software components as
29
+ distributed by the Copyright Holder(s).
30
+
31
+ "Modified Version" refers to any derivative made by adding to, deleting,
32
+ or substituting — in part or in whole — any of the components of the
33
+ Original Version, by changing formats or by porting the Font Software to a
34
+ new environment.
35
+
36
+ "Author" refers to any designer, engineer, programmer, technical
37
+ writer or other person who contributed to the Font Software.
38
+
39
+ PERMISSION & CONDITIONS
40
+ Permission is hereby granted, free of charge, to any person obtaining
41
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
42
+ redistribute, and sell modified and unmodified copies of the Font
43
+ Software, subject to the following conditions:
44
+
45
+ 1) Neither the Font Software nor any of its individual components,
46
+ in Original or Modified Versions, may be sold by itself.
47
+
48
+ 2) Original or Modified Versions of the Font Software may be bundled,
49
+ redistributed and/or sold with any software, provided that each copy
50
+ contains the above copyright notice and this license. These can be
51
+ included either as stand-alone text files, human-readable headers or
52
+ in the appropriate machine-readable metadata fields within text or
53
+ binary files as long as those fields can be easily viewed by the user.
54
+
55
+ 3) No Modified Version of the Font Software may use the Reserved Font
56
+ Name(s) unless explicit written permission is granted by the corresponding
57
+ Copyright Holder. This restriction only applies to the primary font name as
58
+ presented to the users.
59
+
60
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
61
+ Software shall not be used to promote, endorse or advertise any
62
+ Modified Version, except to acknowledge the contribution(s) of the
63
+ Copyright Holder(s) and the Author(s) or with their explicit written
64
+ permission.
65
+
66
+ 5) The Font Software, modified or unmodified, in part or in whole,
67
+ must be distributed entirely under this license, and must not be
68
+ distributed under any other license. The requirement for fonts to
69
+ remain under this license does not apply to any document created
70
+ using the Font Software.
71
+
72
+ TERMINATION
73
+ This license becomes null and void if any of the above conditions are
74
+ not met.
75
+
76
+ DISCLAIMER
77
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
78
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
79
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
80
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
81
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
82
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
83
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
84
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
85
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,354 @@
1
+ /* Themify v1.0.1 */
2
+
3
+ export declare const tiAgenda: string;
4
+ export declare const tiAlarmClock: string;
5
+ export declare const tiAlert: string;
6
+ export declare const tiAlignCenter: string;
7
+ export declare const tiAlignJustify: string;
8
+ export declare const tiAlignLeft: string;
9
+ export declare const tiAlignRight: string;
10
+ export declare const tiAnchor: string;
11
+ export declare const tiAndroid: string;
12
+ export declare const tiAngleDoubleDown: string;
13
+ export declare const tiAngleDoubleLeft: string;
14
+ export declare const tiAngleDoubleRight: string;
15
+ export declare const tiAngleDoubleUp: string;
16
+ export declare const tiAngleDown: string;
17
+ export declare const tiAngleLeft: string;
18
+ export declare const tiAngleRight: string;
19
+ export declare const tiAngleUp: string;
20
+ export declare const tiAnnouncement: string;
21
+ export declare const tiApple: string;
22
+ export declare const tiArchive: string;
23
+ export declare const tiArrowCircleDown: string;
24
+ export declare const tiArrowCircleLeft: string;
25
+ export declare const tiArrowCircleRight: string;
26
+ export declare const tiArrowCircleUp: string;
27
+ export declare const tiArrowDown: string;
28
+ export declare const tiArrowLeft: string;
29
+ export declare const tiArrowRight: string;
30
+ export declare const tiArrowTopLeft: string;
31
+ export declare const tiArrowTopRight: string;
32
+ export declare const tiArrowUp: string;
33
+ export declare const tiArrow: string;
34
+ export declare const tiArrowsCorner: string;
35
+ export declare const tiArrowsHorizontal: string;
36
+ export declare const tiArrowsVertical: string;
37
+ export declare const tiBackLeft: string;
38
+ export declare const tiBackRight: string;
39
+ export declare const tiBag: string;
40
+ export declare const tiBarChartAlt: string;
41
+ export declare const tiBarChart: string;
42
+ export declare const tiBasketball: string;
43
+ export declare const tiBell: string;
44
+ export declare const tiBlackboard: string;
45
+ export declare const tiBoltAlt: string;
46
+ export declare const tiBolt: string;
47
+ export declare const tiBook: string;
48
+ export declare const tiBookmarkAlt: string;
49
+ export declare const tiBookmark: string;
50
+ export declare const tiBriefcase: string;
51
+ export declare const tiBrushAlt: string;
52
+ export declare const tiBrush: string;
53
+ export declare const tiCalendar: string;
54
+ export declare const tiCamera: string;
55
+ export declare const tiCar: string;
56
+ export declare const tiCheckBox: string;
57
+ export declare const tiCheck: string;
58
+ export declare const tiClip: string;
59
+ export declare const tiClipboard: string;
60
+ export declare const tiClose: string;
61
+ export declare const tiCloudDown: string;
62
+ export declare const tiCloudUp: string;
63
+ export declare const tiCloud: string;
64
+ export declare const tiCommentAlt: string;
65
+ export declare const tiComment: string;
66
+ export declare const tiCommentsSmiley: string;
67
+ export declare const tiComments: string;
68
+ export declare const tiControlBackward: string;
69
+ export declare const tiControlEject: string;
70
+ export declare const tiControlForward: string;
71
+ export declare const tiControlPause: string;
72
+ export declare const tiControlPlay: string;
73
+ export declare const tiControlRecord: string;
74
+ export declare const tiControlShuffle: string;
75
+ export declare const tiControlSkipBackward: string;
76
+ export declare const tiControlSkipForward: string;
77
+ export declare const tiControlStop: string;
78
+ export declare const tiCreditCard: string;
79
+ export declare const tiCrown: string;
80
+ export declare const tiCss3: string;
81
+ export declare const tiCup: string;
82
+ export declare const tiCut: string;
83
+ export declare const tiDashboard: string;
84
+ export declare const tiDesktop: string;
85
+ export declare const tiDirectionAlt: string;
86
+ export declare const tiDirection: string;
87
+ export declare const tiDownload: string;
88
+ export declare const tiDribbble: string;
89
+ export declare const tiDropboxAlt: string;
90
+ export declare const tiDropbox: string;
91
+ export declare const tiDrupal: string;
92
+ export declare const tiEmail: string;
93
+ export declare const tiEnvelope: string;
94
+ export declare const tiEraser: string;
95
+ export declare const tiExchangeVertical: string;
96
+ export declare const tiExport: string;
97
+ export declare const tiEye: string;
98
+ export declare const tiFaceSad: string;
99
+ export declare const tiFaceSmile: string;
100
+ export declare const tiFacebook: string;
101
+ export declare const tiFile: string;
102
+ export declare const tiFiles: string;
103
+ export declare const tiFilter: string;
104
+ export declare const tiFlagAlt2: string;
105
+ export declare const tiFlagAlt: string;
106
+ export declare const tiFlag: string;
107
+ export declare const tiFlickrAlt: string;
108
+ export declare const tiFlickr: string;
109
+ export declare const tiFolder: string;
110
+ export declare const tiFullscreen: string;
111
+ export declare const tiGallery: string;
112
+ export declare const tiGame: string;
113
+ export declare const tiGift: string;
114
+ export declare const tiGithub: string;
115
+ export declare const tiGoogle: string;
116
+ export declare const tiHandDrag: string;
117
+ export declare const tiHandOpen: string;
118
+ export declare const tiHandPointDown: string;
119
+ export declare const tiHandPointLeft: string;
120
+ export declare const tiHandPointRight: string;
121
+ export declare const tiHandPointUp: string;
122
+ export declare const tiHandStop: string;
123
+ export declare const tiHarddrive: string;
124
+ export declare const tiHarddrives: string;
125
+ export declare const tiHeadphoneAlt: string;
126
+ export declare const tiHeadphone: string;
127
+ export declare const tiHeartBroken: string;
128
+ export declare const tiHeart: string;
129
+ export declare const tiHelpAlt: string;
130
+ export declare const tiHelp: string;
131
+ export declare const tiHome: string;
132
+ export declare const tiHtml5: string;
133
+ export declare const tiHummer: string;
134
+ export declare const tiIdBadge: string;
135
+ export declare const tiImage: string;
136
+ export declare const tiImport: string;
137
+ export declare const tiInfinite: string;
138
+ export declare const tiInfoAlt: string;
139
+ export declare const tiInfo: string;
140
+ export declare const tiInkPen: string;
141
+ export declare const tiInstagram: string;
142
+ export declare const tiItalic: string;
143
+ export declare const tiJoomla: string;
144
+ export declare const tiJsfiddle: string;
145
+ export declare const tiKey: string;
146
+ export declare const tiLayersAlt: string;
147
+ export declare const tiLayers: string;
148
+ export declare const tiLayoutAccordionList: string;
149
+ export declare const tiLayoutAccordionMerged: string;
150
+ export declare const tiLayoutAccordionSeparated: string;
151
+ export declare const tiLayoutColumn2Alt: string;
152
+ export declare const tiLayoutColumn2: string;
153
+ export declare const tiLayoutColumn3Alt: string;
154
+ export declare const tiLayoutColumn3: string;
155
+ export declare const tiLayoutColumn4Alt: string;
156
+ export declare const tiLayoutColumn4: string;
157
+ export declare const tiLayoutCtaBtnLeft: string;
158
+ export declare const tiLayoutCtaBtnRight: string;
159
+ export declare const tiLayoutCtaCenter: string;
160
+ export declare const tiLayoutCtaLeft: string;
161
+ export declare const tiLayoutCtaRight: string;
162
+ export declare const tiLayoutGrid2Alt: string;
163
+ export declare const tiLayoutGrid2Thumb: string;
164
+ export declare const tiLayoutGrid2: string;
165
+ export declare const tiLayoutGrid3Alt: string;
166
+ export declare const tiLayoutGrid3: string;
167
+ export declare const tiLayoutGrid4Alt: string;
168
+ export declare const tiLayoutGrid4: string;
169
+ export declare const tiLayoutLineSolid: string;
170
+ export declare const tiLayoutListLargeImage: string;
171
+ export declare const tiLayoutListPost: string;
172
+ export declare const tiLayoutListThumbAlt: string;
173
+ export declare const tiLayoutListThumb: string;
174
+ export declare const tiLayoutMediaCenterAlt: string;
175
+ export declare const tiLayoutMediaCenter: string;
176
+ export declare const tiLayoutMediaLeftAlt: string;
177
+ export declare const tiLayoutMediaLeft: string;
178
+ export declare const tiLayoutMediaOverlayAlt2: string;
179
+ export declare const tiLayoutMediaOverlayAlt: string;
180
+ export declare const tiLayoutMediaOverlay: string;
181
+ export declare const tiLayoutMediaRightAlt: string;
182
+ export declare const tiLayoutMediaRight: string;
183
+ export declare const tiLayoutMenuFull: string;
184
+ export declare const tiLayoutMenuSeparated: string;
185
+ export declare const tiLayoutMenuV: string;
186
+ export declare const tiLayoutMenu: string;
187
+ export declare const tiLayoutPlaceholder: string;
188
+ export declare const tiLayoutSidebar2: string;
189
+ export declare const tiLayoutSidebarLeft: string;
190
+ export declare const tiLayoutSidebarNone: string;
191
+ export declare const tiLayoutSidebarRight: string;
192
+ export declare const tiLayoutSliderAlt: string;
193
+ export declare const tiLayoutSlider: string;
194
+ export declare const tiLayoutTabMin: string;
195
+ export declare const tiLayoutTabV: string;
196
+ export declare const tiLayoutTabWindow: string;
197
+ export declare const tiLayoutTab: string;
198
+ export declare const tiLayoutWidthDefaultAlt: string;
199
+ export declare const tiLayoutWidthDefault: string;
200
+ export declare const tiLayoutWidthFull: string;
201
+ export declare const tiLayout: string;
202
+ export declare const tiLightBulb: string;
203
+ export declare const tiLineDashed: string;
204
+ export declare const tiLineDotted: string;
205
+ export declare const tiLineDouble: string;
206
+ export declare const tiLink: string;
207
+ export declare const tiLinkedin: string;
208
+ export declare const tiLinux: string;
209
+ export declare const tiListOl: string;
210
+ export declare const tiList: string;
211
+ export declare const tiLocationArrow: string;
212
+ export declare const tiLocationPin: string;
213
+ export declare const tiLock: string;
214
+ export declare const tiLoop: string;
215
+ export declare const tiMagnet: string;
216
+ export declare const tiMapAlt: string;
217
+ export declare const tiMap: string;
218
+ export declare const tiMarkerAlt: string;
219
+ export declare const tiMarker: string;
220
+ export declare const tiMedallAlt: string;
221
+ export declare const tiMedall: string;
222
+ export declare const tiMenuAlt: string;
223
+ export declare const tiMenu: string;
224
+ export declare const tiMicrophoneAlt: string;
225
+ export declare const tiMicrophone: string;
226
+ export declare const tiMicrosoftAlt: string;
227
+ export declare const tiMicrosoft: string;
228
+ export declare const tiMinus: string;
229
+ export declare const tiMobile: string;
230
+ export declare const tiMoney: string;
231
+ export declare const tiMoreAlt: string;
232
+ export declare const tiMore: string;
233
+ export declare const tiMouseAlt: string;
234
+ export declare const tiMouse: string;
235
+ export declare const tiMusicAlt: string;
236
+ export declare const tiMusic: string;
237
+ export declare const tiNa: string;
238
+ export declare const tiNewWindow: string;
239
+ export declare const tiNotepad: string;
240
+ export declare const tiPackage: string;
241
+ export declare const tiPaintBucket: string;
242
+ export declare const tiPaintRoller: string;
243
+ export declare const tiPalette: string;
244
+ export declare const tiPanel: string;
245
+ export declare const tiParagraph: string;
246
+ export declare const tiPencilAlt: string;
247
+ export declare const tiPencilAlt2: string;
248
+ export declare const tiPencil: string;
249
+ export declare const tiPieChart: string;
250
+ export declare const tiPinAlt: string;
251
+ export declare const tiPin: string;
252
+ export declare const tiPin2: string;
253
+ export declare const tiPinterestAlt: string;
254
+ export declare const tiPinterest: string;
255
+ export declare const tiPlug: string;
256
+ export declare const tiPlus: string;
257
+ export declare const tiPowerOff: string;
258
+ export declare const tiPrinter: string;
259
+ export declare const tiPulse: string;
260
+ export declare const tiQuoteLeft: string;
261
+ export declare const tiQuoteRight: string;
262
+ export declare const tiReceipt: string;
263
+ export declare const tiReddit: string;
264
+ export declare const tiReload: string;
265
+ export declare const tiRocket: string;
266
+ export declare const tiRssAlt: string;
267
+ export declare const tiRss: string;
268
+ export declare const tiRulerAlt2: string;
269
+ export declare const tiRulerAlt: string;
270
+ export declare const tiRulerPencil: string;
271
+ export declare const tiRuler: string;
272
+ export declare const tiSaveAlt: string;
273
+ export declare const tiSave: string;
274
+ export declare const tiSearch: string;
275
+ export declare const tiServer: string;
276
+ export declare const tiSettings: string;
277
+ export declare const tiShareAlt: string;
278
+ export declare const tiShare: string;
279
+ export declare const tiSharethisAlt: string;
280
+ export declare const tiSharethis: string;
281
+ export declare const tiShield: string;
282
+ export declare const tiShiftLeftAlt: string;
283
+ export declare const tiShiftLeft: string;
284
+ export declare const tiShiftRightAlt: string;
285
+ export declare const tiShiftRight: string;
286
+ export declare const tiShine: string;
287
+ export declare const tiShoppingCartFull: string;
288
+ export declare const tiShoppingCart: string;
289
+ export declare const tiShortcode: string;
290
+ export declare const tiSignal: string;
291
+ export declare const tiSkype: string;
292
+ export declare const tiSlice: string;
293
+ export declare const tiSmallcap: string;
294
+ export declare const tiSoundcloud: string;
295
+ export declare const tiSplitH: string;
296
+ export declare const tiSplitVAlt: string;
297
+ export declare const tiSplitV: string;
298
+ export declare const tiSpray: string;
299
+ export declare const tiStackOverflow: string;
300
+ export declare const tiStamp: string;
301
+ export declare const tiStar: string;
302
+ export declare const tiStatsDown: string;
303
+ export declare const tiStatsUp: string;
304
+ export declare const tiSupport: string;
305
+ export declare const tiTablet: string;
306
+ export declare const tiTag: string;
307
+ export declare const tiTarget: string;
308
+ export declare const tiText: string;
309
+ export declare const tiThemifyFaviconAlt: string;
310
+ export declare const tiThemifyFavicon: string;
311
+ export declare const tiThemifyLogo: string;
312
+ export declare const tiThought: string;
313
+ export declare const tiThumbDown: string;
314
+ export declare const tiThumbUp: string;
315
+ export declare const tiTicket: string;
316
+ export declare const tiTime: string;
317
+ export declare const tiTimer: string;
318
+ export declare const tiTrash: string;
319
+ export declare const tiTrello: string;
320
+ export declare const tiTruck: string;
321
+ export declare const tiTumblrAlt: string;
322
+ export declare const tiTumblr: string;
323
+ export declare const tiTwitterAlt: string;
324
+ export declare const tiTwitter: string;
325
+ export declare const tiUnderline: string;
326
+ export declare const tiUnlink: string;
327
+ export declare const tiUnlock: string;
328
+ export declare const tiUpload: string;
329
+ export declare const tiUppercase: string;
330
+ export declare const tiUser: string;
331
+ export declare const tiVector: string;
332
+ export declare const tiVideoCamera: string;
333
+ export declare const tiVideoClapper: string;
334
+ export declare const tiViewGrid: string;
335
+ export declare const tiViewListAlt: string;
336
+ export declare const tiViewList: string;
337
+ export declare const tiVimeoAlt: string;
338
+ export declare const tiVimeo: string;
339
+ export declare const tiVolume: string;
340
+ export declare const tiWallet: string;
341
+ export declare const tiWand: string;
342
+ export declare const tiWheelchair: string;
343
+ export declare const tiWidgetAlt: string;
344
+ export declare const tiWidget: string;
345
+ export declare const tiWidgetized: string;
346
+ export declare const tiWindow: string;
347
+ export declare const tiWordpress: string;
348
+ export declare const tiWorld: string;
349
+ export declare const tiWrite: string;
350
+ export declare const tiYahoo: string;
351
+ export declare const tiYoutube: string;
352
+ export declare const tiZip: string;
353
+ export declare const tiZoomIn: string;
354
+ export declare const tiZoomOut: string;