iconset-ionicon-1.5.2.js 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. /*!========================================================================
  2. * Bootstrap: iconset-ionicon-1.5.2.js by @recktoner
  3. * https://victor-valencia.github.com/bootstrap-iconpicker
  4. *
  5. * Iconset: Ionicons 1.5.2
  6. * http://ionicons.com/
  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_ionicon = {
  24. iconClass: '',
  25. iconClassFix: 'ion-',
  26. icons: [
  27. '',
  28. 'ionic',
  29. 'arrow-up-a',
  30. 'arrow-right-a',
  31. 'arrow-down-a',
  32. 'arrow-left-a',
  33. 'arrow-up-b',
  34. 'arrow-right-b',
  35. 'arrow-down-b',
  36. 'arrow-left-b',
  37. 'arrow-up-c',
  38. 'arrow-right-c',
  39. 'arrow-down-c',
  40. 'arrow-left-c',
  41. 'arrow-return-right',
  42. 'arrow-return-left',
  43. 'arrow-swap',
  44. 'arrow-shrink',
  45. 'arrow-expand',
  46. 'arrow-move',
  47. 'arrow-resize',
  48. 'chevron-up',
  49. 'chevron-right',
  50. 'chevron-down',
  51. 'chevron-left',
  52. 'navicon-round',
  53. 'navicon',
  54. 'drag',
  55. 'log-in',
  56. 'log-out',
  57. 'checkmark-round',
  58. 'checkmark',
  59. 'checkmark-circled',
  60. 'close-round',
  61. 'close',
  62. 'close-circled',
  63. 'plus-round',
  64. 'plus',
  65. 'plus-circled',
  66. 'minus-round',
  67. 'minus',
  68. 'minus-circled',
  69. 'information',
  70. 'information-circled',
  71. 'help',
  72. 'help-circled',
  73. 'help-buoy',
  74. 'asterisk',
  75. 'alert',
  76. 'alert-circled',
  77. 'refresh',
  78. 'refreshing',
  79. 'loop',
  80. 'looping',
  81. 'shuffle',
  82. 'home',
  83. 'search',
  84. 'flag',
  85. 'star',
  86. 'heart',
  87. 'heart-broken',
  88. 'gear-a',
  89. 'gear-b',
  90. 'toggle-filled',
  91. 'toggle',
  92. 'settings',
  93. 'wrench',
  94. 'hammer',
  95. 'edit',
  96. 'trash-a',
  97. 'trash-b',
  98. 'document',
  99. 'document-text',
  100. 'clipboard',
  101. 'scissors',
  102. 'funnel',
  103. 'bookmark',
  104. 'email',
  105. 'folder',
  106. 'filing',
  107. 'archive',
  108. 'reply',
  109. 'reply-all',
  110. 'forward',
  111. 'share',
  112. 'paper-airplane',
  113. 'link',
  114. 'paperclip',
  115. 'compose',
  116. 'briefcase',
  117. 'medkit',
  118. 'at',
  119. 'pound',
  120. 'quote',
  121. 'cloud',
  122. 'upload',
  123. 'more',
  124. 'grid',
  125. 'calendar',
  126. 'clock',
  127. 'compass',
  128. 'pinpoint',
  129. 'pin',
  130. 'navigate',
  131. 'location',
  132. 'map',
  133. 'model-s',
  134. 'locked',
  135. 'unlocked',
  136. 'key',
  137. 'arrow-graph-up-right',
  138. 'arrow-graph-down-right',
  139. 'arrow-graph-up-left',
  140. 'arrow-graph-down-left',
  141. 'stats-bars',
  142. 'connection-bars',
  143. 'pie-graph',
  144. 'chatbubble',
  145. 'chatbubble-working',
  146. 'chatbubbles',
  147. 'chatbox',
  148. 'chatbox-working',
  149. 'chatboxes',
  150. 'person',
  151. 'person-add',
  152. 'person-stalker',
  153. 'woman',
  154. 'man',
  155. 'female',
  156. 'male',
  157. 'fork',
  158. 'knife',
  159. 'spoon',
  160. 'beer',
  161. 'wineglass',
  162. 'coffee',
  163. 'icecream',
  164. 'pizza',
  165. 'power',
  166. 'mouse',
  167. 'battery-full',
  168. 'battery-half',
  169. 'battery-low',
  170. 'battery-empty',
  171. 'battery-charging',
  172. 'wifi',
  173. 'bluetooth',
  174. 'calculator',
  175. 'camera',
  176. 'eye',
  177. 'eye-disabled',
  178. 'flash',
  179. 'flash-off',
  180. 'qr-scanner',
  181. 'image',
  182. 'images',
  183. 'contrast',
  184. 'wand',
  185. 'aperture',
  186. 'monitor',
  187. 'laptop',
  188. 'ipad',
  189. 'iphone',
  190. 'ipod',
  191. 'printer',
  192. 'usb',
  193. 'outlet',
  194. 'bug',
  195. 'code',
  196. 'code-working',
  197. 'code-download',
  198. 'fork-repo',
  199. 'network',
  200. 'pull-request',
  201. 'merge',
  202. 'game-controller-a',
  203. 'game-controller-b',
  204. 'xbox',
  205. 'playstation',
  206. 'steam',
  207. 'closed-captioning',
  208. 'videocamera',
  209. 'film-marker',
  210. 'disc',
  211. 'headphone',
  212. 'music-note',
  213. 'radio-waves',
  214. 'speakerphone',
  215. 'mic-a',
  216. 'mic-b',
  217. 'mic-c',
  218. 'volume-high',
  219. 'volume-medium',
  220. 'volume-low',
  221. 'volume-mute',
  222. 'levels',
  223. 'play',
  224. 'pause',
  225. 'stop',
  226. 'record',
  227. 'skip-forward',
  228. 'skip-backward',
  229. 'eject',
  230. 'bag',
  231. 'card',
  232. 'cash',
  233. 'pricetag',
  234. 'pricetags',
  235. 'thumbsup',
  236. 'thumbsdown',
  237. 'happy',
  238. 'sad',
  239. 'trophy',
  240. 'podium',
  241. 'ribbon-a',
  242. 'ribbon-b',
  243. 'university',
  244. 'magnet',
  245. 'beaker',
  246. 'flask',
  247. 'egg',
  248. 'earth',
  249. 'planet',
  250. 'lightbulb',
  251. 'cube',
  252. 'leaf',
  253. 'waterdrop',
  254. 'flame',
  255. 'fireball',
  256. 'bonfire',
  257. 'umbrella',
  258. 'nuclear',
  259. 'no-smoking',
  260. 'thermometer',
  261. 'speedometer',
  262. 'plane',
  263. 'jet',
  264. 'load-a',
  265. 'loading-a',
  266. 'load-b',
  267. 'loading-b',
  268. 'load-c',
  269. 'loading-c',
  270. 'load-d',
  271. 'loading-d',
  272. 'ios7-ionic-outline',
  273. 'ios7-arrow-back',
  274. 'ios7-arrow-forward',
  275. 'ios7-arrow-up',
  276. 'ios7-arrow-right',
  277. 'ios7-arrow-down',
  278. 'ios7-arrow-left',
  279. 'ios7-arrow-thin-up',
  280. 'ios7-arrow-thin-right',
  281. 'ios7-arrow-thin-down',
  282. 'ios7-arrow-thin-left',
  283. 'ios7-circle-filled',
  284. 'ios7-circle-outline',
  285. 'ios7-checkmark-empty',
  286. 'ios7-checkmark-outline',
  287. 'ios7-checkmark',
  288. 'ios7-plus-empty',
  289. 'ios7-plus-outline',
  290. 'ios7-plus',
  291. 'ios7-close-empty',
  292. 'ios7-close-outline',
  293. 'ios7-close',
  294. 'ios7-minus-empty',
  295. 'ios7-minus-outline',
  296. 'ios7-minus',
  297. 'ios7-information-empty',
  298. 'ios7-information-outline',
  299. 'ios7-information',
  300. 'ios7-help-empty',
  301. 'ios7-help-outline',
  302. 'ios7-help',
  303. 'ios7-search',
  304. 'ios7-search-strong',
  305. 'ios7-star',
  306. 'ios7-star-half',
  307. 'ios7-star-outline',
  308. 'ios7-heart',
  309. 'ios7-heart-outline',
  310. 'ios7-more',
  311. 'ios7-more-outline',
  312. 'ios7-home',
  313. 'ios7-home-outline',
  314. 'ios7-cloud',
  315. 'ios7-cloud-outline',
  316. 'ios7-cloud-upload',
  317. 'ios7-cloud-upload-outline',
  318. 'ios7-cloud-download',
  319. 'ios7-cloud-download-outline',
  320. 'ios7-upload',
  321. 'ios7-upload-outline',
  322. 'ios7-download',
  323. 'ios7-download-outline',
  324. 'ios7-refresh',
  325. 'ios7-refresh-outline',
  326. 'ios7-refresh-empty',
  327. 'ios7-reload',
  328. 'ios7-reloading',
  329. 'ios7-loop-strong',
  330. 'ios7-loop',
  331. 'ios7-bookmarks',
  332. 'ios7-bookmarks-outline',
  333. 'ios7-flag',
  334. 'ios7-flag-outline',
  335. 'ios7-glasses',
  336. 'ios7-glasses-outline',
  337. 'ios7-browsers',
  338. 'ios7-browsers-outline',
  339. 'ios7-at',
  340. 'ios7-at-outline',
  341. 'ios7-cart',
  342. 'ios7-cart-outline',
  343. 'ios7-pricetag',
  344. 'ios7-pricetag-outline',
  345. 'ios7-pricetags',
  346. 'ios7-pricetags-outline',
  347. 'ios7-chatboxes',
  348. 'ios7-chatboxes-outline',
  349. 'ios7-chatbubble',
  350. 'ios7-chatbubble-outline',
  351. 'ios7-cog',
  352. 'ios7-cog-outline',
  353. 'ios7-gear',
  354. 'ios7-gear-outline',
  355. 'ios7-settings',
  356. 'ios7-settings-strong',
  357. 'ios7-toggle',
  358. 'ios7-toggle-outline',
  359. 'ios7-analytics',
  360. 'ios7-analytics-outline',
  361. 'ios7-pie',
  362. 'ios7-pie-outline',
  363. 'ios7-pulse',
  364. 'ios7-pulse-strong',
  365. 'ios7-filing',
  366. 'ios7-filing-outline',
  367. 'ios7-box',
  368. 'ios7-box-outline',
  369. 'ios7-compose',
  370. 'ios7-compose-outline',
  371. 'ios7-trash',
  372. 'ios7-trash-outline',
  373. 'ios7-copy',
  374. 'ios7-copy-outline',
  375. 'ios7-email',
  376. 'ios7-email-outline',
  377. 'ios7-undo',
  378. 'ios7-undo-outline',
  379. 'ios7-redo',
  380. 'ios7-redo-outline',
  381. 'ios7-paperplane',
  382. 'ios7-paperplane-outline',
  383. 'ios7-folder',
  384. 'ios7-folder-outline',
  385. 'ios7-paper',
  386. 'ios7-paper-outline',
  387. 'ios7-world',
  388. 'ios7-world-outline',
  389. 'ios7-alarm',
  390. 'ios7-alarm-outline',
  391. 'ios7-speedometer',
  392. 'ios7-speedometer-outline',
  393. 'ios7-stopwatch',
  394. 'ios7-stopwatch-outline',
  395. 'ios7-timer',
  396. 'ios7-timer-outline',
  397. 'ios7-clock',
  398. 'ios7-clock-outline',
  399. 'ios7-time',
  400. 'ios7-time-outline',
  401. 'ios7-calendar',
  402. 'ios7-calendar-outline',
  403. 'ios7-photos',
  404. 'ios7-photos-outline',
  405. 'ios7-albums',
  406. 'ios7-albums-outline',
  407. 'ios7-camera',
  408. 'ios7-camera-outline',
  409. 'ios7-reverse-camera',
  410. 'ios7-reverse-camera-outline',
  411. 'ios7-eye',
  412. 'ios7-eye-outline',
  413. 'ios7-bolt',
  414. 'ios7-bolt-outline',
  415. 'ios7-barcode',
  416. 'ios7-barcode-outline',
  417. 'ios7-briefcase',
  418. 'ios7-briefcase-outline',
  419. 'ios7-medkit',
  420. 'ios7-medkit-outline',
  421. 'ios7-infinite',
  422. 'ios7-infinite-outline',
  423. 'ios7-calculator',
  424. 'ios7-calculator-outline',
  425. 'ios7-keypad',
  426. 'ios7-keypad-outline',
  427. 'ios7-telephone',
  428. 'ios7-telephone-outline',
  429. 'ios7-drag',
  430. 'ios7-location',
  431. 'ios7-location-outline',
  432. 'ios7-navigate',
  433. 'ios7-navigate-outline',
  434. 'ios7-locked',
  435. 'ios7-locked-outline',
  436. 'ios7-unlocked',
  437. 'ios7-unlocked-outline',
  438. 'ios7-monitor',
  439. 'ios7-monitor-outline',
  440. 'ios7-printer',
  441. 'ios7-printer-outline',
  442. 'ios7-person',
  443. 'ios7-person-outline',
  444. 'ios7-personadd',
  445. 'ios7-personadd-outline',
  446. 'ios7-people',
  447. 'ios7-people-outline',
  448. 'ios7-tennisball',
  449. 'ios7-tennisball-outline',
  450. 'ios7-baseball',
  451. 'ios7-baseball-outline',
  452. 'ios7-basketball',
  453. 'ios7-basketball-outline',
  454. 'ios7-football',
  455. 'ios7-football-outline',
  456. 'ios7-americanfootball',
  457. 'ios7-americanfootball-outline',
  458. 'ios7-paw',
  459. 'ios7-paw-outline',
  460. 'ios7-sunny',
  461. 'ios7-sunny-outline',
  462. 'ios7-partlysunny',
  463. 'ios7-partlysunny-outline',
  464. 'ios7-cloudy',
  465. 'ios7-cloudy-outline',
  466. 'ios7-rainy',
  467. 'ios7-rainy-outline',
  468. 'ios7-thunderstorm',
  469. 'ios7-thunderstorm-outline',
  470. 'ios7-snowy',
  471. 'ios7-moon',
  472. 'ios7-moon-outline',
  473. 'ios7-cloudy-night',
  474. 'ios7-cloudy-night-outline',
  475. 'ios7-musical-notes',
  476. 'ios7-musical-note',
  477. 'ios7-bell',
  478. 'ios7-bell-outline',
  479. 'ios7-mic',
  480. 'ios7-mic-outline',
  481. 'ios7-mic-off',
  482. 'ios7-volume-high',
  483. 'ios7-volume-low',
  484. 'ios7-play',
  485. 'ios7-play-outline',
  486. 'ios7-pause',
  487. 'ios7-pause-outline',
  488. 'ios7-recording',
  489. 'ios7-recording-outline',
  490. 'ios7-fastforward',
  491. 'ios7-fastforward-outline',
  492. 'ios7-rewind',
  493. 'ios7-rewind-outline',
  494. 'ios7-skipbackward',
  495. 'ios7-skipbackward-outline',
  496. 'ios7-skipforward',
  497. 'ios7-skipforward-outline',
  498. 'ios7-videocam',
  499. 'ios7-videocam-outline',
  500. 'ios7-film',
  501. 'ios7-film-outline',
  502. 'ios7-lightbulb',
  503. 'ios7-lightbulb-outline',
  504. 'ios7-wineglass',
  505. 'ios7-wineglass-outline',
  506. 'android-system-back',
  507. 'android-system-home',
  508. 'android-system-windows',
  509. 'android-wifi',
  510. 'android-battery',
  511. 'android-storage',
  512. 'android-keypad',
  513. 'android-call',
  514. 'android-arrow-back',
  515. 'android-arrow-forward',
  516. 'android-arrow-up-right',
  517. 'android-arrow-down-right',
  518. 'android-arrow-down-left',
  519. 'android-arrow-up-left',
  520. 'android-sort',
  521. 'android-drawer',
  522. 'android-stair-drawer',
  523. 'android-more',
  524. 'android-dropdown',
  525. 'android-settings',
  526. 'android-mixer',
  527. 'android-display',
  528. 'android-star',
  529. 'android-search',
  530. 'android-microphone',
  531. 'android-checkmark',
  532. 'android-information',
  533. 'android-add',
  534. 'android-remove',
  535. 'android-close',
  536. 'android-trash',
  537. 'android-volume',
  538. 'android-printer',
  539. 'android-download',
  540. 'android-hand',
  541. 'android-developer',
  542. 'android-calendar',
  543. 'android-clock',
  544. 'android-alarm',
  545. 'android-stopwatch',
  546. 'android-data',
  547. 'android-timer',
  548. 'android-camera',
  549. 'android-image',
  550. 'android-location',
  551. 'android-locate',
  552. 'android-earth',
  553. 'android-book',
  554. 'android-note',
  555. 'android-promotion',
  556. 'android-playstore',
  557. 'android-share',
  558. 'android-send',
  559. 'android-mail',
  560. 'android-inbox',
  561. 'android-archive',
  562. 'android-folder',
  563. 'android-forums',
  564. 'android-chat',
  565. 'android-user-menu',
  566. 'android-contact',
  567. 'android-contacts',
  568. 'android-friends',
  569. 'android-add-contact',
  570. 'android-social-user',
  571. 'android-social',
  572. 'android-reminder',
  573. 'android-lightbulb',
  574. 'social-twitter',
  575. 'social-twitter-outline',
  576. 'social-facebook',
  577. 'social-facebook-outline',
  578. 'social-googleplus',
  579. 'social-googleplus-outline',
  580. 'social-google',
  581. 'social-google-outline',
  582. 'social-dribbble',
  583. 'social-dribbble-outline',
  584. 'social-github',
  585. 'social-github-outline',
  586. 'social-instagram',
  587. 'social-instagram-outline',
  588. 'social-foursquare',
  589. 'social-foursquare-outline',
  590. 'social-pinterest',
  591. 'social-pinterest-outline',
  592. 'social-rss',
  593. 'social-rss-outline',
  594. 'social-tumblr',
  595. 'social-tumblr-outline',
  596. 'social-wordpress',
  597. 'social-wordpress-outline',
  598. 'social-reddit',
  599. 'social-reddit-outline',
  600. 'social-hackernews',
  601. 'social-hackernews-outline',
  602. 'social-designernews',
  603. 'social-designernews-outline',
  604. 'social-yahoo',
  605. 'social-yahoo-outline',
  606. 'social-buffer',
  607. 'social-buffer-outline',
  608. 'social-skype',
  609. 'social-skype-outline',
  610. 'social-linkedin',
  611. 'social-linkedin-outline',
  612. 'social-usd',
  613. 'social-usd-outline',
  614. 'social-bitcoin',
  615. 'social-bitcoin-outline',
  616. 'social-vimeo',
  617. 'social-vimeo-outline',
  618. 'social-youtube',
  619. 'social-youtube-outline',
  620. 'social-dropbox',
  621. 'social-dropbox-outline',
  622. 'social-apple',
  623. 'social-apple-outline',
  624. 'social-android',
  625. 'social-android-outline',
  626. 'social-windows',
  627. 'social-windows-outline',
  628. 'social-tux',
  629. 'social-freebsd-devil'
  630. ]};
  631. })(jQuery);