iconset-weathericon-1.2.0.js 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. /*!========================================================================
  2. * Bootstrap: iconset-weathericon-1.2.0.js by @recktoner
  3. * https://victor-valencia.github.com/bootstrap-iconpicker
  4. *
  5. * Iconset: Weather Icons 1.2.0
  6. * http://erikflowers.github.io/weather-icons/
  7. * ========================================================================
  8. * Copyright 2013-2015 Victor Valencia Rico.
  9. *
  10. * Licensed under the Apache License, Version 2.0 (the "License");
  11. * you may not use this file except in compliance with the License.
  12. * You may obtain a copy of the License at
  13. *
  14. * http://www.apache.org/licenses/LICENSE-2.0
  15. *
  16. * Unless required by applicable law or agreed to in writing, software
  17. * distributed under the License is distributed on an "AS IS" BASIS,
  18. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  19. * See the License for the specific language governing permissions and
  20. * limitations under the License.
  21. * ======================================================================== */
  22. ;(function($){
  23. $.iconset_weathericon = {
  24. iconClass: 'wi',
  25. iconClassFix: 'wi-',
  26. icons: [
  27. '',
  28. 'smoke',
  29. 'dust',
  30. 'snow-wind',
  31. 'day-snow-wind',
  32. 'night-snow-wind',
  33. 'night-alt-snow-wind',
  34. 'day-sleet-storm',
  35. 'night-sleet-storm',
  36. 'night-alt-sleet-storm',
  37. 'day-snow-thunderstorm',
  38. 'night-snow-thunderstorm',
  39. 'night-alt-snow-thunderstorm',
  40. 'solar-eclipse',
  41. 'lunar-eclipse',
  42. 'meteor',
  43. 'hot',
  44. 'hurricane',
  45. 'smog',
  46. 'alien',
  47. 'snowflake-cold',
  48. 'stars',
  49. 'night-partly-cloudy',
  50. 'moon-full',
  51. 'moon-waxing-gibbous',
  52. 'moon-waxing-quarter',
  53. 'moon-waxing-crescent',
  54. 'moon-young',
  55. 'moon-new',
  56. 'moon-old',
  57. 'moon-waning-crescent',
  58. 'moon-waning-quarter',
  59. 'moon-waning-gibbous',
  60. 'day-cloudy-gusts',
  61. 'day-cloudy-windy',
  62. 'day-cloudy',
  63. 'day-fog',
  64. 'day-hail',
  65. 'day-lightning',
  66. 'day-rain-mix',
  67. 'day-rain-wind',
  68. 'day-rain',
  69. 'day-showers',
  70. 'day-snow',
  71. 'day-sprinkle',
  72. 'day-sunny-overcast',
  73. 'day-sunny',
  74. 'day-storm-showers',
  75. 'day-thunderstorm',
  76. 'cloudy-gusts',
  77. 'cloudy-windy',
  78. 'cloudy',
  79. 'fog',
  80. 'hail',
  81. 'lightning',
  82. 'rain-mix',
  83. 'rain-wind',
  84. 'rain',
  85. 'showers',
  86. 'snow',
  87. 'sprinkle',
  88. 'storm-showers',
  89. 'thunderstorm',
  90. 'night-alt-cloudy-gusts',
  91. 'night-alt-cloudy-windy',
  92. 'night-alt-hail',
  93. 'night-alt-lightning',
  94. 'night-alt-rain-mix',
  95. 'night-alt-rain-wind',
  96. 'night-alt-rain',
  97. 'night-alt-showers',
  98. 'night-alt-snow',
  99. 'night-alt-sprinkle',
  100. 'night-alt-storm-showers',
  101. 'night-alt-thunderstorm',
  102. 'night-clear',
  103. 'night-cloudy-gusts',
  104. 'night-cloudy-windy',
  105. 'night-cloudy',
  106. 'night-hail',
  107. 'night-lightning',
  108. 'night-rain-mix',
  109. 'night-rain-wind',
  110. 'night-rain',
  111. 'night-showers',
  112. 'night-snow',
  113. 'night-sprinkle',
  114. 'night-storm-showers',
  115. 'night-thunderstorm',
  116. 'celsius',
  117. 'cloud-down',
  118. 'cloud-refresh',
  119. 'cloud-up',
  120. 'cloud',
  121. 'degrees',
  122. 'down-left',
  123. 'down',
  124. 'fahrenheit',
  125. 'horizon-alt',
  126. 'horizon',
  127. 'left',
  128. 'lightning',
  129. 'night-fog',
  130. 'refresh-alt',
  131. 'refresh',
  132. 'right',
  133. 'sprinkles',
  134. 'strong-wind',
  135. 'sunrise',
  136. 'sunset',
  137. 'thermometer-exterior',
  138. 'thermometer-internal',
  139. 'thermometer',
  140. 'tornado',
  141. 'up-right',
  142. 'up',
  143. 'wind-east',
  144. 'wind-north-east',
  145. 'wind-north-west',
  146. 'wind-north',
  147. 'wind-south-east',
  148. 'wind-south-west',
  149. 'wind-south',
  150. 'wind-west',
  151. 'windy'
  152. ]};
  153. })(jQuery);