source: extensions/EasyCaptcha/drag/icons/conf.inc.php @ 24215

Last change on this file since 24215 was 24215, checked in by mistic100, 11 years ago

add extension EasyCaptcha

File size: 914 bytes
Line 
1<?php
2
3// https://www.iconfinder.com/iconsets/ie_Bright
4// https://www.iconfinder.com/iconsets/UrbanStories-png-Artdesigner-lv
5// https://www.iconfinder.com/iconsets/crystalproject
6return array(
7  'house.png' => 'house',
8  'ball.png' => 'ball',
9  'battery.png' => 'battery',
10  'bicycle.png' => 'bicycle',
11  'binoculars.png' => 'binoculars',
12  'book.png' => 'book',
13  'calculator.png' => 'calculator',
14  'calendar.png' => 'calendar',
15  'camera.png' => 'camera',
16  'car.png' => 'car',
17  'cart.png' => 'shopping cart',
18  'chest.png' => 'chest',
19  'cookie.png' => 'cookie',
20  'scissors.png' => 'scissors',
21  'dvd.png' => 'DVD',
22  'disk.png' => 'disk',
23  'guitar.png' => 'guitar',
24  'hat.png' => 'hat',
25  'mobile.png' => 'mobile phone',
26  'pencil.png' => 'pencil',
27  'printer.png' => 'printer',
28  'search.png' => 'magnifying glass',
29  'shoe.png' => 'shoe',
30  'suitcase.png' => 'suitcase',
31  'trash.png' => 'trash',
32  );
Note: See TracBrowser for help on using the repository browser.