优化文件页面的显示效果
@ -147,16 +147,17 @@ class Panel(ScreenPanel):
|
||||
info.get_style_context().add_class("print-info")
|
||||
info.set_markup(self.get_info_str(item, path))
|
||||
delete = Gtk.Button(hexpand=False, vexpand=False, can_focus=False, always_show_image=True)
|
||||
delete.get_style_context().add_class("color1")
|
||||
delete.set_image(self._gtk.Image("delete", self.list_button_size, self.list_button_size))
|
||||
delete.get_style_context().add_class("custom-icon-button")
|
||||
delete.set_image(self._gtk.Image("delete", self.list_button_size * 2, self.list_button_size * 2))
|
||||
rename = Gtk.Button(hexpand=False, vexpand=False, can_focus=False, always_show_image=True)
|
||||
rename.get_style_context().add_class("color2")
|
||||
rename.set_image(self._gtk.Image("files", self.list_button_size, self.list_button_size))
|
||||
rename.get_style_context().add_class("custom-icon-button")
|
||||
rename.set_image(self._gtk.Image("rename", self.list_button_size * 2, self.list_button_size * 2))
|
||||
itemname = Gtk.Label(hexpand=True, halign=Gtk.Align.START, ellipsize=Pango.EllipsizeMode.END)
|
||||
itemname.get_style_context().add_class("print-filename")
|
||||
itemname.set_markup(f"<big><b>{basename}</b></big>")
|
||||
icon = Gtk.Button()
|
||||
row = Gtk.Grid(hexpand=True, vexpand=False, valign=Gtk.Align.CENTER)
|
||||
icon.get_style_context().add_class("custom-icon-button")
|
||||
row = Gtk.Grid(hexpand=True, vexpand=True, valign=Gtk.Align.CENTER)
|
||||
row.get_style_context().add_class("frame-item")
|
||||
row.attach(icon, 0, 0, 1, 2)
|
||||
row.attach(itemname, 1, 0, 3, 1)
|
||||
@ -169,7 +170,7 @@ class Panel(ScreenPanel):
|
||||
delete.connect("clicked", self.confirm_delete_file, f"gcodes/{path}")
|
||||
rename.connect("clicked", self.show_rename, f"gcodes/{path}")
|
||||
action_icon = "printer" if self._printer.extrudercount > 0 else "load"
|
||||
action = self._gtk.Button(action_icon, style="color3")
|
||||
action = self._gtk.Button(action_icon, style="custom-icon-button")
|
||||
action.connect("clicked", self.confirm_print, path)
|
||||
action.set_hexpand(False)
|
||||
action.set_vexpand(False)
|
||||
@ -180,7 +181,7 @@ class Panel(ScreenPanel):
|
||||
image_args = (None, icon, self.thumbsize / 2, True, "folder")
|
||||
delete.connect("clicked", self.confirm_delete_directory, path)
|
||||
rename.connect("clicked", self.show_rename, path)
|
||||
action = self._gtk.Button("load", style="color3")
|
||||
action = self._gtk.Button("load", style="custom-icon-button")
|
||||
action.connect("clicked", self.change_dir, path)
|
||||
action.set_hexpand(False)
|
||||
action.set_vexpand(False)
|
||||
@ -191,6 +192,7 @@ class Panel(ScreenPanel):
|
||||
fbchild.add(row)
|
||||
else: # Thumbnail view
|
||||
icon = self._gtk.Button(label=basename)
|
||||
icon.get_style_context().add_class("custom-icon-button")
|
||||
if 'filename' in item:
|
||||
icon.connect("clicked", self.confirm_print, path)
|
||||
image_args = (path, icon, self.thumbsize, False, "file")
|
||||
|
@ -1,109 +1,11 @@
|
||||
<?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"
|
||||
width="64"
|
||||
height="64"
|
||||
viewBox="0 0 63.999997 64"
|
||||
id="svg4160"
|
||||
version="1.1"
|
||||
sodipodi:docname="delete2.svg"
|
||||
inkscape:version="1.0.2-2 (e86c870879, 2021-01-15)">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1018"
|
||||
id="namedview8"
|
||||
showgrid="false"
|
||||
inkscape:zoom="7.4010512"
|
||||
inkscape:cx="55.270688"
|
||||
inkscape:cy="33.561601"
|
||||
inkscape:window-x="-6"
|
||||
inkscape:window-y="-6"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer2"
|
||||
inkscape:document-rotation="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid832" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs4162" />
|
||||
<metadata
|
||||
id="metadata4165">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer2"
|
||||
style="display:inline;stroke:none"
|
||||
transform="translate(-3.5328446,2.2636422)">
|
||||
<path
|
||||
id="rect832"
|
||||
style="fill:#93a1a1;fill-opacity:1;stroke:#93a1a1;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 16.532844,11.736358 h 38.000001 c 1.662,0 3.173986,1.347132 3,3 l -4,38 c -0.173986,1.652868 -1.338,3 -3,3 H 20.532844 c -1.662,0 -2.826013,-1.347132 -2.999999,-3 l -4,-38 c -0.173986,-1.652868 1.337999,-3 2.999999,-3 z"
|
||||
sodipodi:nodetypes="sssssssss" />
|
||||
<rect
|
||||
style="fill:#657b83;fill-opacity:1;stroke:#657b83;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect862"
|
||||
width="16"
|
||||
height="6"
|
||||
x="27.532845"
|
||||
y="3.7363577"
|
||||
rx="3.0000002"
|
||||
ry="3" />
|
||||
<rect
|
||||
style="fill:#839496;fill-opacity:1;stroke:#839496;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect860"
|
||||
width="51"
|
||||
height="6"
|
||||
x="10.032845"
|
||||
y="9.7363577"
|
||||
rx="3.0000002"
|
||||
ry="3" />
|
||||
<g
|
||||
id="g901"
|
||||
transform="matrix(0,-0.61075572,0.61075572,0,14.799256,98.653237)"
|
||||
style="stroke-width:1.63731">
|
||||
<rect
|
||||
style="fill:#dc322f;fill-opacity:1;stroke:none;stroke-width:9.82388;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||
id="rect891"
|
||||
width="57.306053"
|
||||
height="15.281615"
|
||||
x="-76.50972"
|
||||
y="-103.50642"
|
||||
rx="3.2746315"
|
||||
ry="3.2746315"
|
||||
transform="rotate(135)" />
|
||||
<rect
|
||||
style="fill:#dc322f;fill-opacity:1;stroke:none;stroke-width:9.82388;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
||||
id="rect897"
|
||||
width="57.306053"
|
||||
height="15.281615"
|
||||
x="-124.51865"
|
||||
y="40.215889"
|
||||
rx="3.2746315"
|
||||
ry="3.2746315"
|
||||
transform="rotate(-135)" />
|
||||
</g>
|
||||
</g>
|
||||
<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.4472 10.1441V12.5847H19.115H14.93C14.3321 12.5847 14 12.9661 14 13.6525V14.7203C14 15.483 14.3986 15.8643 15.0629 15.8643H31.7365C32.4008 15.8643 32.6665 15.4067 32.733 14.7203V13.7287C32.733 12.8898 32.4672 12.5847 31.7365 12.5847H27.5515H27.2194V12.2033V9.91523C27.2194 9.30507 26.9536 9 26.4222 9H20.3107C19.9786 9 19.6465 9.15253 19.5136 9.53388C19.4472 9.68642 19.4472 9.91524 19.4472 10.1441ZM25.6915 12.5084H21.0415V10.7542H25.6915V12.5084ZM31.6701 17.6952H15.1293V18.2291C15.3286 21.7375 15.4614 25.3221 15.5943 28.9067L15.5943 28.907C15.6607 30.5087 15.7271 32.1866 15.7936 33.8645C15.7936 34.7035 16.0593 35.39 16.7236 35.7713C16.9893 35.9238 17.3879 36.0001 17.72 36.0001H22.7022H29.0794C29.8101 36.0001 30.4744 35.7713 30.8065 34.9323C30.9394 34.6272 31.0058 34.2459 31.0058 33.8645L31.2051 29.7459C31.4044 26.085 31.5372 22.5003 31.6701 18.8393V17.6952ZM18.65 31.8815V26.5426V21.1274C18.65 20.7461 18.7164 20.3647 18.9822 20.1359C19.4472 19.7545 20.1115 20.0596 20.1779 20.6698C20.2443 20.8223 20.2443 21.0511 20.2443 21.2036V21.2037V31.9578C20.2443 32.1866 20.1779 32.4917 20.1114 32.7205C19.9786 33.0256 19.6464 33.2544 19.3807 33.1781C19.0486 33.1018 18.7829 32.873 18.7164 32.4917C18.65 32.2629 18.65 32.1104 18.65 31.8816V31.8815ZM22.5693 31.9578V26.5426V21.2037C22.5693 21.1274 22.5859 21.0321 22.6025 20.9367C22.6191 20.8414 22.6358 20.746 22.6358 20.6698C22.7022 20.2884 23.0343 19.9833 23.3665 19.9833C23.6986 19.9833 24.0308 20.2884 24.0972 20.6698C24.1636 20.8223 24.1636 21.0511 24.1636 21.2037V31.9578C24.1636 32.0341 24.147 32.1294 24.1304 32.2247C24.1138 32.3201 24.0972 32.4154 24.0972 32.4917C24.0308 32.873 23.6986 33.1781 23.3665 33.1781C23.0343 33.1781 22.7022 32.873 22.6358 32.4917C22.5693 32.3391 22.5693 32.1103 22.5693 31.9578ZM28.0165 21.2037V26.5426V32.034C28.0165 32.1103 27.9999 32.2057 27.9833 32.301C27.9667 32.3963 27.9501 32.4917 27.9501 32.5679C27.8836 32.9493 27.5515 33.2544 27.2193 33.2544C26.8872 33.2544 26.5551 32.9493 26.4886 32.5679C26.4222 32.4154 26.4222 32.1866 26.4222 32.034V21.2037C26.4222 21.0511 26.4222 20.8223 26.4886 20.6698C26.5551 20.2122 26.8872 19.9833 27.2193 19.9833C27.5515 19.9833 27.8836 20.2884 27.9501 20.6698C28.0165 20.8223 28.0165 21.0511 28.0165 21.2036V21.2037Z" fill="url(#paint0_linear_2005_794)"/>
|
||||
<path d="M26.2925 19.8269C26.8591 19.0345 27.8931 18.9338 28.602 19.602V19.602C29.3109 20.2702 29.4262 21.4543 28.8596 22.2468L21.2166 32.9352C20.65 33.7277 19.616 33.8284 18.9071 33.1602V33.1602C18.1982 32.4919 18.0829 31.3079 18.6495 30.5154L26.2925 19.8269Z" fill="#C14242"/>
|
||||
<path d="M29.063 30.1015C29.6841 30.8633 29.6449 32.0644 28.9753 32.784V32.784C28.3057 33.5037 27.2593 33.4695 26.6382 32.7076L18.4462 22.66C17.825 21.8982 17.8643 20.6972 18.5338 19.9775V19.9775C19.2034 19.2578 20.2498 19.292 20.871 20.0539L29.063 30.1015Z" fill="#C14242"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_2005_794" x1="24.0972" y1="36.3813" x2="24.0972" y2="8.92403" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.34" stop-color="#A5A2A3"/>
|
||||
<stop offset="0.93" stop-color="#F5F5F5"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.2 KiB |
@ -1,81 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
viewBox="0 0 64 64"
|
||||
height="64"
|
||||
width="64"
|
||||
xml:space="preserve"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
sodipodi:docname="file.svg"
|
||||
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
|
||||
pagecolor="#002b36"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1600"
|
||||
inkscape:window-height="826"
|
||||
id="namedview24"
|
||||
showgrid="false"
|
||||
inkscape:pagecheckerboard="false"
|
||||
inkscape:zoom="5.53125"
|
||||
inkscape:cx="14.644068"
|
||||
inkscape:cy="29.920904"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2"
|
||||
inkscape:document-rotation="0" /><metadata
|
||||
id="metadata8"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs6"><clipPath
|
||||
id="clipPath18"
|
||||
clipPathUnits="userSpaceOnUse"><path
|
||||
id="path16"
|
||||
d="M 0,256 H 256 V 0 H 0 Z" /></clipPath><clipPath
|
||||
id="clipPath26"
|
||||
clipPathUnits="userSpaceOnUse"><path
|
||||
id="path24"
|
||||
d="M 76,192 H 180 V 64 H 76 Z" /></clipPath></defs><g
|
||||
id="g36"
|
||||
transform="matrix(0.53571428,0,0,-0.53571428,38.734464,2.0000003)"
|
||||
style="fill:#eee8d5;fill-opacity:1;stroke:none;stroke-width:4.97840005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 0,0 h -50.286 c -3.473,0 -6.285,-2.784 -6.285,-6.222 v -99.556 c 0,-3.438 2.812,-6.222 6.285,-6.222 h 75.429 c 3.473,0 6.286,2.784 6.286,6.222 v 74.667 z"
|
||||
style="fill:#eee8d5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.97840005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path38" /></g><g
|
||||
id="g841"
|
||||
transform="matrix(0.53571428,0,0,-0.53571428,38.734464,2.0000003)"
|
||||
style="fill:none;fill-opacity:1;stroke:#073642;stroke-width:3.73333337;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 0,0 h -50.286 c -3.473,0 -6.285,-2.784 -6.285,-6.222 v -99.556 c 0,-3.438 2.812,-6.222 6.285,-6.222 h 75.429 c 3.473,0 6.286,2.784 6.286,6.222 v 74.667 z"
|
||||
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#073642;stroke-width:3.73333337;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path839" /></g><g
|
||||
id="g876"
|
||||
transform="matrix(0.8,0,0,0.8,68.975066,26.727166)"
|
||||
style="stroke-width:1.25"><path
|
||||
style="fill:#586e75;stroke:none;stroke-width:1.25px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m -46.218833,39.091043 v -25 L -24.568197,1.5910429 V 26.591043 Z"
|
||||
id="path859" /><path
|
||||
style="fill:#839496;stroke:none;stroke-width:1.25px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m -46.218833,39.091043 v -25 L -67.869469,1.5910429 V 26.591043 Z"
|
||||
id="path861" /><path
|
||||
style="fill:#93a1a1;stroke:none;stroke-width:1.25px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m -67.869463,1.5910428 21.65063,12.5000002 21.65063,-12.499999 -21.65063,-12.500001 z"
|
||||
id="path871" /></g><path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 42.118758,18.538853 c -1.869822,0 -3.384294,-1.049925 -3.384294,-2.929691 V 2.0000003 L 55.353987,18.538853 Z"
|
||||
style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:#073642;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path838"
|
||||
sodipodi:nodetypes="ccccc" /></svg>
|
||||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M41 13.2668V41.9524H12V3.04762L29.5408 3.04762C29.5413 3.04781 29.5422 3.04825 29.5429 3.04888C30.8572 4.22128 32.1646 5.3787 33.4652 6.53004C36.003 8.77666 38.5147 11.0002 41 13.2668ZM43 13.2651C43 12.6829 42.7582 12.1281 42.3336 11.7408C39.8368 9.46367 37.3039 7.22136 34.7577 4.96725C33.4598 3.81832 32.1585 2.66632 30.8568 1.50508C30.492 1.17968 30.0246 1 29.5408 1H12C10.8954 1 10 1.91675 10 3.04762V41.9524C10 43.0832 10.8954 44 12 44H41C42.1046 44 43 43.0832 43 41.9524V13.2651Z" fill="#A0C0EB"/>
|
||||
<path d="M41.6811 12.526C41.8846 12.7148 42 12.9801 42 13.2578C42 22.8702 42 32.391 42 42C42 42.5523 41.5523 43 41 43H12C11.4477 43 11 42.5523 11 42V3C11 2.44771 11.4477 2 12 2C17.8606 2 23.7257 2 29.6753 2C29.9238 2 30.1634 2.09256 30.3475 2.25944C34.1561 5.71158 37.9626 9.07445 41.6811 12.526Z" fill="#CFE2F9"/>
|
||||
<g filter="url(#filter0_d_120_419)">
|
||||
<path d="M32 3L42 10.8067L32 11V3Z" fill="#CDE0F6"/>
|
||||
</g>
|
||||
<path d="M37.0354 20.1143H40.5593V20.7985H37.836V22.1533H40.3951V22.8375H37.836V24.3155H40.6756V24.9997H37.0354V20.1143Z" fill="#191827"/>
|
||||
<path d="M32.1108 20.1143H33.8966C34.6858 20.1143 35.2857 20.3332 35.6962 20.7711C36.0885 21.1862 36.2846 21.7815 36.2846 22.557C36.2846 23.3279 36.0885 23.9232 35.6962 24.3429C35.2857 24.7808 34.6858 24.9997 33.8966 24.9997H32.1108V20.1143ZM32.9113 20.7985V24.3155H33.7461C34.3528 24.3155 34.7976 24.1741 35.0804 23.8913C35.3541 23.6039 35.4909 23.1591 35.4909 22.557C35.4909 21.9366 35.3541 21.4896 35.0804 21.2159C34.8021 20.9376 34.3574 20.7985 33.7461 20.7985H32.9113Z" fill="#191827"/>
|
||||
<path d="M28.9743 20.0186C29.7224 20.0186 30.3108 20.2603 30.7396 20.7438C31.1502 21.2 31.3554 21.8067 31.3554 22.5639C31.3554 23.312 31.1502 23.9164 30.7396 24.3772C30.3108 24.8561 29.7224 25.0956 28.9743 25.0956C28.2262 25.0956 27.6377 24.8539 27.2089 24.3703C26.803 23.9096 26.6 23.3075 26.6 22.5639C26.6 21.8158 26.803 21.2114 27.2089 20.7507C27.6286 20.2626 28.2171 20.0186 28.9743 20.0186ZM28.9743 20.7233C28.4725 20.7233 28.0802 20.8944 27.7974 21.2365C27.5328 21.5604 27.4005 22.0029 27.4005 22.5639C27.4005 23.1204 27.5328 23.5606 27.7974 23.8845C28.0711 24.2221 28.4634 24.3908 28.9743 24.3908C29.4806 24.3908 29.8706 24.2289 30.1443 23.905C30.4135 23.5812 30.548 23.1341 30.548 22.5639C30.548 21.9937 30.4135 21.5421 30.1443 21.2091C29.8752 20.8853 29.4852 20.7233 28.9743 20.7233Z" fill="#191827"/>
|
||||
<path d="M23.9149 20.0186C24.4942 20.0186 24.9686 20.1691 25.3381 20.4702C25.6893 20.753 25.9037 21.1453 25.9813 21.647H25.2012C25.1191 21.3277 24.9663 21.0928 24.7428 20.9423C24.5284 20.7963 24.2479 20.7233 23.9012 20.7233C23.3857 20.7233 23.0003 20.8989 22.7448 21.2502C22.5076 21.5604 22.389 21.9983 22.389 22.5639C22.389 23.1387 22.5053 23.5812 22.738 23.8914C22.9934 24.2243 23.388 24.3908 23.9217 24.3908C24.2684 24.3908 24.5535 24.3065 24.777 24.1377C25.0096 23.9552 25.1739 23.677 25.2697 23.3029H26.0497C25.9402 23.8777 25.6848 24.3247 25.2833 24.644C24.9093 24.9451 24.4577 25.0956 23.9285 25.0956C23.1166 25.0956 22.5099 24.8402 22.1085 24.3293C21.7618 23.8959 21.5884 23.3075 21.5884 22.5639C21.5884 21.8295 21.7686 21.2388 22.129 20.7917C22.535 20.2763 23.1303 20.0186 23.9149 20.0186Z" fill="#191827"/>
|
||||
<path d="M17.514 22.9062H20.9694V23.5494H17.514V22.9062Z" fill="#191827"/>
|
||||
<path d="M14.6001 20.0186C15.2296 20.0186 15.7245 20.1577 16.0849 20.4359C16.4362 20.7096 16.6551 21.1179 16.7418 21.6607H15.9344C15.866 21.3505 15.72 21.1156 15.4965 20.956C15.2729 20.8009 14.9742 20.7233 14.6001 20.7233C14.1394 20.7233 13.7767 20.8784 13.5122 21.1886C13.2202 21.5125 13.0743 21.9755 13.0743 22.5776C13.0743 23.1524 13.2043 23.5948 13.4643 23.905C13.7471 24.2335 14.185 24.3977 14.778 24.3977C15.0107 24.3977 15.2296 24.3703 15.4349 24.3156C15.6174 24.2654 15.793 24.1901 15.9618 24.0898V23.084H14.6685V22.3997H16.7623V24.4661C16.5114 24.6668 16.2149 24.8219 15.8728 24.9314C15.517 25.0409 15.1224 25.0956 14.6891 25.0956C13.9136 25.0956 13.3092 24.8493 12.8758 24.3566C12.4744 23.9005 12.2737 23.3075 12.2737 22.5776C12.2737 21.8432 12.4744 21.2411 12.8758 20.7712C13.2955 20.2694 13.8703 20.0186 14.6001 20.0186Z" fill="#191827"/>
|
||||
<path d="M13 48C19.0751 48 24 43.0751 24 37C24 30.9249 19.0751 26 13 26C6.92486 26 2 30.9249 2 37C2 43.0751 6.92486 48 13 48Z" fill="#191827"/>
|
||||
<path d="M13 47C18.5228 47 23 42.5228 23 37C23 31.4772 18.5228 27 13 27C7.47715 27 3 31.4772 3 37C3 42.5228 7.47715 47 13 47Z" fill="#006BFB"/>
|
||||
<path d="M9 34.5V39.5L13.5 42L18 39.5V34.5L13.5 32L9 34.5Z" stroke="white" stroke-width="0.8" stroke-miterlimit="10"/>
|
||||
<path d="M13.5 32.5L13.5 37.4L18 39.5" stroke="white" stroke-width="0.8" stroke-miterlimit="10" stroke-linecap="round"/>
|
||||
<path d="M9.5 39.5L13.5 37.5" stroke="white" stroke-width="0.8" stroke-miterlimit="10" stroke-linecap="round"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_120_419" x="30" y="3" width="12" height="10" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="-1" dy="1"/>
|
||||
<feGaussianBlur stdDeviation="0.5"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.392157 0 0 0 0 0.937255 0 0 0 0.3 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_120_419"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_120_419" result="shape"/>
|
||||
</filter>
|
||||
</defs>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 5.5 KiB |
@ -1,100 +1,16 @@
|
||||
<?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"
|
||||
width="64"
|
||||
height="64"
|
||||
viewBox="0 0 64 64"
|
||||
version="1.1"
|
||||
id="svg57"
|
||||
sodipodi:docname="print.svg"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1600"
|
||||
inkscape:window-height="837"
|
||||
id="namedview17"
|
||||
showgrid="false"
|
||||
inkscape:zoom="6.9384853"
|
||||
inkscape:cx="25.334019"
|
||||
inkscape:cy="39.580711"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg57"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true" />
|
||||
<metadata
|
||||
id="metadata63">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title>extruder1</dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs61" />
|
||||
<!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->
|
||||
<title
|
||||
id="title2">extruder1</title>
|
||||
<path
|
||||
style="fill:none;stroke:#6c71c4;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 55.56913,56 H 8.257028 V 50 H 55.56913 V 44 H 8.257028 l -1.62e-4,-6 h 23.694268 l 1.62e-4,-5.582081"
|
||||
id="path875"
|
||||
sodipodi:nodetypes="ccccccccc" />
|
||||
<desc
|
||||
id="desc4">Created with Sketch.</desc>
|
||||
<g
|
||||
id="g873"
|
||||
transform="translate(12.5,2)">
|
||||
<rect
|
||||
style="opacity:0.998;fill:#839496;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stop-color:#000000"
|
||||
id="rect1033"
|
||||
width="25"
|
||||
height="9"
|
||||
x="6.9999995"
|
||||
y="18.417919" />
|
||||
<rect
|
||||
style="opacity:0.998;fill:#93a1a1;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stop-color:#000000"
|
||||
id="rect1035"
|
||||
width="12.5"
|
||||
height="9"
|
||||
x="13.287772"
|
||||
y="18.417919" />
|
||||
<path
|
||||
style="fill:#586e75;fill-opacity:1;stroke:none;stroke-width:0.999995px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 13.25,27.417919 h 12.5 l -4.168455,5 h -4.163091 z"
|
||||
id="path1037" />
|
||||
<rect
|
||||
style="opacity:0.998;fill:#657b83;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stop-color:#000000"
|
||||
id="rect1039"
|
||||
width="16"
|
||||
height="5"
|
||||
x="11.537772"
|
||||
y="13.41792" />
|
||||
<path
|
||||
id="rect1055"
|
||||
style="opacity:0.998;fill:#586e75;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stop-color:#000000"
|
||||
d="m 8.2880858,4.4179688 v 5.0000001 3.0000001 c 0,0.554 0.446,1 1,1 H 29.788086 c 0.554,0 1,-0.446 1,-1 V 9.4179689 4.4179688 Z" />
|
||||
</g>
|
||||
<svg width="60" height="52" viewBox="0 0 60 52" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2015_831)">
|
||||
<path d="M15.037 15.4224H44.7259V17.9113H15.037V15.4224Z" fill="#BDC2C2"/>
|
||||
<path d="M18 21.6444V7.77778C18 6.8 18.8 6 19.7778 6H40.2222C41.2 6 42 6.8 42 7.77778V21.6444" fill="#E9F0F0"/>
|
||||
<path d="M10.5333 17.9111H49.4667V37.6445H10.5333V17.9111Z" fill="#C7CCCC"/>
|
||||
<path d="M15.5111 30.3555H44.4889V33.3777H15.5111V30.3555Z" fill="#5C5E5E"/>
|
||||
<path d="M42 30.3555V44.2221C42 45.1999 41.2 45.9999 40.2222 45.9999H19.7778C18.8 45.9999 18 45.1999 18 44.2221V30.3555" fill="#E9F0F0"/>
|
||||
<path d="M43.4814 21.3777C43.4814 21.6842 43.6032 21.9781 43.8199 22.1948C44.0366 22.4115 44.3305 22.5333 44.637 22.5333C44.9434 22.5333 45.2374 22.4115 45.4541 22.1948C45.6708 21.9781 45.7925 21.6842 45.7925 21.3777C45.7925 21.0713 45.6708 20.7773 45.4541 20.5606C45.2374 20.3439 44.9434 20.2222 44.637 20.2222C44.3305 20.2222 44.0366 20.3439 43.8199 20.5606C43.6032 20.7773 43.4814 21.0713 43.4814 21.3777Z" fill="#00CCC6"/>
|
||||
<path d="M21.437 34.0889H37.7925V35.8666H21.437V34.0889ZM21.6148 37.4666H32.1036V39.2444H21.6148V37.4666ZM21.6148 40.8444H34.5925V42.6222H21.6148V40.8444Z" fill="#00CCC6"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2015_831">
|
||||
<rect width="40" height="40" fill="white" transform="translate(10 6)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 1.3 KiB |
11
styles/dark/images/rename.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2015_819)">
|
||||
<path d="M18.4693 27.2346C18.47 27.2354 18.4702 27.2361 18.4709 27.2363C18.9529 27.7174 19.7336 27.7167 20.2144 27.2346L33.7123 13.7393C34.1948 13.2566 34.1948 12.4739 33.7123 11.9912C33.7109 11.9895 33.7093 11.9882 33.7082 11.9871C33.2255 11.5066 32.4448 11.5085 31.9647 11.9912L18.4693 25.4866C17.9871 25.9693 17.9871 26.7519 18.4693 27.2346Z" fill="#F7E38B"/>
|
||||
<path d="M33.4216 21.1808H33.4163C32.7367 21.1808 32.1859 21.7317 32.1859 22.4112V32.3047H13.6472V13.7619L23.5399 13.7664H23.5408C24.2217 13.7646 24.7721 13.2108 24.7703 12.53V12.5247C24.7703 11.8452 24.2195 11.2944 23.5399 11.2944H12.4027C12.2406 11.2945 12.0802 11.3266 11.9306 11.3887C11.781 11.4509 11.6452 11.542 11.5309 11.6568C11.4174 11.7708 11.3276 11.906 11.2665 12.0548C11.2054 12.2036 11.1743 12.3629 11.1749 12.5238V33.5484C11.1765 33.8752 11.3065 34.1883 11.537 34.4201C11.651 34.5335 11.7863 34.6233 11.9351 34.6844C12.084 34.7455 12.2434 34.7766 12.4042 34.7759H33.4295C33.7563 34.7743 34.0694 34.6443 34.3012 34.4138C34.4146 34.2996 34.5044 34.1641 34.5655 34.0152C34.6266 33.8662 34.6577 33.7067 34.657 33.5457V22.4111C34.6555 21.7302 34.1024 21.1794 33.4216 21.1808Z" fill="#6CC0F1"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2015_819">
|
||||
<rect width="24" height="24" fill="white" transform="translate(11 11)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |