Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-10-19 19:12:11 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-10-19 19:12:11 (GMT)
commitc430f871f504017a78be321d2af67026f57d3cea (patch)
treea17e23f5378b288aba5f849e3b4df91714e6bc06
parent55488a33d5c2a4c55f1abd3de52551ebc616c94b (diff)
parent87a5fafac16f1535ce6dc889faec26c3235b9686 (diff)
Merge commit 'v0.82.3' into upstream
-rw-r--r--configure.ac3
-rw-r--r--icons/index.theme9
-rw-r--r--icons/scalable/Makefile.am2
-rw-r--r--icons/scalable/actions/Makefile.am85
-rw-r--r--icons/scalable/actions/go-home.svg10
-rw-r--r--icons/scalable/actions/view-box.svg11
-rw-r--r--icons/scalable/actions/view-freeform.svg4
-rw-r--r--icons/scalable/actions/view-spiral.svg12
-rw-r--r--icons/scalable/actions/view-triangle.svg7
-rw-r--r--icons/scalable/categories/Makefile.am11
-rw-r--r--icons/scalable/categories/preferences-system.svg11
-rw-r--r--icons/scalable/device/Makefile.am12
-rw-r--r--icons/scalable/device/network-wireless-000.svg8
-rw-r--r--icons/scalable/device/network-wireless-020.svg15
-rw-r--r--icons/scalable/device/network-wireless-040.svg15
-rw-r--r--icons/scalable/device/network-wireless-060.svg15
-rw-r--r--icons/scalable/device/network-wireless-080.svg15
-rw-r--r--icons/scalable/device/network-wireless-100.svg16
-rw-r--r--icons/scalable/device/network-wireless-connected-000.icon2
-rw-r--r--icons/scalable/device/network-wireless-connected-000.svg10
-rw-r--r--icons/scalable/device/network-wireless-connected-020.icon2
-rw-r--r--icons/scalable/device/network-wireless-connected-020.svg22
-rw-r--r--icons/scalable/device/network-wireless-connected-040.icon2
-rw-r--r--icons/scalable/device/network-wireless-connected-040.svg22
-rw-r--r--icons/scalable/device/network-wireless-connected-060.icon2
-rw-r--r--icons/scalable/device/network-wireless-connected-060.svg22
-rw-r--r--icons/scalable/device/network-wireless-connected-080.icon2
-rw-r--r--icons/scalable/device/network-wireless-connected-080.svg22
-rw-r--r--icons/scalable/device/network-wireless-connected-100.icon2
-rw-r--r--icons/scalable/device/network-wireless-connected-100.svg21
-rw-r--r--icons/scalable/status/Makefile.am4
-rw-r--r--icons/scalable/status/audio-volume-high.svg13
-rw-r--r--icons/scalable/status/audio-volume-low.svg14
-rw-r--r--icons/scalable/status/audio-volume-medium.svg14
-rw-r--r--icons/scalable/status/audio-volume-muted.svg16
35 files changed, 371 insertions, 82 deletions
diff --git a/configure.ac b/configure.ac
index 1ce2ce5..92830b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.53)
-AC_INIT([sugar-artwork],[0.82.0],[],[sugar-artwork])
+AC_INIT([sugar-artwork],[0.82.3],[],[sugar-artwork])
AM_CONFIG_HEADER(config.h)
@@ -56,6 +56,7 @@ icons/scalable/device/Makefile
icons/scalable/emblems/Makefile
icons/scalable/mimetypes/Makefile
icons/scalable/status/Makefile
+icons/scalable/categories/Makefile
gtk/Makefile
gtk/engine/Makefile
gtk/theme/Makefile
diff --git a/icons/index.theme b/icons/index.theme
index 2f3021d..53c6202 100644
--- a/icons/index.theme
+++ b/icons/index.theme
@@ -2,7 +2,7 @@
Name=OLPC
Comment=Default OLPC Theme
-Directories=scalable/mimetypes,scalable/device,scalable/control,scalable/actions,scalable/status,scalable/emblems
+Directories=scalable/mimetypes,scalable/device,scalable/control,scalable/actions,scalable/status,scalable/emblems,scalable/categories
[scalable/actions]
Size=55
@@ -45,3 +45,10 @@ MinSize=32
MaxSize=256
Context=Emblems
Type=Scalable
+
+[scalable/categories]
+Size=55
+MinSize=32
+MaxSize=256
+Context=Categories
+Type=Scalable
diff --git a/icons/scalable/Makefile.am b/icons/scalable/Makefile.am
index fb0bc51..1361d48 100644
--- a/icons/scalable/Makefile.am
+++ b/icons/scalable/Makefile.am
@@ -1 +1 @@
-SUBDIRS = actions control device mimetypes status emblems
+SUBDIRS = actions control device mimetypes status emblems categories
diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
index 3719485..bf2b7e1 100644
--- a/icons/scalable/actions/Makefile.am
+++ b/icons/scalable/actions/Makefile.am
@@ -2,7 +2,7 @@ iconsize=scalable
category=actions
icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
-icon_DATA = \
+icon_DATA = \
activity-start.svg \
activity-stop.svg \
cell-format.svg \
@@ -11,54 +11,58 @@ icon_DATA = \
cell-width.svg \
column-insert.svg \
column-remove.svg \
- document-save.svg \
dialog-cancel.svg \
dialog-ok.svg \
+ document-save.svg \
edit-copy.svg \
+ edit-delete.svg \
edit-paste.svg \
edit-redo.svg \
edit-undo.svg \
- format-columns-double.svg \
- format-columns-single.svg \
- format-columns-triple.svg \
- format-justify-center.svg \
- format-justify-fill.svg \
- format-justify-left.svg \
- format-justify-right.svg \
- format-text-bold.svg \
- format-text-italic.svg \
- format-text-leading.svg \
- format-text-size.svg \
- format-text-underline.svg \
- go-left.svg \
- go-right.svg \
- go-next.svg \
+ format-columns-double.svg \
+ format-columns-single.svg \
+ format-columns-triple.svg \
+ format-justify-center.svg \
+ format-justify-fill.svg \
+ format-justify-left.svg \
+ format-justify-right.svg \
+ format-text-bold.svg \
+ format-text-italic.svg \
+ format-text-leading.svg \
+ format-text-size.svg \
+ format-text-underline.svg \
+ go-down.svg \
+ go-home.svg \
+ go-left.svg \
go-next-paired.svg \
+ go-next.svg \
+ go-previous-paired.svg \
go-previous.svg \
- go-previous-paired.svg \
+ go-right.svg \
+ go-up.svg \
insert-image.svg \
insert-table.svg \
- invite.svg \
+ invite.svg \
list-add.svg \
list-remove.svg \
- media-eject-insensitive.svg \
- media-eject.svg \
+ media-eject-insensitive.svg \
+ media-eject.svg \
media-playback-pause-insensitive.svg \
- media-playback-pause.svg \
+ media-playback-pause.svg \
media-playback-start-insensitive.svg \
- media-playback-start.svg \
- media-playback-stop-insensitive.svg \
- media-playback-stop.svg \
- media-playlist-repeat.svg \
+ media-playback-start.svg \
+ media-playback-stop-insensitive.svg \
+ media-playback-stop.svg \
media-playlist-repeat-insensitive.svg \
- media-playlist-shuffle.svg \
+ media-playlist-repeat.svg \
media-playlist-shuffle-insensitive.svg \
- media-record-insensitive.svg \
- media-record.svg \
- media-seek-backward-insensitive.svg \
- media-seek-backward.svg \
- media-seek-forward-insensitive.svg \
- media-seek-forward.svg \
+ media-playlist-shuffle.svg \
+ media-record-insensitive.svg \
+ media-record.svg \
+ media-seek-backward-insensitive.svg \
+ media-seek-backward.svg \
+ media-seek-forward-insensitive.svg \
+ media-seek-forward.svg \
row-insert.svg \
row-remove.svg \
system-restart.svg \
@@ -66,22 +70,31 @@ icon_DATA = \
system-shutdown.svg \
tray-hide.svg \
tray-show.svg \
+ view-box.svg \
view-freeform.svg \
view-fullscreen.svg \
view-list.svg \
view-radial.svg \
view-refresh.svg \
view-return.svg \
+ view-spiral.svg \
+ view-triangle.svg \
zoom-activity.svg \
zoom-best-fit.svg \
- zoom-home.svg \
zoom-groups.svg \
- zoom-in.svg \
- zoom-neighborhood.svg \
+ zoom-home.svg \
+ zoom-in.svg \
+ zoom-neighborhood.svg \
zoom-original.svg \
zoom-out.svg
EXTRA_DIST = $(icon_DATA)
+# install aliases for icons, and the use the icon-naming-utils to install
+# further aliases for compatibility with gtk stock icon names.
install-data-local: install-iconDATA
+ ln -sf activity-start.svg $(DESTDIR)$(icondir)/document-open.svg
+ ln -sf activity-stop.svg $(DESTDIR)$(icondir)/application-exit.svg
+ ln -sf dialog-ok.svg $(DESTDIR)$(icondir)/dialog-apply.svg
+ ln -sf media-playback-stop.svg $(DESTDIR)$(icondir)/process-stop.svg
(cd $(DESTDIR)$(icondir)/.. && $(ICONMAP) -c $(category))
diff --git a/icons/scalable/actions/go-home.svg b/icons/scalable/actions/go-home.svg
new file mode 100644
index 0000000..4e5955f
--- /dev/null
+++ b/icons/scalable/actions/go-home.svg
@@ -0,0 +1,10 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#4C4D4F">
+ <!ENTITY fill_color "#fff">
+]><svg height="55px" viewBox="0 0 55 55" width="55px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5" stroke="&stroke_color;" fill="&fill_color;">
+ <g id="go-home">
+ <path d="M 27.5 2.96256 L 1.4755 30.4005 L 7.48131 30.4005 L 7.55256 52.0374 L 48.59 51.9662 L 48.4221 30.2792 L 53.5245 30.3293 L 42.8832 19.1246 L 42.8936 5.27163 L 34.8637 5.26122 L 34.8997 10.5775 L 27.5 2.96256 Z " stroke="none" stroke-width="2.25" />
+ <path d="M 15.8232 32.9243 L 25.2899 32.9243 L 25.2899 52.0052 L 15.8232 52.0052 Z " fill="&stroke_color;" stroke="none" stroke-width="2.25" />
+ <path d="M 31.6038 32.5574 L 41.6199 32.5574 L 41.6199 42.3946 L 31.6038 42.3946 Z " fill="&stroke_color;" stroke="none" stroke-width="2.25" />
+ </g>
+</svg>
diff --git a/icons/scalable/actions/view-box.svg b/icons/scalable/actions/view-box.svg
new file mode 100644
index 0000000..7e65b74
--- /dev/null
+++ b/icons/scalable/actions/view-box.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#fff">
+ <!ENTITY fill_color "none">
+]><svg height="55px" viewBox="0 0 55 55" width="55px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5" stroke="&stroke_color;" fill="&fill_color;">
+ <g>
+ <path d="M 8.00535 7.5 L 46.9947 7.5 C 47.2719 7.50003 47.5 7.73353 47.5 8.01728 L 47.5 46.9827 C 47.5 47.2665 47.2719 47.5 46.9947 47.5 L 8.00535 47.5 C 7.87137 47.5 7.74274 47.4455 7.64801 47.3485 C 7.55327 47.2515 7.49999 47.1198 7.5 46.9827 L 7.5 8.01728 C 7.5 7.88014 7.55328 7.74848 7.64801 7.65151 C 7.74275 7.55454 7.87137 7.5 8.00535 7.5 " />
+ <g>
+ <path d="M 27.499 32.994 C 24.469 32.994 22.007 30.534 22.007 27.501 C 22.007 24.465 24.469 22.006 27.5 22.006 C 30.537 22.006 32.993 24.465 32.993 27.501 C 32.99 30.539 30.534 32.994 27.499 32.994 Z " fill="&stroke_color;" stroke="none" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/scalable/actions/view-freeform.svg b/icons/scalable/actions/view-freeform.svg
index ce15ebc..a1b850f 100644
--- a/icons/scalable/actions/view-freeform.svg
+++ b/icons/scalable/actions/view-freeform.svg
@@ -1,5 +1,5 @@
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
- <!ENTITY stroke_color "#666666">
+ <!ENTITY stroke_color "none">
<!ENTITY fill_color "#ffffff">
]><svg enable-background="new 0 0 55.125 55" height="55px" version="1.1" viewBox="0 0 55.125 55" width="55.125px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="view-freeform">
<g>
@@ -7,4 +7,4 @@
<rect fill="&fill_color;" height="14.45" stroke="&stroke_color;" stroke-width="3.5" width="14.449" x="32.467" y="32.034"/>
<rect fill="&fill_color;" height="14.449" stroke="&stroke_color;" stroke-width="3.5" width="14.446" x="20.402" y="8.109"/>
</g>
-</g></svg> \ No newline at end of file
+</g></svg>
diff --git a/icons/scalable/actions/view-spiral.svg b/icons/scalable/actions/view-spiral.svg
new file mode 100644
index 0000000..bad8d55
--- /dev/null
+++ b/icons/scalable/actions/view-spiral.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#ffffff">
+ <!ENTITY fill_color "none">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="view-spiral">
+ <path d="M19.847,50.905 c-12.027-8.145-8.539-21.303-8.539-21.303l-8.738-2.467c5-14.75,18.193-15.007,18.193-15.007l-0.916-8.763 c15.723,0,20.242,12.746,20.242,12.746l7.703-3.66c5.833,13.518-5.264,23.157-5.264,23.157l5.264,6.21 c-11.285,8.879-23.057,2.128-23.057,2.128L19.847,50.905z" display="inline" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5"/>
+ <path d="M20.763,12.129 c0,0,1.36-0.125,3.255,0.442" display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ <circle cx="27.5" cy="27.5" display="inline" fill="&stroke_color;" r="5"/>
+ <path d="M11.308,29.603 c0,0,0.303-1.333,1.428-2.959" display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ <path d="M24.735,43.947 c0,0-1.175-0.699-2.373-2.271" display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ <path d="M42.528,35.609 c0,0-1.028,0.901-2.894,1.555" display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ <path d="M40.089,16.112 c0,0,0.54,1.257,0.584,3.232" display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+</g></svg>
diff --git a/icons/scalable/actions/view-triangle.svg b/icons/scalable/actions/view-triangle.svg
new file mode 100644
index 0000000..cd81276
--- /dev/null
+++ b/icons/scalable/actions/view-triangle.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#ffffff">
+ <!ENTITY fill_color "none">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="view-triangle">
+ <polygon fill="&fill_color;" points=" 2.5,46.901 27.5,3.599 52.5,46.901 " stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="4.0415"/>
+ <circle cx="27.5" cy="31.5" fill="&stroke_color;" r="5"/>
+</g></svg>
diff --git a/icons/scalable/categories/Makefile.am b/icons/scalable/categories/Makefile.am
new file mode 100644
index 0000000..e8cd16f
--- /dev/null
+++ b/icons/scalable/categories/Makefile.am
@@ -0,0 +1,11 @@
+iconsize=scalable
+category=categories
+icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
+
+icon_DATA = \
+ preferences-system.svg
+
+EXTRA_DIST = $(icon_DATA)
+
+install-data-local: install-iconDATA
+ (cd $(DESTDIR)$(icondir)/.. && $(ICONMAP) -c $(category))
diff --git a/icons/scalable/categories/preferences-system.svg b/icons/scalable/categories/preferences-system.svg
new file mode 100644
index 0000000..a478d99
--- /dev/null
+++ b/icons/scalable/categories/preferences-system.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "none">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" style="" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="preferences-system" style="">
+ <path d="M51.103,50.895c-2.343,2.343-6.143,2.343-8.485,0L19.813,28.091c-2.343-2.343-2.343-6.143,0-8.485l0,0 c2.343-2.343,6.143-2.343,8.485,0l22.804,22.804C53.445,44.752,53.445,48.552,51.103,50.895L51.103,50.895z" fill="&fill_color;" style=""/>
+ <g style="">
+ <g style="">
+ <path d="M17.813,2.254c-0.804,0-1.587,0.081-2.358,0.2l10.557,10.558L13.22,25.804L2.662,15.246 c-0.119,0.771-0.2,1.555-0.2,2.36c0,8.479,6.873,15.352,15.351,15.352s15.351-6.873,15.351-15.352 C33.164,9.127,26.291,2.254,17.813,2.254z" fill="&fill_color;" style=""/>
+ </g>
+ </g>
+</g></svg> \ No newline at end of file
diff --git a/icons/scalable/device/Makefile.am b/icons/scalable/device/Makefile.am
index ab281d5..58d1d11 100644
--- a/icons/scalable/device/Makefile.am
+++ b/icons/scalable/device/Makefile.am
@@ -59,6 +59,18 @@ icon_DATA = \
network-wireless-080.icon \
network-wireless-100.svg \
network-wireless-100.icon \
+ network-wireless-connected-000.svg \
+ network-wireless-connected-000.icon \
+ network-wireless-connected-020.svg \
+ network-wireless-connected-020.icon \
+ network-wireless-connected-040.svg \
+ network-wireless-connected-040.icon \
+ network-wireless-connected-060.svg \
+ network-wireless-connected-060.icon \
+ network-wireless-connected-080.svg \
+ network-wireless-connected-080.icon \
+ network-wireless-connected-100.svg \
+ network-wireless-connected-100.icon \
printer.svg \
speaker-000.svg \
speaker-033.svg \
diff --git a/icons/scalable/device/network-wireless-000.svg b/icons/scalable/device/network-wireless-000.svg
index 8c8bd69..3e71843 100644
--- a/icons/scalable/device/network-wireless-000.svg
+++ b/icons/scalable/device/network-wireless-000.svg
@@ -1,8 +1,6 @@
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
<!ENTITY stroke_color "#010101">
- <!ENTITY fill_color "#FFFFFF">
-]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="device-network-wireless-00">
- <g display="inline">
- <path d="M46.375,27.498 c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
- </g>
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="network-wireless-000">
+ <path d=" M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z " display="inline" fill="&stroke_color;" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
</g></svg> \ No newline at end of file
diff --git a/icons/scalable/device/network-wireless-020.svg b/icons/scalable/device/network-wireless-020.svg
index 8da624e..e1d4294 100644
--- a/icons/scalable/device/network-wireless-020.svg
+++ b/icons/scalable/device/network-wireless-020.svg
@@ -1,17 +1,18 @@
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
<!ENTITY stroke_color "#010101">
- <!ENTITY fill_color "#FFFFFF">
-]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="device-network-wireless-20">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="network-wireless-020">
+ <path d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" display="inline" fill="&stroke_color;"/>
<g display="inline">
<g>
<defs>
- <rect height="8" id="SVGID_9_" width="40" x="7.375" y="39.5"/>
+ <rect height="8" id="SVGID_19_" width="40" x="7.375" y="39.5"/>
</defs>
- <clipPath id="SVGID_10_">
- <use overflow="visible" xlink:href="#SVGID_9_"/>
+ <clipPath id="SVGID_20_">
+ <use overflow="visible" xlink:href="#SVGID_19_"/>
</clipPath>
- <path clip-path="url(#SVGID_10_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
+ <path clip-path="url(#SVGID_20_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
</g>
- <path d="M46.375,27.498 c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
</g>
+ <path d=" M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z " display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
</g></svg> \ No newline at end of file
diff --git a/icons/scalable/device/network-wireless-040.svg b/icons/scalable/device/network-wireless-040.svg
index b405743..f372f71 100644
--- a/icons/scalable/device/network-wireless-040.svg
+++ b/icons/scalable/device/network-wireless-040.svg
@@ -1,17 +1,18 @@
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
<!ENTITY stroke_color "#010101">
- <!ENTITY fill_color "#FFFFFF">
-]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="device-network-wireless-40">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="network-wireless-040">
+ <path d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" display="inline" fill="&stroke_color;"/>
<g display="inline">
<g>
<defs>
- <rect height="16" id="SVGID_7_" width="40" x="7.375" y="31.5"/>
+ <rect height="16" id="SVGID_17_" width="40" x="7.375" y="31.5"/>
</defs>
- <clipPath id="SVGID_8_">
- <use overflow="visible" xlink:href="#SVGID_7_"/>
+ <clipPath id="SVGID_18_">
+ <use overflow="visible" xlink:href="#SVGID_17_"/>
</clipPath>
- <path clip-path="url(#SVGID_8_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
+ <path clip-path="url(#SVGID_18_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
</g>
- <path d="M46.375,27.498 c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
</g>
+ <path d=" M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z " display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
</g></svg> \ No newline at end of file
diff --git a/icons/scalable/device/network-wireless-060.svg b/icons/scalable/device/network-wireless-060.svg
index 7bd551a..b203032 100644
--- a/icons/scalable/device/network-wireless-060.svg
+++ b/icons/scalable/device/network-wireless-060.svg
@@ -1,17 +1,18 @@
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
<!ENTITY stroke_color "#010101">
- <!ENTITY fill_color "#FFFFFF">
-]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="device-network-wireless-60">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="network-wireless-060">
+ <path d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" display="inline" fill="&stroke_color;"/>
<g display="inline">
<g>
<defs>
- <rect height="24" id="SVGID_5_" width="40" x="7.375" y="23.5"/>
+ <rect height="24" id="SVGID_15_" width="40" x="7.375" y="23.5"/>
</defs>
- <clipPath id="SVGID_6_">
- <use overflow="visible" xlink:href="#SVGID_5_"/>
+ <clipPath id="SVGID_16_">
+ <use overflow="visible" xlink:href="#SVGID_15_"/>
</clipPath>
- <path clip-path="url(#SVGID_6_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
+ <path clip-path="url(#SVGID_16_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
</g>
- <path d="M46.375,27.498 c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
</g>
+ <path d=" M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z " display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
</g></svg> \ No newline at end of file
diff --git a/icons/scalable/device/network-wireless-080.svg b/icons/scalable/device/network-wireless-080.svg
index d8ff595..7983b4f 100644
--- a/icons/scalable/device/network-wireless-080.svg
+++ b/icons/scalable/device/network-wireless-080.svg
@@ -1,17 +1,18 @@
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
<!ENTITY stroke_color "#010101">
- <!ENTITY fill_color "#FFFFFF">
-]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="device-network-wireless-80">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="network-wireless-080">
+ <path d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" display="inline" fill="&stroke_color;"/>
<g display="inline">
<g>
<defs>
- <rect height="32" id="SVGID_3_" width="40" x="7.375" y="15.5"/>
+ <rect height="32" id="SVGID_13_" width="40" x="7.375" y="15.5"/>
</defs>
- <clipPath id="SVGID_4_">
- <use overflow="visible" xlink:href="#SVGID_3_"/>
+ <clipPath id="SVGID_14_">
+ <use overflow="visible" xlink:href="#SVGID_13_"/>
</clipPath>
- <path clip-path="url(#SVGID_4_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
+ <path clip-path="url(#SVGID_14_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
</g>
- <path d="M46.375,27.498 c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
</g>
+ <path d=" M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z " display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
</g></svg> \ No newline at end of file
diff --git a/icons/scalable/device/network-wireless-100.svg b/icons/scalable/device/network-wireless-100.svg
index c33f554..ada6fe8 100644
--- a/icons/scalable/device/network-wireless-100.svg
+++ b/icons/scalable/device/network-wireless-100.svg
@@ -1,17 +1,17 @@
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
<!ENTITY stroke_color "#010101">
- <!ENTITY fill_color "#FFFFFF">
-]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="device-network-wireless-100">
- <g>
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="network-wireless-100">
+ <g display="inline">
<g>
<defs>
- <rect height="45" id="SVGID_1_" width="45" x="4.875" y="5"/>
+ <rect height="45" id="SVGID_11_" width="45" x="4.875" y="5"/>
</defs>
- <clipPath id="SVGID_2_">
- <use overflow="visible" xlink:href="#SVGID_1_"/>
+ <clipPath id="SVGID_12_">
+ <use overflow="visible" xlink:href="#SVGID_11_"/>
</clipPath>
- <path clip-path="url(#SVGID_2_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
+ <path clip-path="url(#SVGID_12_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
</g>
- <path d="M46.375,27.498 c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
</g>
+ <path d=" M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z " display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
</g></svg> \ No newline at end of file
diff --git a/icons/scalable/device/network-wireless-connected-000.icon b/icons/scalable/device/network-wireless-connected-000.icon
new file mode 100644
index 0000000..d506509
--- /dev/null
+++ b/icons/scalable/device/network-wireless-connected-000.icon
@@ -0,0 +1,2 @@
+[Icon Data]
+AttachPoints=970,850
diff --git a/icons/scalable/device/network-wireless-connected-000.svg b/icons/scalable/device/network-wireless-connected-000.svg
new file mode 100644
index 0000000..d8c38b1
--- /dev/null
+++ b/icons/scalable/device/network-wireless-connected-000.svg
@@ -0,0 +1,10 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="network-wireless-connected-000">
+ <path d=" M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z " display="inline" fill="&stroke_color;" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
+ <g display="inline">
+ <path d="M9.471,45.697 c-9.958-9.958-9.959-26.104,0-36.062" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ <path d="M45.533,9.635 c9.959,9.958,9.958,26.104,0,36.062" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ </g>
+</g></svg> \ No newline at end of file
diff --git a/icons/scalable/device/network-wireless-connected-020.icon b/icons/scalable/device/network-wireless-connected-020.icon
new file mode 100644
index 0000000..d506509
--- /dev/null
+++ b/icons/scalable/device/network-wireless-connected-020.icon
@@ -0,0 +1,2 @@
+[Icon Data]
+AttachPoints=970,850
diff --git a/icons/scalable/device/network-wireless-connected-020.svg b/icons/scalable/device/network-wireless-connected-020.svg
new file mode 100644
index 0000000..c9ac1a4
--- /dev/null
+++ b/icons/scalable/device/network-wireless-connected-020.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="network-wireless-connected-020">
+ <path d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" display="inline" fill="&stroke_color;"/>
+ <g display="inline">
+ <g>
+ <defs>
+ <rect height="8" id="SVGID_9_" width="40" x="7.375" y="39.5"/>
+ </defs>
+ <clipPath id="SVGID_10_">
+ <use overflow="visible" xlink:href="#SVGID_9_"/>
+ </clipPath>
+ <path clip-path="url(#SVGID_10_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
+ </g>
+ </g>
+ <path d=" M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z " display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
+ <g display="inline">
+ <path d="M9.471,45.697 c-9.958-9.958-9.959-26.104,0-36.062" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ <path d="M45.533,9.635 c9.959,9.958,9.958,26.104,0,36.062" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ </g>
+</g></svg> \ No newline at end of file
diff --git a/icons/scalable/device/network-wireless-connected-040.icon b/icons/scalable/device/network-wireless-connected-040.icon
new file mode 100644
index 0000000..d506509
--- /dev/null
+++ b/icons/scalable/device/network-wireless-connected-040.icon
@@ -0,0 +1,2 @@
+[Icon Data]
+AttachPoints=970,850
diff --git a/icons/scalable/device/network-wireless-connected-040.svg b/icons/scalable/device/network-wireless-connected-040.svg
new file mode 100644
index 0000000..053ddbd
--- /dev/null
+++ b/icons/scalable/device/network-wireless-connected-040.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="network-wireless-connected-040">
+ <path d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" display="inline" fill="&stroke_color;"/>
+ <g display="inline">
+ <g>
+ <defs>
+ <rect height="16" id="SVGID_7_" width="40" x="7.375" y="31.5"/>
+ </defs>
+ <clipPath id="SVGID_8_">
+ <use overflow="visible" xlink:href="#SVGID_7_"/>
+ </clipPath>
+ <path clip-path="url(#SVGID_8_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
+ </g>
+ </g>
+ <path d=" M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z " display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
+ <g display="inline">
+ <path d="M9.471,45.697 c-9.958-9.958-9.959-26.104,0-36.062" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ <path d="M45.533,9.635 c9.959,9.958,9.958,26.104,0,36.062" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ </g>
+</g></svg> \ No newline at end of file
diff --git a/icons/scalable/device/network-wireless-connected-060.icon b/icons/scalable/device/network-wireless-connected-060.icon
new file mode 100644
index 0000000..d506509
--- /dev/null
+++ b/icons/scalable/device/network-wireless-connected-060.icon
@@ -0,0 +1,2 @@
+[Icon Data]
+AttachPoints=970,850
diff --git a/icons/scalable/device/network-wireless-connected-060.svg b/icons/scalable/device/network-wireless-connected-060.svg
new file mode 100644
index 0000000..dce448e
--- /dev/null
+++ b/icons/scalable/device/network-wireless-connected-060.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="network-wireless-connected-060">
+ <path d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" display="inline" fill="&stroke_color;"/>
+ <g display="inline">
+ <g>
+ <defs>
+ <rect height="24" id="SVGID_5_" width="40" x="7.375" y="23.5"/>
+ </defs>
+ <clipPath id="SVGID_6_">
+ <use overflow="visible" xlink:href="#SVGID_5_"/>
+ </clipPath>
+ <path clip-path="url(#SVGID_6_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
+ </g>
+ </g>
+ <path d=" M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z " display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
+ <g display="inline">
+ <path d="M9.471,45.697 c-9.958-9.958-9.959-26.104,0-36.062" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ <path d="M45.533,9.635 c9.959,9.958,9.958,26.104,0,36.062" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ </g>
+</g></svg> \ No newline at end of file
diff --git a/icons/scalable/device/network-wireless-connected-080.icon b/icons/scalable/device/network-wireless-connected-080.icon
new file mode 100644
index 0000000..d506509
--- /dev/null
+++ b/icons/scalable/device/network-wireless-connected-080.icon
@@ -0,0 +1,2 @@
+[Icon Data]
+AttachPoints=970,850
diff --git a/icons/scalable/device/network-wireless-connected-080.svg b/icons/scalable/device/network-wireless-connected-080.svg
new file mode 100644
index 0000000..e0ad184
--- /dev/null
+++ b/icons/scalable/device/network-wireless-connected-080.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="network-wireless-connected-080">
+ <path d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" display="inline" fill="&stroke_color;"/>
+ <g display="inline">
+ <g>
+ <defs>
+ <rect height="32" id="SVGID_3_" width="40" x="7.375" y="15.5"/>
+ </defs>
+ <clipPath id="SVGID_4_">
+ <use overflow="visible" xlink:href="#SVGID_3_"/>
+ </clipPath>
+ <path clip-path="url(#SVGID_4_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
+ </g>
+ </g>
+ <path d=" M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z " display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
+ <g display="inline">
+ <path d="M9.471,45.697 c-9.958-9.958-9.959-26.104,0-36.062" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ <path d="M45.533,9.635 c9.959,9.958,9.958,26.104,0,36.062" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ </g>
+</g></svg> \ No newline at end of file
diff --git a/icons/scalable/device/network-wireless-connected-100.icon b/icons/scalable/device/network-wireless-connected-100.icon
new file mode 100644
index 0000000..d506509
--- /dev/null
+++ b/icons/scalable/device/network-wireless-connected-100.icon
@@ -0,0 +1,2 @@
+[Icon Data]
+AttachPoints=970,850
diff --git a/icons/scalable/device/network-wireless-connected-100.svg b/icons/scalable/device/network-wireless-connected-100.svg
new file mode 100644
index 0000000..120084c
--- /dev/null
+++ b/icons/scalable/device/network-wireless-connected-100.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="network-wireless-connected-100">
+ <g>
+ <g>
+ <defs>
+ <rect height="41.5" id="SVGID_1_" width="41.5" x="6.625" y="6.75"/>
+ </defs>
+ <clipPath id="SVGID_2_">
+ <use overflow="visible" xlink:href="#SVGID_1_"/>
+ </clipPath>
+ <path clip-path="url(#SVGID_2_)" d="M46.375,27.498c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002 c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="&fill_color;"/>
+ </g>
+ </g>
+ <path d="M46.375,27.498 c0,10.494-8.507,19.002-19,19.002s-19-8.508-19-19.002c0-10.49,8.507-18.998,19-18.998S46.375,17.003,46.375,27.498z" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
+ <g>
+ <path d="M9.471,45.697 c-9.958-9.958-9.959-26.104,0-36.062" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ <path d="M45.533,9.635 c9.959,9.958,9.958,26.104,0,36.062" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5"/>
+ </g>
+</g></svg> \ No newline at end of file
diff --git a/icons/scalable/status/Makefile.am b/icons/scalable/status/Makefile.am
index b863f9d..9ec1684 100644
--- a/icons/scalable/status/Makefile.am
+++ b/icons/scalable/status/Makefile.am
@@ -3,6 +3,10 @@ category=status
icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
icon_DATA = \
+ audio-volume-high.svg \
+ audio-volume-low.svg \
+ audio-volume-medium.svg \
+ audio-volume-muted.svg \
image-missing.svg
EXTRA_DIST = $(icon_DATA)
diff --git a/icons/scalable/status/audio-volume-high.svg b/icons/scalable/status/audio-volume-high.svg
new file mode 100644
index 0000000..5afaf30
--- /dev/null
+++ b/icons/scalable/status/audio-volume-high.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="speaker-100">
+ <g>
+ <g>
+ <polygon fill="&fill_color;" points="41.062,50.523 41.059,3.827 18.014,18.668 7.229,18.668 7.229,35.682 18.096,35.682 "/>
+ </g>
+ <g>
+ <polygon fill="none" points="41.062,50.523 41.059,3.827 18.014,18.668 7.229,18.668 7.229,35.682 18.096,35.682 " stroke="&stroke_color;" stroke-linejoin="round" stroke-width="3.5"/>
+ </g>
+ </g>
+</g></svg> \ No newline at end of file
diff --git a/icons/scalable/status/audio-volume-low.svg b/icons/scalable/status/audio-volume-low.svg
new file mode 100644
index 0000000..da6ea12
--- /dev/null
+++ b/icons/scalable/status/audio-volume-low.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="speaker-033">
+ <g display="inline">
+ <g>
+ <polygon fill="&fill_color;" points="41.062,50.523 41.059,3.827 18.014,18.668 7.229,18.668 7.229,35.682 18.096,35.682 "/>
+ </g>
+ <g>
+ <polygon fill="none" points="41.062,50.523 41.059,3.827 18.014,18.668 7.229,18.668 7.229,35.682 18.096,35.682 " stroke="&stroke_color;" stroke-linejoin="round" stroke-width="3.5"/>
+ </g>
+ </g>
+ <polygon display="inline" fill="&stroke_color;" points="41.059,3.827 26.043,13.498 26.043,40.816 41.062,50.523 "/>
+</g></svg> \ No newline at end of file
diff --git a/icons/scalable/status/audio-volume-medium.svg b/icons/scalable/status/audio-volume-medium.svg
new file mode 100644
index 0000000..2438b34
--- /dev/null
+++ b/icons/scalable/status/audio-volume-medium.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="speaker-066">
+ <g display="inline">
+ <g>
+ <polygon fill="&fill_color;" points="41.062,50.523 41.059,3.827 18.014,18.668 7.229,18.668 7.229,35.682 18.096,35.682 "/>
+ </g>
+ <g>
+ <polygon fill="none" points="41.062,50.523 41.059,3.827 18.014,18.668 7.229,18.668 7.229,35.682 18.096,35.682 " stroke="&stroke_color;" stroke-linejoin="round" stroke-width="3.5"/>
+ </g>
+ </g>
+ <polygon display="inline" fill="&stroke_color;" points="41.059,3.827 32.867,9.103 32.867,45.227 41.062,50.523 "/>
+</g></svg> \ No newline at end of file
diff --git a/icons/scalable/status/audio-volume-muted.svg b/icons/scalable/status/audio-volume-muted.svg
new file mode 100644
index 0000000..e42f826
--- /dev/null
+++ b/icons/scalable/status/audio-volume-muted.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="speaker-000">
+ <g display="inline">
+ <g>
+ <polygon fill="&stroke_color;" points=" 41.062,50.523 41.059,3.827 18.014,18.668 7.229,18.668 7.229,35.682 18.096,35.682 " stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
+ </g>
+ </g>
+ <rect display="inline" fill="&fill_color;" height="17.014" width="12.256" x="7.229" y="18.668"/>
+ <g display="inline">
+ <g>
+ <polygon fill="none" points=" 41.062,50.523 41.059,3.827 18.014,18.668 7.229,18.668 7.229,35.682 18.096,35.682 " stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
+ </g>
+ </g>
+</g></svg> \ No newline at end of file