',
116 | 'live_circle': ''
117 | });
118 | }]);
119 |
--------------------------------------------------------------------------------
/gulpfile.js:
--------------------------------------------------------------------------------
1 | 'use strict';
2 |
3 | var gulp = require('gulp'),
4 | uglify = require('gulp-uglify'),
5 | $ = require('gulp-load-plugins')({lazy: true});
6 |
7 | gulp.task('lint', function() {
8 | return gulp.src([
9 | 'angular-material-icons.js',
10 | 'demo.js'
11 | ])
12 | .pipe($.jshint())
13 | .pipe($.jshint.reporter('jshint-stylish', {verbose: true}));
14 | });
15 |
16 | gulp.task('minify', function() {
17 | return gulp.src([
18 | 'angular-material-icons.js'
19 | ])
20 | .pipe($.uglify())
21 | .pipe($.rename('angular-material-icons.min.js'))
22 | .pipe(gulp.dest('.'));
23 | });
24 |
25 | gulp.task('default', ['lint', 'minify']);
26 |
27 | module.exports = gulp;
28 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 | Angular Material Icons
16 |
17 |
18 |
19 |
20 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 | Angular Material Icons v0.7.2
78 | AngularJS directive to use Material Design icons with custom fill-color and size.
79 |
80 | - For production, use minified version directly from CDN:
81 |
82 |
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-material-icons/0.7.2/angular-material-icons.min.js"></script>
83 |
84 |
85 | For other purposes, project files are available via bower / npm or can be cloned directly from github.
86 |
{{command}}
87 |
88 | - Inject
ngMdIcons
to your angularjs application:
89 |
angular.module('demoapp', ['ngMdIcons']);
90 |
91 | - Use
ng-md-icon
directive in your html, specifying fill-color through css:
92 |
<ng-md-icon icon="..." style="fill: ..." size="..."></ng-md-icon>
93 |
94 |
95 |
icon="send"
96 |
icon="send"
style="fill: pink"
97 |
icon="{{icon}}"
style="fill: {{fill}}"
98 |
icon="send"
style="fill: #abcdef"
99 |
100 |
size="20"
101 |
-- no size --
(default is 24)
102 |
size="{{size}}"
103 |
size="64"
104 |
105 |
106 | - This directive is tested on Chrome, Firefox, Safari and Edge.
107 |
For IE, use ng-attr-style
instead of style
. Also refer AngularJS documentation on IE Compatibility.
108 |
109 | - Optional: Include SVG-Morpheus in your project and changes to
icon
attribute that you do through your controller will go through delightful morphing as seen above.
110 |
Refer code for this page (index.html and demo.js) for details.
111 |
<script src="//cdnjs.cloudflare.com/ajax/libs/SVG-Morpheus/0.3.2/svg-morpheus.js"></script>
112 |
113 |
When SVG-Morpheus is included, you can use options
attribute to control morphing options.
114 |
115 |
116 |
options=
'{"duration": 375}'
(default is 750)
117 |
options=
'{"rotation": "none"}'
(default is clock)
118 |
options=
'{"rotation": "counterclock"}'
119 |
Example:
Morph on ng-click
120 |
121 |
Note that options
attribute is a JSON parse-able string so surround keys with double-quotes.
122 |
123 | - Advanced: Refer demo.js to register custom icons for your project or to access default icon shapes from a controller or another service.
124 |
125 |
standby
126 |
custom-delete
127 |
marker
128 |
live_circle
129 |
130 |
131 |
132 | Full list of icons:
133 |
134 |
135 |
amazon
136 |
apple
137 |
facebook-box
138 |
facebook-messenger
139 |
facebook
140 |
github-box
141 |
github-circle
142 |
google-plus-box
143 |
google-plus
144 |
hangouts
145 |
linkedin-box
146 |
linkedin
147 |
login
148 |
logout
149 |
office
150 |
twitter
151 |
whatsapp
152 |
windows
153 |
pin
154 |
pin_off
155 |
156 | Custom
157 |
signal_wifi_0_bar
158 |
signal_wifi_1_bar
159 |
signal_wifi_2_bar
160 |
signal_wifi_3_bar
161 |
signal_cellular_connected
_no_internet_0_bar
162 |
signal_cellular_connected
_no_internet_1_bar
163 |
signal_cellular_connected
_no_internet_2_bar
164 |
signal_cellular_connected
_no_internet_3_bar
165 |
signal_cellular_0_bar
166 |
signal_cellular_1_bar
167 |
signal_cellular_2_bar
168 |
signal_cellular_3_bar
169 |
now_wallpaper
170 |
now_widgets
171 |
battery_20
172 |
battery_30
173 |
battery_50
174 |
battery_60
175 |
battery_80
176 |
battery_90
177 |
battery_alert
178 |
battery_charging_20
179 |
battery_charging_30
180 |
battery_charging_50
181 |
battery_charging_60
182 |
battery_charging_80
183 |
battery_charging_90
184 |
account_child
185 |
186 |
187 | Action
188 |
3d_rotation
189 |
accessibility
190 |
accessible
191 |
account_balance
192 |
account_balance_wallet
193 |
account_box
194 |
account_circle
195 |
add_shopping_cart
196 |
alarm
197 |
alarm_add
198 |
alarm_off
199 |
alarm_on
200 |
all_out
201 |
android
202 |
announcement
203 |
aspect_ratio
204 |
assessment
205 |
assignment
206 |
assignment_ind
207 |
assignment_late
208 |
assignment_return
209 |
assignment_returned
210 |
assignment_turned_in
211 |
autorenew
212 |
backup
213 |
book
214 |
bookmark
215 |
bookmark_outline
216 |
bug_report
217 |
build
218 |
cached
219 |
camera_enhanced
220 |
card_giftcard
221 |
card_membership
222 |
card_travel
223 |
change_history
224 |
check_circle
225 |
chrome_reader_mode
226 |
class
227 |
code
228 |
compare_arrows
229 |
copyright
230 |
credit_card
231 |
dashboard
232 |
date_range
233 |
delete
234 |
delete_forever
235 |
description
236 |
dns
237 |
done
238 |
done_all
239 |
donut_large
240 |
donut_small
241 |
eject
242 |
euro_symbol
243 |
event
244 |
event_seat
245 |
exit_to_app
246 |
explore
247 |
extension
248 |
face
249 |
favorite
250 |
favorite_border
251 |
feedback
252 |
find_in_page
253 |
find_replace
254 |
fingerprint
255 |
flight_land
256 |
flight_takeoff
257 |
flip_to_back
258 |
flip_to_front
259 |
g_translate
260 |
gavel
261 |
get_app
262 |
gif
263 |
grade
264 |
group_work
265 |
help
266 |
help_outline
267 |
highlight_off
268 |
history
269 |
home
270 |
hourglass_empty
271 |
hourglass_full
272 |
http
273 |
https
274 |
important_devices
275 |
info
276 |
info_outline
277 |
input
278 |
invert_colors
279 |
label
280 |
label_outline
281 |
language
282 |
launch
283 |
lightbulb_outline
284 |
line_style
285 |
line_weight
286 |
list
287 |
lock
288 |
lock_open
289 |
lock_outline
290 |
loyalty
291 |
markunread_mailbox
292 |
motorcycle
293 |
note_add
294 |
offline_pin
295 |
opacity
296 |
open_in_browser
297 |
open_in_new
298 |
open_with
299 |
pageview
300 |
pan_tool
301 |
payment
302 |
perm_camera_mic
303 |
perm_contact_calendar
304 |
perm_data_setting
305 |
perm_device_information
306 |
perm_identity
307 |
perm_media
308 |
perm_phone_msg
309 |
perm_scan_wifi
310 |
pets
311 |
picture_in_picture
312 |
picture_in_picture_alt
313 |
play_for_work
314 |
polymer
315 |
power_settings_new
316 |
pregnant_woman
317 |
print
318 |
query_builder
319 |
question_answer
320 |
receipt
321 |
record_voice_over
322 |
redeem
323 |
remove_shopping_cart
324 |
reorder
325 |
report_problem
326 |
restore
327 |
restore_page
328 |
room
329 |
rounded_corner
330 |
rowing
331 |
schedule
332 |
search
333 |
settings
334 |
settings_applications
335 |
settings_backup_restore
336 |
settings_bluetooth
337 |
settings_brightness
338 |
settings_cell
339 |
settings_ethernet
340 |
settings_input_antenna
341 |
settings_input_component
342 |
settings_input_composite
343 |
settings_input_hdmi
344 |
settings_input_svideo
345 |
settings_overscan
346 |
settings_phone
347 |
settings_power
348 |
settings_remote
349 |
settings_voice
350 |
shop
351 |
shop_two
352 |
shopping_basket
353 |
shopping_cart
354 |
speaker_notes
355 |
speaker_notes_off
356 |
spellcheck
357 |
star_rate
358 |
stars
359 |
store
360 |
subject
361 |
supervisor_account
362 |
swap_horiz
363 |
swap_vert
364 |
swap_vertial_circle
365 |
system_update_alt
366 |
tab
367 |
tab_unselected
368 |
theaters
369 |
thumb_down
370 |
thumb_up
371 |
thumbs_up_down
372 |
timeline
373 |
toc
374 |
today
375 |
toll
376 |
touch_app
377 |
track_changes
378 |
translate
379 |
trending_down
380 |
trending_flat
381 |
trending_up
382 |
turned_in
383 |
turned_in_not
384 |
update
385 |
verified_user
386 |
view_agenda
387 |
view_array
388 |
view_carousel
389 |
view_column
390 |
view_day
391 |
view_headline
392 |
view_list
393 |
view_module
394 |
view_quilt
395 |
view_stream
396 |
view_week
397 |
visibility
398 |
visibility_off
399 |
watch_later
400 |
work
401 |
youtube_searched_for
402 |
zoom_in
403 |
zoom_out
404 |
405 | Alert
406 |
add_alert
407 |
error
408 |
error_outline
409 |
warning
410 |
411 | Av
412 |
add_to_queue
413 |
airplay
414 |
album
415 |
art_track
416 |
av_timer
417 |
branding_watermark
418 |
call_to_action
419 |
closed_caption
420 |
equalizer
421 |
explicit
422 |
fast_forward
423 |
fast_rewind
424 |
featured_play_list
425 |
featured_video
426 |
fibre_dvr
427 |
fiber_manual_record
428 |
fibre_new
429 |
fibre_pin
430 |
fibre_smart_record
431 |
forward_10
432 |
forward_30
433 |
forward_5
434 |
games
435 |
hd
436 |
hearing
437 |
high_quality
438 |
my_library_add
439 |
my_library_books
440 |
my_library_music
441 |
loop
442 |
mic
443 |
mic_none
444 |
mic_off
445 |
movie
446 |
music_video
447 |
new_releases
448 |
not_interested
449 |
note
450 |
pause
451 |
pause_circle_filled
452 |
pause_circle_outline
453 |
play_arrow
454 |
play_circle_fill
455 |
play_circle_outline
456 |
playlist_add
457 |
playlist_add_check
458 |
playlist_play
459 |
queue
460 |
queue_music
461 |
queue_play_next
462 |
radio
463 |
recent_actors
464 |
remove_from_queue
465 |
repeat
466 |
repeat_one
467 |
replay
468 |
replay_10
469 |
replay_30
470 |
replay_5
471 |
shuffle
472 |
skip_next
473 |
skip_previous
474 |
slow_motion_video
475 |
snooze
476 |
sort_by_alpha
477 |
stop
478 |
subscriptions
479 |
subtitles
480 |
surround_sound
481 |
video_call
482 |
video_label
483 |
video_library
484 |
videocam
485 |
videocam_off
486 |
volume_down
487 |
volume_mute
488 |
volume_off
489 |
volume_up
490 |
web
491 |
web_asset
492 |
493 | Communication
494 |
business
495 |
call
496 |
call_end
497 |
call_made
498 |
call_merge
499 |
call_missed
500 |
call_missed_outgoing
501 |
call_received
502 |
call_split
503 |
chat
504 |
chat_bubble
505 |
chat_bubble_outline
506 |
clear_all
507 |
comment
508 |
contact_mail
509 |
contact_phone
510 |
contacts
511 |
dialer_sip
512 |
dialpad
513 |
email
514 |
forum
515 |
import_contacts
516 |
import_export
517 |
invert_colors_off
518 |
live_help
519 |
location_off
520 |
location_on
521 |
mail_outline
522 |
message
523 |
no_sim
524 |
phone
525 |
phonelink_erase
526 |
phonelink_lock
527 |
phonelink_ring
528 |
phonelink_setup
529 |
portable_wifi_off
530 |
present_to_all
531 |
ring_volume
532 |
rss_feed
533 |
screen_share
534 |
stay_current_landscape
535 |
stay_current_portrait
536 |
stay_primary_landscape
537 |
stay_primary_portrait
538 |
stop_screen_share
539 |
swap_calls
540 |
textsms
541 |
voicemail
542 |
vpn_key
543 |
544 | Content
545 |
add
546 |
add_box
547 |
add_circle
548 |
add_circle_outline
549 |
archive
550 |
backspace
551 |
block
552 |
clear
553 |
content_copy
554 |
content_cut
555 |
content_paste
556 |
create
557 |
delete_sweep
558 |
drafts
559 |
filter_list
560 |
flag
561 |
font_download
562 |
forward
563 |
gesture
564 |
inbox
565 |
link
566 |
low_priority
567 |
mail
568 |
markunread
569 |
move_to_inbox
570 |
next_week
571 |
redo
572 |
remove
573 |
remove_circle
574 |
remove_circle_outline
575 |
reply
576 |
reply_all
577 |
report
578 |
save
579 |
select_all
580 |
send
581 |
sort
582 |
text_format
583 |
unarchive
584 |
undo
585 |
weekend
586 |
587 | Device
588 |
access_alarms
589 |
access_alarm
590 |
access_time
591 |
add_alarm
592 |
airplanemode_on
593 |
airplanemode_inactive
594 |
battery_charging_full
595 |
battery_full
596 |
battery_std
597 |
battery_unknown
598 |
bluetooth
599 |
bluetooth_connected
600 |
bluetooth_disabled
601 |
bluetooth_searching
602 |
brightness_auto
603 |
brightness_high
604 |
brightness_low
605 |
brightness_medium
606 |
data_usage
607 |
developer_mode
608 |
devices
609 |
dvr
610 |
gps_fixed
611 |
gps_not_fixed
612 |
gps_off
613 |
graphic_eq
614 |
location_disabled
615 |
location_searching
616 |
network_cell
617 |
network_wifi
618 |
nfc
619 |
screen_lock_landscape
620 |
screen_lock_portrait
621 |
screen_lock_rotation
622 |
screen_rotation
623 |
sd_storage
624 |
settings_system_daydream
625 |
signal_cellular_4_bar
626 |
signal_cellular_connected_no_internet_4_bar
627 |
signal_cellular_no_sim
628 |
signal_cellular_null
629 |
signal_cellular_off
630 |
signal_wifi_4_bar
631 |
signal_wifi_4_bar_lock
632 |
signal_wifi_off
633 |
storage
634 |
usb
635 |
wallpaper
636 |
wifi_lock
637 |
wifi_tethering
638 |
639 | Editor
640 |
attach_file
641 |
attach_money
642 |
border_all
643 |
border_bottom
644 |
border_clear
645 |
border_color
646 |
border_horizontal
647 |
border_inner
648 |
border_left
649 |
border_outer
650 |
border_right
651 |
border_style
652 |
border_top
653 |
border_vertical
654 |
bubble_chart
655 |
drag_handle
656 |
format_align_center
657 |
format_align_justify
658 |
format_align_left
659 |
format_align_right
660 |
format_bold
661 |
format_clear
662 |
format_color_fill
663 |
format_color_reset
664 |
format_color_text
665 |
format_indent_decrease
666 |
format_indent_increase
667 |
format_italic
668 |
format_line_spacing
669 |
format_list_bulleted
670 |
format_list_numbered
671 |
format_paint
672 |
format_quote
673 |
format_shapes
674 |
format_size
675 |
format_strikethrough
676 |
format_textdirection_l_to_r
677 |
format_textdirection_r_to_l
678 |
format_underline
679 |
functions
680 |
highlight
681 |
insert_chart
682 |
insert_comment
683 |
insert_drive_file
684 |
insert_emoticon
685 |
insert_invitation
686 |
insert_link
687 |
insert_photo
688 |
linear_scale
689 |
merge_type
690 |
mode_comment
691 |
mode_edit
692 |
monetization_on
693 |
money_off
694 |
multiline_chart
695 |
pie_chart
696 |
pie_chart_outline
697 |
publish
698 |
short_text
699 |
show_chart
700 |
space_bar
701 |
strikethrough_s
702 |
text_fields
703 |
title
704 |
vertical_align_bottom
705 |
vertical_align_center
706 |
vertical_align_top
707 |
wrap_text
708 |
709 | File
710 |
attachment
711 |
cloud
712 |
cloud_circle
713 |
cloud_done
714 |
cloud_download
715 |
cloud_off
716 |
cloud_queue
717 |
cloud_upload
718 |
create_new_folder
719 |
file_download
720 |
file_upload
721 |
folder
722 |
folder_open
723 |
folder_shared
724 |
725 | Hardware
726 |
cast
727 |
cast_connected
728 |
computer
729 |
desktop_mac
730 |
desktop_windows
731 |
developer_dashboard
732 |
device_hub
733 |
devices_other
734 |
dock
735 |
gamepad
736 |
headset
737 |
headset_mic
738 |
keyboard
739 |
keyboard_arrow_down
740 |
keyboard_arrow_left
741 |
keyboard_arrow_right
742 |
keyboard_arrow_up
743 |
keyboard_backspace
744 |
keyboard_capslock
745 |
keyboard_hide
746 |
keyboard_return
747 |
keyboard_tab
748 |
keyboard_voice
749 |
laptop
750 |
laptop_chromebook
751 |
laptop_mac
752 |
laptop_windows
753 |
memory
754 |
mouse
755 |
phone_android
756 |
phone_iphone
757 |
phonelink
758 |
phonelink_off
759 |
power_input
760 |
router
761 |
scanner
762 |
security
763 |
sim_card
764 |
smartphone
765 |
speaker
766 |
speaker_group
767 |
tablet
768 |
tablet_android
769 |
tablet_mac
770 |
toys
771 |
tv
772 |
vidiogame_asset
773 |
watch
774 |
775 | Image
776 |
add_a_photo
777 |
add_to_photos
778 |
adjust
779 |
assistant_photo
780 |
audiotrack
781 |
blur_circular
782 |
blur_linear
783 |
blur_off
784 |
blur_on
785 |
brightness_1
786 |
brightness_2
787 |
brightness_3
788 |
brightness_4
789 |
brightness_5
790 |
brightness_6
791 |
brightness_7
792 |
broken_image
793 |
brush
794 |
burst_mode
795 |
camera
796 |
camera_alt
797 |
camera_front
798 |
camera_rear
799 |
camera_roll
800 |
center_focus_strong
801 |
center_focus_weak
802 |
collections
803 |
collections_bookmark
804 |
color_lens
805 |
colorize
806 |
compare
807 |
control_point
808 |
control_point_duplicate
809 |
crop
810 |
crop_16_9
811 |
crop_3_2
812 |
crop_5_4
813 |
crop_7_5
814 |
crop_din
815 |
crop_free
816 |
crop_landscape
817 |
crop_original
818 |
crop_portrait
819 |
crop_rotate
820 |
crop_square
821 |
dehaze
822 |
details
823 |
edit
824 |
exposure
825 |
exposure_neg_1
826 |
exposure_neg_2
827 |
exposure_plus_1
828 |
exposure_plus_2
829 |
exposure_zero
830 |
filter
831 |
filter_1
832 |
filter_2
833 |
filter_3
834 |
filter_4
835 |
filter_5
836 |
filter_6
837 |
filter_7
838 |
filter_8
839 |
filter_9
840 |
filter_9_plus
841 |
filter_b_and_w
842 |
filter_center_focus
843 |
filter_drama
844 |
filter_frames
845 |
filter_hdr
846 |
filter_none
847 |
filter_tilt_shift
848 |
filter_vintage
849 |
flare
850 |
flash_auto
851 |
flash_off
852 |
flash_on
853 |
flip
854 |
gradient
855 |
grain
856 |
grid_off
857 |
grid_on
858 |
hdr_off
859 |
hdr_on
860 |
hdr_strong
861 |
hdr_weak
862 |
healing
863 |
image
864 |
image_aspect_ratio
865 |
iso
866 |
landscape
867 |
leak_add
868 |
leak_remove
869 |
lens
870 |
linked_camera
871 |
looks
872 |
looks_3
873 |
looks_4
874 |
looks_5
875 |
looks_6
876 |
looks_one
877 |
looks_two
878 |
loupe
879 |
monochrome_photos
880 |
movie_creation
881 |
movie_filter
882 |
music_note
883 |
nature
884 |
nature_people
885 |
navigate_before
886 |
navigate_next
887 |
palette
888 |
panorama
889 |
panorama_fisheye
890 |
panorama_horizontal
891 |
panorama_vertical
892 |
panorama_wide_angle
893 |
photo
894 |
photo_album
895 |
photo_camera
896 |
photo_filter
897 |
photo_library
898 |
photo_size_select_actual
899 |
photo_size_select_large
900 |
photo_size_select_small
901 |
picture_as_pdf
902 |
portrait
903 |
remove_red_eye
904 |
rotate_90_degrees_ccw
905 |
rotate_left
906 |
rotate_right
907 |
slideshow
908 |
straighten
909 |
style
910 |
switch_camera
911 |
switch_video
912 |
tag_faces
913 |
texture
914 |
timelapse
915 |
timer
916 |
timer_10
917 |
timer_3
918 |
timer_off
919 |
tonality
920 |
transform
921 |
tune
922 |
view_comfy
923 |
view_compact
924 |
vignette
925 |
wb_auto
926 |
wb_cloudy
927 |
wb_incandescent
928 |
wb_irradescent
929 |
wb_sunny
930 |
931 | Maps
932 |
add_location
933 |
beenhere
934 |
directions
935 |
directions_bike
936 |
directions_bus
937 |
directions_car
938 |
directions_ferry
939 |
directions_subway
940 |
directions_train
941 |
directions_transit
942 |
directions_walk
943 |
edit_location
944 |
ev_station
945 |
flight
946 |
hotel
947 |
layers
948 |
layers_clear
949 |
local_activity
950 |
local_airport
951 |
local_atm
952 |
local_bar
953 |
local_cafe
954 |
local_car_wash
955 |
local_convenience_store
956 |
local_dining
957 |
local_drink
958 |
local_florist
959 |
local_gas_station
960 |
local_grocery_store
961 |
local_hospital
962 |
local_hotel
963 |
local_laundry_service
964 |
local_library
965 |
local_mall
966 |
local_movies
967 |
local_offer
968 |
local_parking
969 |
local_pharmacy
970 |
local_phone
971 |
local_pizza
972 |
local_play
973 |
local_post_office
974 |
local_print_shop
975 |
local_restaurant
976 |
local_see
977 |
local_shipping
978 |
local_taxi
979 |
map
980 |
my_location
981 |
navigation
982 |
near_me
983 |
person_pin_circle
984 |
person_pin
985 |
pin_drop
986 |
place
987 |
rate_review
988 |
restaurant
989 |
restaurant_menu
990 |
satellite
991 |
store_mall_directory
992 |
streetview
993 |
subway
994 |
terrain
995 |
traffic
996 |
train
997 |
tram
998 |
transfer_within_a_station
999 |
zoom_out_map
1000 |
1001 | Navigation
1002 |
apps
1003 |
arrow_back
1004 |
arrow_downward
1005 |
arrow_drop_down
1006 |
arrow_drop_down_circle
1007 |
arrow_drop_up
1008 |
arrow_forward
1009 |
arrow_upwardF
1010 |
cancel
1011 |
check
1012 |
chevron_left
1013 |
chevron_right
1014 |
close
1015 |
expand_less
1016 |
expand_more
1017 |
first_page
1018 |
fullscreen
1019 |
fullscreen_exit
1020 |
last_page
1021 |
menu
1022 |
more_horiz
1023 |
more_vert
1024 |
refresh
1025 |
subdirectory_arrow_left
1026 |
subdirectory_arrow_right
1027 |
adb
1028 |
airline_seat_flat
1029 |
airline_seat_angled
1030 |
airline_seat_individual_suite
1031 |
airline_seat_legroom_extra
1032 |
airline_seat_legroom_normal
1033 |
airline_seat_legroom_reduced
1034 |
airline_seat_recline_extra
1035 |
airline_seat_recline_normal
1036 |
bluetooth_audio
1037 |
confirmation_number
1038 |
disc_full
1039 |
do_not_disturb
1040 |
do_not_disturb_alt
1041 |
do_not_disturb_off
1042 |
do_not_disturb_on
1043 |
drive_eta
1044 |
enhanced_encryption
1045 |
event_available
1046 |
event_busy
1047 |
event_note
1048 |
folder_special
1049 |
live_tv
1050 |
mms
1051 |
more
1052 |
network_check
1053 |
network_locked
1054 |
no_encryption
1055 |
ondemand_video
1056 |
personal_video
1057 |
phone_bluetooth_speaker
1058 |
phone_forwarded
1059 |
phone_in_talk
1060 |
phone_locked
1061 |
phone_missed
1062 |
phone_paused
1063 |
power
1064 |
priority_high
1065 |
sd_card
1066 |
sim_card_alert
1067 |
sms
1068 |
sms_failed
1069 |
sync
1070 |
sync_disabled
1071 |
sync_problem
1072 |
system_update
1073 |
tap_and_play
1074 |
time_to_leave
1075 |
vibration
1076 |
voice_chat
1077 |
vpn_lock
1078 |
wc
1079 |
wifi
1080 |
1081 | Places
1082 |
ac_unit
1083 |
airport_shuttle
1084 |
all_inclusive
1085 |
beach_access
1086 |
business_center
1087 |
casino
1088 |
child_care
1089 |
child_friedly
1090 |
fitness_center
1091 |
free_breakfast
1092 |
golf_course
1093 |
hot_tub
1094 |
kitchen
1095 |
pool
1096 |
room_service
1097 |
rv_hookup
1098 |
smoke_free
1099 |
smoke_rooms
1100 |
spa
1101 |
1102 | Social
1103 |
cake
1104 |
domain
1105 |
group
1106 |
group_add
1107 |
location_city
1108 |
mood
1109 |
mood_bad
1110 |
notifications
1111 |
notifications_none
1112 |
notifications_off
1113 |
notifications_active
1114 |
notifications_paused
1115 |
pages
1116 |
party_mode
1117 |
people
1118 |
people_outline
1119 |
person
1120 |
person_add
1121 |
person_outline
1122 |
plus_one
1123 |
poll
1124 |
public
1125 |
school
1126 |
sentiment_dissatisfied
1127 |
sentiment_neutral
1128 |
sentiment_satisfied
1129 |
sentiment_very_dissatisfied
1130 |
sentiment_very_satisfied
1131 |
share
1132 |
whatshot
1133 |
1134 | Toggle
1135 |
check_box
1136 |
check_box_outline_blank
1137 |
indeterminate_check_box
1138 |
radio_button_unchecked
1139 |
radio_button_checked
1140 |
star
1141 |
star_half
1142 |
star_border
1143 |
1144 |
1145 |
1146 |
1147 |
--------------------------------------------------------------------------------
/index.js:
--------------------------------------------------------------------------------
1 | require('./angular-material-icons');
2 | module.exports = 'ngMdIcons';
3 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "angular-material-icons",
3 | "version": "0.7.2",
4 | "author": "Urmil Parikh",
5 | "description": "AngularJS directive to use Material Design icons with custom fill color and size.",
6 | "main": "index.js",
7 | "keywords": [
8 | "angular",
9 | "material",
10 | "design",
11 | "icon",
12 | "fill",
13 | "size",
14 | "color",
15 | "white",
16 | "morph",
17 | "svg",
18 | "custom"
19 | ],
20 | "license": "MIT",
21 | "homepage": "https://github.com/klarsys/angular-material-icons",
22 | "peerDependencies": {
23 | "angular": ">=1.3.0"
24 | },
25 | "devDependencies": {
26 | "gulp": "^3.9.0",
27 | "gulp-jshint": "^1.11.2",
28 | "gulp-load-plugins": "^1.0.0-rc.1",
29 | "gulp-rename": "^1.2.2",
30 | "gulp-uglify": "^1.3.0",
31 | "jshint-stylish": "^2.0.1",
32 | "angular": ">=1.3.0"
33 | },
34 | "scripts": {
35 | "test": "echo \"Error: no test specified\" && exit 1"
36 | },
37 | "repository": {
38 | "type": "git",
39 | "url": "https://github.com/klarsys/angular-material-icons.git"
40 | },
41 | "bugs": {
42 | "url": "https://github.com/klarsys/angular-material-icons/issues"
43 | }
44 | }
45 |
--------------------------------------------------------------------------------