Fix folder/directory icons

This commit is contained in:
Seth Hillbrand 2020-12-08 15:30:48 -08:00
parent 6e24b06dd6
commit 4bed8bd57a
10 changed files with 372 additions and 45 deletions

View File

@ -195,6 +195,8 @@ set( BMAPS_MID
delete
directory
directory_browser
directory_close
directory_open
distribute_horizontal
distribute_vertical
down

View File

@ -8,21 +8,20 @@
static const unsigned char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
0x61, 0x00, 0x00, 0x00, 0xd6, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0x60, 0x00, 0x02, 0x3f,
0x3f, 0x3f, 0xde, 0x90, 0x90, 0x90, 0xb8, 0xd0, 0xd0, 0xd0, 0x34, 0x10, 0x0e, 0x0e, 0x0e, 0x8e,
0x0f, 0x0a, 0x0a, 0x32, 0x62, 0x20, 0x16, 0x00, 0x35, 0x4f, 0x07, 0xe2, 0xff, 0x58, 0xf0, 0x69,
0xa0, 0x81, 0x51, 0x69, 0x69, 0x69, 0xac, 0x78, 0x0d, 0x00, 0x2a, 0x3a, 0x88, 0xc3, 0x00, 0x18,
0xfe, 0x0c, 0xc4, 0xe7, 0x80, 0xf8, 0x0c, 0x08, 0x03, 0xd5, 0x1f, 0x07, 0xba, 0xd2, 0x17, 0x6e,
0x40, 0x70, 0x68, 0xe8, 0x51, 0xe3, 0xbc, 0x29, 0xff, 0x75, 0x8b, 0xe6, 0x13, 0x85, 0x41, 0x6a,
0x83, 0x42, 0xc3, 0x0e, 0x80, 0x35, 0x6f, 0xdc, 0xb8, 0x91, 0x77, 0xfa, 0x8c, 0x99, 0x2f, 0x67,
0x2d, 0x5a, 0xf6, 0x9f, 0x14, 0x3c, 0x6d, 0xc6, 0x8c, 0x97, 0xfb, 0xf7, 0xef, 0xe7, 0x61, 0xd8,
0xb9, 0x73, 0x67, 0x34, 0x10, 0xff, 0x27, 0x07, 0xef, 0xd8, 0xb1, 0x23, 0x0a, 0x64, 0x40, 0x12,
0xb9, 0x06, 0x80, 0xf4, 0x8e, 0x1a, 0x40, 0x0d, 0x03, 0x80, 0x51, 0x91, 0x48, 0x41, 0x34, 0x26,
0x32, 0xec, 0xda, 0xb5, 0xcb, 0x99, 0x5c, 0x03, 0x40, 0x7a, 0x19, 0x1a, 0x1a, 0x1a, 0x98, 0xd6,
0xac, 0x59, 0x73, 0x91, 0x54, 0xcd, 0x9b, 0x36, 0x6d, 0x3a, 0x02, 0xd2, 0x0b, 0x4e, 0xce, 0x20,
0xc6, 0xbc, 0x79, 0xf3, 0x62, 0xa6, 0x4d, 0x9b, 0x36, 0x6f, 0xf2, 0xe4, 0xc9, 0x8b, 0xf1, 0x61,
0xa0, 0x9a, 0xd9, 0x4b, 0x97, 0x2e, 0x0d, 0x82, 0x69, 0x06, 0x00, 0xf2, 0x56, 0x86, 0x22, 0x9e,
0x53, 0xaa, 0xf7, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
0x61, 0x00, 0x00, 0x00, 0xbc, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf0, 0xf5, 0xf5, 0xe5,
0x0a, 0x09, 0x09, 0xb9, 0x08, 0xc4, 0xff, 0x91, 0xf0, 0x77, 0x20, 0x3e, 0x00, 0xc4, 0x3e, 0x0c,
0x84, 0x00, 0x50, 0x91, 0x1b, 0x9a, 0x66, 0x74, 0x7c, 0x2c, 0x34, 0x34, 0xd4, 0xcf, 0xd3, 0xd3,
0x93, 0x1d, 0x97, 0x01, 0xa1, 0x04, 0x0c, 0xc0, 0x85, 0xaf, 0x03, 0x0d, 0x16, 0x05, 0x1b, 0xe0,
0x11, 0x9b, 0xf5, 0x5f, 0xa6, 0xfe, 0xc0, 0x7f, 0xa9, 0xc6, 0x23, 0x44, 0x61, 0x59, 0xa0, 0x5a,
0xaf, 0x98, 0x0c, 0x90, 0x21, 0x41, 0x60, 0x03, 0xcc, 0x72, 0x26, 0x10, 0xad, 0x19, 0x86, 0xcd,
0x72, 0xfa, 0x40, 0x06, 0x84, 0x32, 0x2c, 0x5f, 0xbe, 0x7c, 0xef, 0x8e, 0x1d, 0x3b, 0xff, 0xef,
0xdc, 0x49, 0x1a, 0x06, 0xe9, 0x01, 0xea, 0xdd, 0xc3, 0xb0, 0x63, 0xc7, 0x8e, 0xbf, 0xa4, 0x6a,
0x46, 0x18, 0xb2, 0xe3, 0x2f, 0x03, 0xb9, 0x9a, 0x61, 0x78, 0xd4, 0x00, 0x6a, 0x18, 0xb0, 0x7d,
0xfb, 0xf6, 0x1f, 0xe4, 0x6a, 0x06, 0xea, 0xfd, 0xce, 0xb0, 0x7e, 0xfd, 0xfa, 0xbd, 0xe4, 0x1a,
0xb0, 0x6d, 0xdb, 0xb6, 0xf5, 0x0c, 0xfb, 0xf7, 0xef, 0x17, 0x59, 0xb1, 0x62, 0xc5, 0xd9, 0x2d,
0x5b, 0xb6, 0xfc, 0x23, 0x56, 0x23, 0x50, 0xed, 0xdf, 0x75, 0xeb, 0xd6, 0xed, 0x07, 0xe9, 0x05,
0x00, 0x43, 0x7c, 0xad, 0xc5, 0xa4, 0x8a, 0x8d, 0x30, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e,
0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE folder_xpm[1] = {{ png, sizeof( png ), "folder_xpm" }};

View File

@ -0,0 +1,32 @@
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include <bitmaps_png/bitmaps_list.h>
static const unsigned char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x00, 0xea, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x60, 0xa0, 0x37, 0x08,
0x0e, 0x0e, 0x36, 0x0f, 0x09, 0x09, 0x79, 0x08, 0xc4, 0xff, 0xb1, 0xe0, 0xd7, 0x40, 0xbc, 0x0d,
0xa8, 0x26, 0x32, 0x2d, 0x2d, 0x8d, 0x95, 0x22, 0x8b, 0x80, 0x06, 0x1d, 0xc2, 0x61, 0x09, 0x0a,
0x06, 0x5a, 0xf6, 0x08, 0x48, 0x97, 0x05, 0x04, 0x04, 0x08, 0x90, 0x6b, 0xd1, 0x47, 0x62, 0x2c,
0x42, 0xc2, 0x9f, 0x81, 0x78, 0x21, 0x10, 0x17, 0x84, 0x86, 0x86, 0xa6, 0xa1, 0x63, 0xa0, 0x83,
0x02, 0x80, 0x34, 0x33, 0x36, 0x8b, 0xfe, 0x53, 0x1b, 0x03, 0x2d, 0x9b, 0x8f, 0x62, 0xc9, 0x96,
0x2d, 0x5b, 0x04, 0x3b, 0x3a, 0x3a, 0xfe, 0x4f, 0x99, 0x35, 0xef, 0x7f, 0xf7, 0x82, 0x75, 0xff,
0xbb, 0x16, 0x6e, 0xa0, 0x08, 0x83, 0xcc, 0x00, 0x99, 0xd5, 0xd9, 0xd9, 0xf9, 0x7b, 0xff, 0xfe,
0xfd, 0x88, 0x20, 0xde, 0xb9, 0x73, 0xe7, 0x56, 0x20, 0xfe, 0x4f, 0x23, 0xbc, 0x19, 0xd9, 0xa2,
0x1f, 0x34, 0xb4, 0xe8, 0x07, 0xb2, 0x45, 0xff, 0x69, 0x89, 0x47, 0x2d, 0x1a, 0xb5, 0x68, 0xd4,
0xa2, 0x51, 0x8b, 0x06, 0x89, 0x45, 0xff, 0x68, 0x68, 0xd1, 0x5f, 0x64, 0x8b, 0x9e, 0xd1, 0xd0,
0xa2, 0x27, 0xc8, 0x16, 0xcd, 0xa0, 0xa1, 0x45, 0xd3, 0xe0, 0x16, 0x6d, 0xdd, 0xba, 0x55, 0x02,
0x58, 0xcb, 0xbe, 0xa7, 0xb6, 0x25, 0xdb, 0xb7, 0x6f, 0x7f, 0xbe, 0x67, 0xcf, 0x1e, 0x71, 0x94,
0xea, 0x1c, 0x28, 0x21, 0xbb, 0x7a, 0xf5, 0xea, 0x03, 0x40, 0x4b, 0x7f, 0x53, 0x6a, 0x01, 0xd0,
0x8c, 0x5f, 0x9b, 0x37, 0x6f, 0x5e, 0xbf, 0x6d, 0xdb, 0x36, 0x19, 0xba, 0xb7, 0x1b, 0x01, 0xbe,
0xda, 0x55, 0x05, 0x4e, 0xa0, 0x89, 0xec, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae,
0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE directory_close_xpm[1] = {{ png, sizeof( png ), "directory_close_xpm" }};
//EOF

View File

@ -0,0 +1,35 @@
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include <bitmaps_png/bitmaps_list.h>
static const unsigned char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x01, 0x25, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x60, 0xa0, 0x27, 0x08,
0x0d, 0x0d, 0x35, 0x0e, 0x09, 0x09, 0xb9, 0x07, 0xc4, 0xff, 0xb1, 0xe0, 0x37, 0x40, 0xf9, 0x1d,
0xc1, 0xc1, 0xc1, 0x31, 0x40, 0x9a, 0x8d, 0x52, 0x8b, 0x76, 0xe3, 0xb0, 0x04, 0x1d, 0x3f, 0x05,
0xaa, 0xad, 0x00, 0x62, 0x21, 0xb2, 0x2c, 0x02, 0x1a, 0xf0, 0x8a, 0x48, 0x8b, 0x60, 0xf8, 0x0b,
0x10, 0x2f, 0x06, 0xfa, 0xb2, 0x10, 0x68, 0x69, 0x1a, 0x3a, 0x06, 0xca, 0x05, 0x39, 0x38, 0x38,
0xb0, 0x60, 0xb3, 0xe8, 0x07, 0x89, 0x16, 0x11, 0x83, 0x97, 0xe1, 0xb4, 0xc8, 0x27, 0x2a, 0xe9,
0xbf, 0x65, 0x66, 0x07, 0xc5, 0xd8, 0x27, 0x3a, 0x05, 0x64, 0xd1, 0x2f, 0xa0, 0xef, 0x98, 0xb1,
0x5a, 0x64, 0x50, 0x30, 0xeb, 0xbf, 0x54, 0xe3, 0x11, 0x8a, 0xb1, 0x5e, 0xe1, 0x5c, 0xb0, 0xaf,
0x3c, 0x3d, 0x3d, 0xd9, 0xb1, 0x5a, 0xa4, 0x52, 0xb9, 0x91, 0x2a, 0x16, 0x29, 0x55, 0x6f, 0xc5,
0x6f, 0x91, 0x7c, 0xed, 0x6e, 0xaa, 0x58, 0x24, 0x5b, 0xb7, 0x17, 0xbf, 0x45, 0xb2, 0xf5, 0xfb,
0xa9, 0x62, 0x91, 0x74, 0xc3, 0x21, 0xdc, 0x16, 0x55, 0x55, 0x55, 0xfd, 0x5f, 0xb3, 0x65, 0xe7,
0xff, 0x9d, 0x3b, 0xa9, 0x87, 0x77, 0xec, 0xd8, 0xf1, 0x6a, 0xd7, 0xae, 0x5d, 0x09, 0xc8, 0x19,
0xf6, 0xc7, 0xd6, 0xad, 0x5b, 0xa9, 0x6a, 0x09, 0x12, 0xfe, 0xfc, 0xff, 0xff, 0x7f, 0x46, 0xb0,
0x45, 0x61, 0x61, 0x61, 0x3f, 0x68, 0x64, 0x09, 0x18, 0xaf, 0x5a, 0xb5, 0x8a, 0x79, 0xd4, 0xa2,
0x51, 0x8b, 0x46, 0x2d, 0xa2, 0x92, 0x45, 0xc0, 0x92, 0xe1, 0x3a, 0x5d, 0x2c, 0x02, 0x96, 0x75,
0xe9, 0x5b, 0xb6, 0x6c, 0xa1, 0x95, 0x45, 0x6f, 0xe1, 0x65, 0x5d, 0x43, 0x43, 0x03, 0xd3, 0xf4,
0xe9, 0xd3, 0x6f, 0xd3, 0xc2, 0x22, 0x60, 0xc1, 0x5a, 0x8c, 0x52, 0x82, 0xcf, 0x9c, 0x39, 0x93,
0x75, 0xea, 0xd4, 0xa9, 0x4b, 0x56, 0xac, 0x58, 0xf1, 0x05, 0xe8, 0xbb, 0x7f, 0x14, 0x5a, 0xf0,
0x01, 0x88, 0x8f, 0x00, 0x71, 0x38, 0x03, 0xbd, 0x01, 0x00, 0xd1, 0x7e, 0xe6, 0x13, 0xa3, 0x7d,
0x71, 0xe1, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE directory_open_xpm[1] = {{ png, sizeof( png ), "directory_open_xpm" }};
//EOF

View File

@ -124,6 +124,8 @@ EXTERN_BITMAP( delete_xpm )
EXTERN_BITMAP( dialog_warning_xpm )
EXTERN_BITMAP( directory_xpm )
EXTERN_BITMAP( directory_browser_xpm )
EXTERN_BITMAP( directory_close_xpm )
EXTERN_BITMAP( directory_open_xpm )
EXTERN_BITMAP( display_options_xpm )
EXTERN_BITMAP( distribute_horizontal_xpm )
EXTERN_BITMAP( distribute_vertical_xpm )

View File

@ -25,14 +25,18 @@
inkscape:window-width="2004"
inkscape:window-height="1466"
id="namedview10167"
showgrid="false"
showgrid="true"
inkscape:zoom="27.961538"
inkscape:cx="13"
inkscape:cy="13"
inkscape:window-x="1488"
inkscape:window-y="127"
inkscape:window-x="138"
inkscape:window-y="69"
inkscape:window-maximized="0"
inkscape:current-layer="Слой_1" />
inkscape:current-layer="Слой_1">
<inkscape:grid
type="xygrid"
id="grid10730" />
</sodipodi:namedview>
<metadata
id="metadata43">
<rdf:RDF>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="Слой_1"
data-name="Слой 1"
viewBox="0 0 26 26"
version="1.1"
sodipodi:docname="directory_close.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2261"
inkscape:window-height="1603"
id="namedview9483"
showgrid="true"
inkscape:zoom="39.543587"
inkscape:cx="11.866112"
inkscape:cy="12.016475"
inkscape:window-x="1186"
inkscape:window-y="146"
inkscape:window-maximized="0"
inkscape:current-layer="Слой_1"
inkscape:document-rotation="0"
inkscape:snap-global="true">
<inkscape:grid
type="xygrid"
id="grid10046" />
</sodipodi:namedview>
<metadata
id="metadata43">
<rdf:RDF>
<cc:Work
rdf:about="">
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>folder</dc:title>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<defs
id="defs9472">
<style
id="style9470">.cls-1{fill:#545454;}.cls-2{fill:#1a81c4;}.cls-3{fill:#b9b9b9;}</style>
</defs>
<title
id="title9474">folder</title>
<path
class="cls-1"
d="M20.0641,25H5.6546C3.6362,25,2,23.3638,2,22.3454V4c0-2.1046.8954-3,2-3H8.7761a6,6,0,0,1,2.447.5217L15.04,3.2267a4,4,0,0,0,1.6313.3478h5.3315A1.9968,1.9968,0,0,1,24,5.5713V21.0641A3.9359,3.9359,0,0,1,20.0641,25Z"
id="path9476" />
<path
class="cls-2"
d="m 4.6,5.3623003 h 16.8093 c 0.883656,0 1.6,-0.052087 1.6,5.6026827 V 11 H 3 V 10.96498 C 3,5.3704291 3.7163447,5.3623003 4.6,5.3623003 Z"
id="path9478"
style="stroke-width:1"
sodipodi:nodetypes="sssccss" />
<path
class="cls-3"
d="m 3,5.3604791 h 20 a 2,2.1787799 0 0 1 2,2.1787799 v 13.103183 a 4,4.3575599 0 0 1 -4,4.35756 H 5 A 4,4.3575599 0 0 1 1,20.642442 V 7.539259 A 2,2.1787799 0 0 1 3,5.3604791 Z"
id="path9480"
style="stroke-width:1" />
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,95 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="Слой_1"
data-name="Слой 1"
viewBox="0 0 26 26"
version="1.1"
sodipodi:docname="directory_open.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2261"
inkscape:window-height="1603"
id="namedview9483"
showgrid="true"
inkscape:zoom="19.771794"
inkscape:cx="15.314849"
inkscape:cy="28.285144"
inkscape:window-x="505"
inkscape:window-y="157"
inkscape:window-maximized="0"
inkscape:current-layer="Слой_1"
inkscape:document-rotation="0"
inkscape:snap-global="true">
<inkscape:grid
type="xygrid"
id="grid10046" />
</sodipodi:namedview>
<metadata
id="metadata43">
<rdf:RDF>
<cc:Work
rdf:about="">
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>folder</dc:title>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<defs
id="defs9472">
<style
id="style9470">.cls-1{fill:#545454;}.cls-2{fill:#1a81c4;}.cls-3{fill:#b9b9b9;}</style>
</defs>
<title
id="title9474">folder</title>
<path
class="cls-1"
d="M 19.090047,25 5.9665158,25 C 2.3289756,25 1.0259535,21.953637 1.0259535,20.935237 L 1.0259535,4 c 0,-2.1046 0.8954,-3 2,-3 h 4.7761 c 0.8432626,1.3e-5 1.6770525,0.1777773 2.4469935,0.5217 l 3.8169,1.705 c 0.513285,0.2292778 1.069135,0.3477873 1.6313,0.3478 h 5.3315 c 1.102958,-2.209e-4 1.9972,0.8938416 1.9972,1.9968 v 15.4928 c 0,2.173738 -1.762162,3.9359 -3.9359,3.9359 z"
id="path9476"
sodipodi:nodetypes="ssssscccccsss" />
<path
class="cls-2"
d="M 4.5221125,5.4995207 H 20.513135 c 0.840639,0 1.522112,-0.049551 1.522112,5.3299453 v 0.03331 H 3 v -0.03331 C 3,5.5072538 3.6814732,5.4995207 4.5221125,5.4995207 Z"
id="path9478"
style="stroke-width:0.999999"
sodipodi:nodetypes="sssccss" />
<path
class="cls-3"
d="M 3.9862554,10 H 23.012218 c 1.104569,0 2,0.745033 2,1.664078 v 10.34045 c 0,1.83809 -1.790861,2.995472 -4,2.995472 H 5.9862554 c -2.2091389,0 -4,-0.939036 -4,-2.985581 V 11.664078 c 0,-0.919571 0.8954306,-1.664078 2,-1.664078 z"
id="path9480"
style="stroke-width:1"
sodipodi:nodetypes="sssssssss" />
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -1,31 +1,96 @@
<svg id="Слой_1" data-name="Слой 1"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26">
<metadata id="metadata43">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="Слой_1"
data-name="Слой 1"
viewBox="0 0 16 16"
version="1.1"
sodipodi:docname="folder.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
width="16"
height="16">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2261"
inkscape:window-height="1603"
id="namedview9483"
showgrid="true"
inkscape:zoom="39.543587"
inkscape:cx="12.550317"
inkscape:cy="10.76419"
inkscape:window-x="442"
inkscape:window-y="200"
inkscape:window-maximized="0"
inkscape:current-layer="Слой_1">
<inkscape:grid
type="xygrid"
id="grid10046" />
</sodipodi:namedview>
<metadata
id="metadata43">
<rdf:RDF>
<cc:Work rdf:about="">
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
<cc:Work
rdf:about="">
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>add_arc</dc:title>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>folder</dc:title>
</cc:Work>
<cc:License rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike" />
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<defs>
<style>.cls-1{fill:#545454;}.cls-2{fill:#1a81c4;}.cls-3{fill:#b9b9b9;}</style>
<defs
id="defs9472">
<style
id="style9470">.cls-1{fill:#545454;}.cls-2{fill:#1a81c4;}.cls-3{fill:#b9b9b9;}</style>
</defs>
<title>folder</title>
<path class="cls-1" d="M20.0641,25H5.6546C3.6362,25,2,23.3638,2,22.3454V4c0-2.1046.8954-3,2-3H8.7761a6,6,0,0,1,2.447.5217L15.04,3.2267a4,4,0,0,0,1.6313.3478h5.3315A1.9968,1.9968,0,0,1,24,5.5713V21.0641A3.9359,3.9359,0,0,1,20.0641,25Z"/>
<path class="cls-2" d="M4.6,5.3623H21.4093a1.6,1.6,0,0,1,1.6,1.6v.01a0,0,0,0,1,0,0H3a0,0,0,0,1,0,0v-.01a1.6,1.6,0,0,1,1.6-1.6Z"/>
<path class="cls-3" d="M3,6.972H23a2,2,0,0,1,2,2V21a4,4,0,0,1-4,4H5a4,4,0,0,1-4-4V8.972A2,2,0,0,1,3,6.972Z"/>
</svg>
<title
id="title9474">folder</title>
<path
class="cls-1"
d="M 12.7094,16 H 3.1030667 c -1.3456,0 -2.4364,-1.0908 -2.4364,-1.769733 V 2 C 0.6666667,0.5969333 1.2636,0 2,0 H 5.1840667 C 5.7462432,8.0477183e-6 6.3021047,0.11851762 6.8154,0.3478 L 9,1.4795414 C 9.3421899,1.6323932 10.070889,1.9999915 10.445666,2 H 14 c 0.735305,-1.469e-4 1.331329,0.5958947 1.331466,1.3312 l 0.0019,10.044867 C 15.333602,14.825225 14.158558,16 12.7094,16 Z"
id="path9476"
style="stroke-width:0.999996"
sodipodi:nodetypes="ssssscccccsss" />
<path
class="cls-2"
d="M 2.3800272,3 H 13.586227 c 0.589104,-6e-7 1.08664,1.1596141 1.08664,2.9304774 v 0.02005 H 1.3333333 v -0.02005 C 1.3333333,4.1596144 1.7909235,3 2.3800272,3 Z"
id="path9478"
style="stroke-width:0.999996"
sodipodi:nodetypes="scsccss" />
<path
class="cls-3"
d="M 1.3333333,5 H 14.666667 C 15.403047,5.0000002 16,5.5969538 16,6.3333333 V 13.333333 C 16,14.806093 14.806093,16 13.333333,16 H 2.6666667 C 1.1939072,16 0,14.806092 0,13.333333 V 6.3333333 C 0,5.5969537 0.59695365,5 1.3333333,5 Z"
id="path9480"
style="stroke-width:0.999996"
sodipodi:nodetypes="scsssssss" />
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -51,13 +51,13 @@ TOOL_ACTION KICAD_MANAGER_ACTIONS::openProject( "kicad.Control.openProject",
AS_GLOBAL,
MD_CTRL + 'O', LEGACY_HK_NAME( "Open Project" ),
_( "Open Project..." ), _( "Open an existing project" ),
directory_xpm );
directory_open_xpm );
TOOL_ACTION KICAD_MANAGER_ACTIONS::closeProject( "kicad.Control.closeProject",
AS_GLOBAL,
0, LEGACY_HK_NAME( "Close Project" ),
_( "Close Project" ), _( "Close the current project" ),
directory_xpm );
directory_close_xpm );
TOOL_ACTION KICAD_MANAGER_ACTIONS::editSchematic( "kicad.Control.editSchematic",
AS_GLOBAL,