Icons: make search_tree actually look like a tree
This commit is contained in:
parent
54f4a36fa6
commit
5db5781b42
|
@ -8,27 +8,13 @@
|
|||
static const unsigned char png[] = {
|
||||
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
|
||||
0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x04, 0x00, 0x00, 0x00, 0x4a, 0x7e, 0xf5,
|
||||
0x73, 0x00, 0x00, 0x01, 0x30, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0xed, 0xcf, 0xcd, 0x2b, 0x44,
|
||||
0x61, 0x14, 0xc7, 0xf1, 0x27, 0xa9, 0x91, 0x66, 0x41, 0x4c, 0x21, 0x25, 0x29, 0x36, 0x4a, 0x52,
|
||||
0x6a, 0x6e, 0x94, 0x32, 0x65, 0x21, 0xd9, 0x58, 0x58, 0x28, 0xca, 0x86, 0xcd, 0x28, 0x53, 0xfe,
|
||||
0x00, 0xcd, 0x6a, 0x52, 0xac, 0x86, 0xc5, 0x2c, 0x6c, 0x18, 0x26, 0x75, 0x6b, 0x1a, 0x79, 0x59,
|
||||
0x70, 0x95, 0xb9, 0xde, 0x6a, 0xdc, 0xce, 0x7f, 0x63, 0x36, 0x5f, 0x0b, 0xe7, 0xce, 0xbd, 0x23,
|
||||
0x6a, 0x66, 0x67, 0xe1, 0xfc, 0x16, 0x4f, 0xe7, 0xe9, 0xf9, 0x9c, 0xce, 0x63, 0xcc, 0x7f, 0x35,
|
||||
0x52, 0x34, 0x19, 0x83, 0x8d, 0xd3, 0x60, 0xec, 0x2f, 0xe0, 0x20, 0x75, 0x79, 0xa3, 0x9f, 0xeb,
|
||||
0xba, 0x9b, 0x02, 0x19, 0xf6, 0x29, 0xe3, 0xfc, 0x0c, 0x5e, 0x30, 0x94, 0x42, 0xfd, 0x1a, 0x3d,
|
||||
0xcc, 0x30, 0x4e, 0x27, 0xf9, 0xdf, 0xc1, 0x65, 0xa8, 0x77, 0xf1, 0x10, 0x84, 0x04, 0xab, 0x3e,
|
||||
0xb8, 0x65, 0x96, 0x18, 0x51, 0xa6, 0xb8, 0x53, 0x90, 0x66, 0x80, 0x28, 0x16, 0x57, 0x21, 0x38,
|
||||
0xc7, 0xba, 0x0f, 0x5e, 0xd9, 0xc3, 0xe5, 0x89, 0x49, 0x56, 0x14, 0x4c, 0x70, 0x83, 0xcb, 0x12,
|
||||
0x23, 0x3a, 0x5d, 0x48, 0xd3, 0xc5, 0xc5, 0xf7, 0x95, 0xb6, 0x99, 0x56, 0x90, 0xd5, 0x65, 0x5a,
|
||||
0x28, 0xe8, 0xf3, 0x3e, 0x8a, 0xc1, 0xa7, 0x4b, 0xcc, 0x33, 0xc4, 0x20, 0xdd, 0x58, 0x0a, 0x6c,
|
||||
0x1d, 0x11, 0xe3, 0x40, 0x4f, 0x1b, 0xf1, 0xc1, 0x3d, 0xbd, 0x6c, 0x52, 0x41, 0x48, 0xd6, 0xc0,
|
||||
0xa9, 0x82, 0x76, 0x72, 0x08, 0x1e, 0x8b, 0x48, 0x00, 0x8a, 0x18, 0x8a, 0x08, 0x82, 0x55, 0x03,
|
||||
0x49, 0x04, 0x21, 0x47, 0x84, 0x07, 0x04, 0x8f, 0x73, 0xbc, 0x00, 0x38, 0x8c, 0x32, 0xc6, 0x06,
|
||||
0x71, 0x12, 0x0a, 0x5a, 0x89, 0xb3, 0xc0, 0x32, 0x1d, 0x6c, 0x21, 0x08, 0x59, 0x0c, 0x47, 0x61,
|
||||
0xf0, 0xcc, 0x2e, 0x29, 0xce, 0x28, 0x73, 0x8c, 0xf0, 0xce, 0x21, 0x15, 0x32, 0xec, 0x70, 0xa2,
|
||||
0x8b, 0x3d, 0x92, 0xc2, 0x0d, 0x40, 0xa4, 0xda, 0xf6, 0xd1, 0x58, 0x22, 0x55, 0x83, 0x31, 0xc3,
|
||||
0x4d, 0xe6, 0xef, 0xd5, 0x27, 0x2b, 0x49, 0xf4, 0xdc, 0x90, 0x1e, 0x9c, 0xe3, 0x00, 0x00, 0x00,
|
||||
0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
|
||||
0x73, 0x00, 0x00, 0x00, 0x4f, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0x60, 0x20, 0x07, 0x84,
|
||||
0x1c, 0x0e, 0xf9, 0x8f, 0x05, 0x1e, 0xc6, 0xad, 0xe1, 0x3f, 0x76, 0x88, 0x57, 0xc3, 0x67, 0x34,
|
||||
0x38, 0x08, 0x34, 0x90, 0xe6, 0x07, 0x52, 0x43, 0x09, 0xd5, 0x2e, 0xd2, 0x62, 0x04, 0x45, 0x03,
|
||||
0x9a, 0xcd, 0x87, 0x09, 0x6b, 0x20, 0xec, 0x27, 0x5c, 0xde, 0xa7, 0xae, 0x06, 0x92, 0x9d, 0x44,
|
||||
0x81, 0xa7, 0x47, 0x4a, 0x3c, 0x1c, 0x26, 0x51, 0x03, 0x7e, 0xfb, 0x48, 0x2d, 0x1c, 0x0e, 0x93,
|
||||
0x55, 0xc2, 0x00, 0x00, 0x3f, 0x67, 0x37, 0x32, 0xde, 0x87, 0x19, 0x9b, 0x00, 0x00, 0x00, 0x00,
|
||||
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
|
||||
};
|
||||
|
||||
const BITMAP_OPAQUE search_tree_xpm[1] = {{ png, sizeof( png ), "search_tree_xpm" }};
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
height="24"
|
||||
width="24"
|
||||
sodipodi:docname="search_tree.svg"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
||||
inkscape:version="1.0.1 (c497b03c, 2020-09-10)">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
|
@ -23,17 +23,18 @@
|
|||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1596"
|
||||
inkscape:window-height="1023"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="715"
|
||||
id="namedview159670"
|
||||
showgrid="true"
|
||||
inkscape:zoom="19.771793"
|
||||
inkscape:cx="20.175083"
|
||||
inkscape:cy="15.88683"
|
||||
inkscape:zoom="18.24844"
|
||||
inkscape:cx="8.1043882"
|
||||
inkscape:cy="12.033009"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="37"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="layer1">
|
||||
inkscape:current-layer="svg2"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid240585"
|
||||
|
@ -54,32 +55,53 @@
|
|||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
<cc:license
|
||||
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
|
||||
</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>
|
||||
<g
|
||||
transform="translate(-0.92307692,-1027.2853)"
|
||||
id="layer1">
|
||||
<rect
|
||||
y="1033.3237"
|
||||
x="1.4230769"
|
||||
height="12.058696"
|
||||
width="21.153847"
|
||||
id="rect3336"
|
||||
style="fill:#d2d2d2;fill-opacity:1;stroke:#000000;stroke-width:0.999996;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<text
|
||||
id="text4138"
|
||||
y="1044.2235"
|
||||
x="2.0834394"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.4308px;line-height:125%;font-family:'Droid Sans';-inkscape-font-specification:'Droid Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.4308px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans'"
|
||||
id="tspan240587"> </tspan><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.4308px;line-height:125%;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans';text-align:start;writing-mode:lr-tb;text-anchor:start"
|
||||
y="1044.2235"
|
||||
x="2.0834394"
|
||||
id="tspan4140">ab?</tspan><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.4308px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans'"
|
||||
id="tspan240589" /></text>
|
||||
</g>
|
||||
<rect
|
||||
style="fill:#f3f3f3;fill-opacity:1;stroke:#545454;stroke-width:1.84557;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect1430"
|
||||
width="9.2307692"
|
||||
height="4.6153779"
|
||||
x="2.7692311"
|
||||
y="1.8461697" />
|
||||
<rect
|
||||
style="fill:#545454;fill-opacity:1;stroke:#545454;stroke-width:1.84557;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect1430-0"
|
||||
width="5.5390453"
|
||||
height="3.6928916"
|
||||
x="13.845571"
|
||||
y="9.230691" />
|
||||
<rect
|
||||
style="fill:#545454;fill-opacity:1;stroke:#545454;stroke-width:1.84557;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect1430-0-7"
|
||||
width="5.5390453"
|
||||
height="3.6928914"
|
||||
x="13.845861"
|
||||
y="16.615091" />
|
||||
<path
|
||||
style="fill:none;stroke:#545454;stroke-width:1.84615;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 7.3846155,6.9231 V 18.4616 H 13.846152"
|
||||
id="path1462" />
|
||||
<path
|
||||
style="fill:none;stroke:#545454;stroke-width:1.84615;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 6.923077,11.077 h 7.384614"
|
||||
id="path1464" />
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.8 KiB |
Loading…
Reference in New Issue