shell32: Add network icon.

Adapted from network-workgroup.svg in the Tango Icon Library.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2018-08-19 22:45:54 -06:00 committed by Alexandre Julliard
parent 44bb2c8830
commit 891b6fda83
4 changed files with 2731 additions and 0 deletions

View File

@ -76,6 +76,7 @@ SVG_SRCS = \
mydocs.svg \
netdrive.svg \
netdrive2.svg \
network.svg \
printer.svg \
ramdisk.svg \
shortcut.svg \

BIN
dlls/shell32/network.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

2727
dlls/shell32/network.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 135 KiB

View File

@ -471,6 +471,9 @@ IDI_SHELL_RAMDISK ICON ramdisk.ico
/* @makedep: internet.ico */
IDI_SHELL_ENTIRE_NETWORK ICON internet.ico
/* @makedep: network.ico */
IDI_SHELL_NETWORK ICON network.ico
/* @makedep: mycomputer.ico */
IDI_SHELL_MY_COMPUTER ICON mycomputer.ico