mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-nix] support for pdf editor
This commit is contained in:
52
win-linux/res/icons/tabbar/tabicon_pdf_normal.svg
Normal file
52
win-linux/res/icons/tabbar/tabicon_pdf_normal.svg
Normal file
@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="15px"
|
||||
height="15px"
|
||||
viewBox="0 0 100 100"
|
||||
preserveAspectRatio="xMidYMid"
|
||||
class="lds-rolling"
|
||||
version="1.1"
|
||||
id="svg4"
|
||||
sodipodi:docname="tabicon_pdf_normal.svg"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
xml:space="preserve"
|
||||
style="animation-play-state: running; animation-delay: 0s; background: none;"
|
||||
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"><defs
|
||||
id="defs8" /><sodipodi:namedview
|
||||
id="namedview6"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="45.254834"
|
||||
inkscape:cx="0.79549513"
|
||||
inkscape:cy="8.4742328"
|
||||
inkscape:window-width="3840"
|
||||
inkscape:window-height="2035"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4"
|
||||
showguides="true" /><g
|
||||
id="g302"
|
||||
style="stroke:#f0f0f0;stroke-opacity:0.341176" /><g
|
||||
id="g3164"><path
|
||||
style="fill:#AA5251;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:square;stroke-miterlimit:0;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="M 4.0877402,0.03256083 H 95.93145 c 2.244349,0 4.051171,1.57797977 4.051171,3.53807117 v 92.905379 c 0,1.960092 -1.806822,3.538069 -4.051171,3.538069 H 4.0877402 c -2.2443489,0 -4.05117132,-1.577977 -4.05117132,-3.538069 V 3.570632 c 0,-1.9600914 1.80682242,-3.53807117 4.05117132,-3.53807117 z"
|
||||
id="rect434" /><path
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:square;stroke-miterlimit:0;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 19.911055,26.326141 h 60.247147 v 7.354421 H 19.911055 Z"
|
||||
id="rect1768" /><path
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:square;stroke-miterlimit:0;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 19.913059,46.239634 h 60.247147 v 7.354421 H 19.913059 Z"
|
||||
id="rect1768-3" /><path
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:square;stroke-miterlimit:0;stroke-opacity:1;paint-order:markers stroke fill"
|
||||
d="m 19.902092,66.363302 h 60.247147 v 7.354421 H 19.902092 Z"
|
||||
id="rect1768-3-6" /></g></svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
@ -5,6 +5,7 @@
|
||||
"brand-word": "#446995",
|
||||
"brand-slide": "#be664f",
|
||||
"brand-cell": "#40865c",
|
||||
"brand-pdf": "#aa5252",
|
||||
|
||||
"window-background": "#f1f1f1",
|
||||
"window-border": "#888",
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
"brand-word": "#1e1e1e",
|
||||
"brand-slide": "#1e1e1e",
|
||||
"brand-cell": "#1e1e1e",
|
||||
"brand-pdf": "#2a2a2a",
|
||||
|
||||
"window-background": "#2a2a2a",
|
||||
"window-border": "#616161",
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
"brand-word": "#2a2a2a",
|
||||
"brand-slide": "#2a2a2a",
|
||||
"brand-cell": "#2a2a2a",
|
||||
"brand-pdf": "#2a2a2a",
|
||||
|
||||
"window-background": "#404040",
|
||||
"window-border": "#2a2a2a",
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
"brand-word": "#446995",
|
||||
"brand-slide": "#be664f",
|
||||
"brand-cell": "#40865c",
|
||||
"brand-pdf": "#aa5252",
|
||||
|
||||
"window-background": "#f1f1f1",
|
||||
"window-border": "#888",
|
||||
|
||||
Reference in New Issue
Block a user