Icons update
@ -57,5 +57,22 @@
|
||||
<file>resources/strikeout.svg</file>
|
||||
<file>resources/underline.svg</file>
|
||||
<file>../LICENSE.txt</file>
|
||||
<file>resources/annot-ellipse.svg</file>
|
||||
<file>resources/annot-freehand-curve.svg</file>
|
||||
<file>resources/annot-inline-text.svg</file>
|
||||
<file>resources/annot-polygon.svg</file>
|
||||
<file>resources/annot-polyline.svg</file>
|
||||
<file>resources/annot-sticky-note.svg</file>
|
||||
<file>resources/annot-straight-line.svg</file>
|
||||
<file>resources/app-icon.svg</file>
|
||||
<file>resources/close.svg</file>
|
||||
<file>resources/copy-text.svg</file>
|
||||
<file>resources/deselect-text.svg</file>
|
||||
<file>resources/encryption.svg</file>
|
||||
<file>resources/invert-colors.svg</file>
|
||||
<file>resources/optimize.svg</file>
|
||||
<file>resources/save.svg</file>
|
||||
<file>resources/save-as.svg</file>
|
||||
<file>resources/select-all-text.svg</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -209,6 +209,10 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionClose">
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/close.svg</normaloff>:/resources/close.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Close</string>
|
||||
</property>
|
||||
@ -466,16 +470,28 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSelectTextAll">
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/select-all-text.svg</normaloff>:/resources/select-all-text.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Select All</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDeselectText">
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/deselect-text.svg</normaloff>:/resources/deselect-text.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Deselect</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCopyText">
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/copy-text.svg</normaloff>:/resources/copy-text.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Copy text</string>
|
||||
</property>
|
||||
@ -484,6 +500,10 @@
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/invert-colors.svg</normaloff>:/resources/invert-colors.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Invert Colors</string>
|
||||
</property>
|
||||
@ -586,16 +606,28 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionOptimize">
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/optimize.svg</normaloff>:/resources/optimize.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Optimize...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSave_As">
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/save-as.svg</normaloff>:/resources/save-as.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Save &As</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSave">
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/save.svg</normaloff>:/resources/save.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Save</string>
|
||||
</property>
|
||||
@ -672,6 +704,10 @@
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/annot-inline-text.svg</normaloff>:/resources/annot-inline-text.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Inline text</string>
|
||||
</property>
|
||||
@ -680,6 +716,10 @@
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/annot-straight-line.svg</normaloff>:/resources/annot-straight-line.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Straight Line</string>
|
||||
</property>
|
||||
@ -688,6 +728,10 @@
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/annot-polyline.svg</normaloff>:/resources/annot-polyline.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Polyline</string>
|
||||
</property>
|
||||
@ -696,6 +740,10 @@
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/annot-polygon.svg</normaloff>:/resources/annot-polygon.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Polygon</string>
|
||||
</property>
|
||||
@ -704,6 +752,10 @@
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/annot-ellipse.svg</normaloff>:/resources/annot-ellipse.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Ellipse</string>
|
||||
</property>
|
||||
@ -712,6 +764,10 @@
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/annot-freehand-curve.svg</normaloff>:/resources/annot-freehand-curve.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Freehand Curve</string>
|
||||
</property>
|
||||
@ -829,6 +885,10 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionEncryption">
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/encryption.svg</normaloff>:/resources/encryption.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Encryption...</string>
|
||||
</property>
|
||||
|
@ -131,6 +131,10 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionClose">
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/close.svg</normaloff>:/resources/close.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Close</string>
|
||||
</property>
|
||||
@ -336,6 +340,10 @@
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/invert-colors.svg</normaloff>:/resources/invert-colors.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Invert Colors</string>
|
||||
</property>
|
||||
|
39
Pdf4QtViewer/resources/annot-ellipse.svg
Normal file
@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="none" stroke="#292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M22,10v5c0,5-2,7-7,7H9
|
||||
c-5,0-7-2-7-7V9c0-5,2-7,7-7h5"/>
|
||||
<path fill="none" stroke="#292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M22,10h-4c-3,0-4-1-4-4
|
||||
V2L22,10z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M12.263,10.617l-0.716,0.005l-0.053,0.012c-0.622,0.029-1.23,0.119-1.811,0.265
|
||||
c-0.161,0.041-0.321,0.088-0.476,0.134L8.53,11.229l0.787,1.064l0.174-0.063c0.774-0.275,1.6-0.414,2.524-0.422l0.248-0.002
|
||||
V10.617z"/>
|
||||
<path fill="#292D32" d="M16.354,13.259l0.238,0.253c0.468,0.493,0.746,1.02,0.852,1.609l0.04,0.223l1.492-0.112l-0.047-0.272
|
||||
c-0.138-0.8-0.511-1.511-1.141-2.175l-0.124-0.131l-1.247,0.577L16.354,13.259z"/>
|
||||
<path fill="#292D32" d="M17.629,16.143L17.42,16.11l-0.067,0.2c-0.194,0.581-0.556,1.089-1.102,1.552l-0.271,0.229l0.308,0.177
|
||||
c0.264,0.153,0.516,0.297,0.771,0.442l0.152,0.086l0.132-0.113c0.728-0.615,1.204-1.291,1.46-2.065l0.091-0.281l-0.291-0.044
|
||||
C18.275,16.243,17.956,16.194,17.629,16.143z"/>
|
||||
<path fill="#292D32" d="M13.401,11.936l0.024,0.005c0.291,0.065,0.565,0.127,0.828,0.208c0.268,0.083,0.521,0.186,0.793,0.296
|
||||
c0.121,0.049,0.243,0.099,0.368,0.147l0.144,0.055l0.911-0.824l0.054-0.048l-0.317-0.167c-0.891-0.468-1.856-0.766-2.951-0.912
|
||||
l-0.218-0.028l-0.282,1.065l-0.014,0.049l0.25,0.06C13.128,11.876,13.266,11.906,13.401,11.936z"/>
|
||||
<path fill="#292D32" d="M7.196,17.352c-0.046-0.083-0.092-0.164-0.139-0.244l-0.025-0.043c-0.113-0.195-0.22-0.381-0.295-0.565
|
||||
c-0.076-0.185-0.122-0.378-0.171-0.584c-0.023-0.095-0.046-0.19-0.072-0.283l-0.05-0.185h-1.42l0.017,0.266
|
||||
c0.05,0.81,0.346,1.543,0.904,2.241l0.115,0.143l1.271-0.494L7.196,17.352z"/>
|
||||
<path fill="#292D32" d="M6.676,14.662l0.083-0.185c0.25-0.559,0.667-1.054,1.241-1.474l0.266-0.195l-1.048-0.816l-0.03-0.023
|
||||
l-0.153,0.112c-0.804,0.592-1.357,1.242-1.689,1.99l-0.125,0.282l1.415,0.3L6.676,14.662z"/>
|
||||
<path fill="#292D32" d="M8.328,18.271l-0.146-0.089l-1.033,0.797l-0.057,0.045l0.31,0.189c0.854,0.52,1.786,0.867,2.85,1.063
|
||||
l0.206,0.038l0.073-0.194c0.087-0.226,0.17-0.444,0.255-0.671l0.104-0.279l-0.292-0.054C9.741,18.955,9,18.679,8.328,18.271z"/>
|
||||
</g>
|
||||
<path fill="#292D32" d="M15.07,18.639l-0.023-0.027c-0.452,0.304-1.75,0.524-2.438,0.623c-0.025,0.004-0.048,0.008-0.074,0.012
|
||||
c-0.225,0.032-0.37,0.049-0.37,0.049l0.121,1.127l0.435-0.016l0,0c0.847-0.06,1.674-0.231,2.459-0.509
|
||||
c0.087-0.031,0.172-0.065,0.259-0.1l0.486-0.189L15.07,18.639z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
39
Pdf4QtViewer/resources/annot-freehand-curve.svg
Normal file
@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="none" stroke="#292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M22,10v5c0,5-2,7-7,7H9
|
||||
c-5,0-7-2-7-7V9c0-5,2-7,7-7h5"/>
|
||||
<path fill="none" stroke="#292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M22,10h-4c-3,0-4-1-4-4
|
||||
V2L22,10z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="none" d="M18.222,10.122c0.04,0.369-0.322,0.697-0.678,0.69
|
||||
c-0.387-0.007-0.678-0.299-0.688-0.686c-0.012-0.395,0.335-0.697,0.689-0.698C17.898,9.427,18.26,9.751,18.222,10.122z"/>
|
||||
<path fill="#292D32" d="M5.188,13.729"/>
|
||||
<g>
|
||||
<path fill="#292D32" d="M9.045,14.663c-0.06,0-0.114,0.017-0.158,0.049l-0.194,0.143c-0.236,0.173-0.478,0.362-0.739,0.579
|
||||
l-0.199,0.164c-0.041,0.033-0.09,0.096-0.099,0.201c-0.014,0.18,0.099,0.423,0.303,0.652c0.169,0.19,0.426,0.394,0.64,0.394
|
||||
c0.067,0,0.127-0.021,0.173-0.059l0.186-0.152c0.238-0.195,0.457-0.368,0.668-0.523l0.208-0.153c0.042-0.03,0.096-0.09,0.11-0.195
|
||||
c0.024-0.175-0.077-0.431-0.264-0.667C9.515,14.886,9.262,14.663,9.045,14.663z M8.599,16.687L8.599,16.687v0.008V16.687z"/>
|
||||
<path fill="#292D32" d="M12.522,13.168l-0.291,0.053c-0.323,0.064-0.647,0.15-0.965,0.256l-0.244,0.081
|
||||
c-0.049,0.017-0.117,0.057-0.162,0.15c-0.077,0.159-0.062,0.436,0.041,0.72c0.104,0.286,0.311,0.621,0.556,0.621l0.312-0.091
|
||||
c0.249-0.084,0.508-0.153,0.77-0.205l0.25-0.049c0.05-0.011,0.122-0.041,0.18-0.128c0.097-0.147,0.118-0.423,0.055-0.718
|
||||
C12.949,13.515,12.766,13.168,12.522,13.168z"/>
|
||||
<path fill="#292D32" d="M6.296,16.947c-0.062,0-0.119,0.019-0.164,0.053l-0.19,0.146c-0.244,0.188-0.457,0.334-0.653,0.448
|
||||
l-0.223,0.131c-0.045,0.026-0.104,0.079-0.13,0.182c-0.042,0.172,0.031,0.438,0.191,0.693c0.144,0.229,0.392,0.497,0.617,0.497
|
||||
c0.048,0,0.092-0.012,0.131-0.034l0.208-0.122c0.252-0.146,0.52-0.33,0.82-0.56l0.206-0.158c0.042-0.031,0.094-0.092,0.106-0.197
|
||||
c0.021-0.179-0.084-0.427-0.281-0.663C6.768,17.162,6.512,16.947,6.296,16.947z"/>
|
||||
<path fill="#292D32" d="M16.365,13.353l-0.248-0.047c-0.314-0.06-0.631-0.108-0.941-0.146l-0.273-0.03
|
||||
c-0.254,0-0.417,0.364-0.466,0.725c-0.041,0.299,0.001,0.571,0.108,0.711c0.063,0.082,0.138,0.106,0.188,0.112l0.252,0.031
|
||||
c0.291,0.036,0.574,0.08,0.842,0.131l0.243,0.046l0.046,0.004c0.247,0,0.427-0.349,0.495-0.694
|
||||
c0.059-0.297,0.033-0.572-0.066-0.719C16.485,13.391,16.414,13.361,16.365,13.353z"/>
|
||||
<path fill="#292D32" d="M20.093,14.734c-0.037-0.1-0.101-0.146-0.147-0.166l-0.232-0.105c-0.297-0.135-0.58-0.253-0.862-0.364
|
||||
l-0.227-0.09c-0.253-0.102-0.536,0.266-0.667,0.574c-0.118,0.277-0.147,0.552-0.079,0.715c0.041,0.098,0.107,0.141,0.155,0.159
|
||||
l0.239,0.094c0.261,0.102,0.52,0.211,0.796,0.335l0.222,0.098c0.032,0.015,0.066,0.021,0.104,0.021
|
||||
c0.235,0,0.463-0.304,0.586-0.563C20.11,15.171,20.153,14.899,20.093,14.734z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
31
Pdf4QtViewer/resources/annot-inline-text.svg
Normal file
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="none" stroke="#292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M22,10v5c0,5-2,7-7,7H9
|
||||
c-5,0-7-2-7-7V9c0-5,2-7,7-7h5"/>
|
||||
<path fill="none" stroke="#292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M22,10h-4c-3,0-4-1-4-4
|
||||
V2L22,10z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="none" d="M18.222,10.122c0.04,0.369-0.322,0.697-0.678,0.69
|
||||
c-0.387-0.007-0.678-0.299-0.688-0.686c-0.012-0.395,0.335-0.697,0.689-0.698C17.898,9.427,18.26,9.751,18.222,10.122z"/>
|
||||
<path fill="#292D32" d="M5.188,13.729"/>
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" d="M12.001,12.068c1.252,0,2.504-0.003,3.754,0.001
|
||||
c0.554,0.002,0.911,0.5,0.723,0.992c-0.112,0.289-0.333,0.447-0.643,0.474c-0.091,0.011-0.183,0.005-0.275,0.005
|
||||
c-2.423,0-4.847,0.002-7.271,0c-0.497,0-0.835-0.322-0.813-0.77c0.021-0.41,0.333-0.7,0.77-0.701
|
||||
c0.97-0.004,1.939-0.001,2.908-0.001C11.437,12.068,11.718,12.068,12.001,12.068z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" d="M11.999,16.487c-1.246,0-2.491,0-3.737-0.002
|
||||
c-0.503,0-0.835-0.359-0.779-0.831c0.04-0.341,0.312-0.604,0.661-0.637c0.049-0.004,0.098-0.004,0.147-0.004
|
||||
c2.472,0,4.944,0,7.417,0c0.493,0,0.823,0.308,0.815,0.749c-0.006,0.417-0.326,0.721-0.769,0.723
|
||||
c-0.958,0.004-1.915,0.002-2.872,0.002C12.588,16.487,12.293,16.487,11.999,16.487z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" d="M10.503,19.433c-0.76,0-1.521,0.002-2.281-0.002
|
||||
c-0.344-0.002-0.612-0.199-0.712-0.507c-0.096-0.296-0.008-0.631,0.25-0.803c0.131-0.086,0.303-0.154,0.457-0.154
|
||||
c1.526-0.012,3.053-0.01,4.579-0.006c0.435,0.002,0.754,0.328,0.75,0.741c-0.004,0.414-0.326,0.727-0.764,0.729
|
||||
C12.023,19.435,11.263,19.433,10.503,19.433z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
34
Pdf4QtViewer/resources/annot-polygon.svg
Normal file
@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="none" stroke="#292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M22,10v5c0,5-2,7-7,7H9
|
||||
c-5,0-7-2-7-7V9c0-5,2-7,7-7h5"/>
|
||||
<path fill="none" stroke="#292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M22,10h-4c-3,0-4-1-4-4
|
||||
V2L22,10z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<polygon fill="#292D32" points="8.852,16.93 7.811,17.543 8.56,18.893 9.602,18.279 "/>
|
||||
<polygon fill="#292D32" points="8.181,15.78 8.188,15.776 7.985,15.428 8.188,15.078 7.136,14.463 6.608,15.428 6.859,15.888
|
||||
6.859,15.888 6.882,15.929 7.136,16.396 7.14,16.394 7.607,17.237 8.649,16.624 "/>
|
||||
<polygon fill="#292D32" points="9.132,13.404 8.092,12.791 7.342,14.141 8.384,14.754 "/>
|
||||
<rect x="10.778" y="10.684" fill="#292D32" width="1.509" height="1.213"/>
|
||||
<polygon fill="#292D32" points="13.976,11.896 14.145,12.203 15.188,11.715 14.74,10.684 14.131,10.684 13.542,10.684
|
||||
12.621,10.684 12.621,11.896 13.542,11.896 "/>
|
||||
<polygon fill="#292D32" points="15.136,13.925 16.176,13.314 15.426,11.963 14.386,12.578 "/>
|
||||
<polygon fill="#292D32" points="17.128,14.969 17.129,14.969 17.076,14.875 16.852,14.463 16.849,14.465 16.379,13.619
|
||||
15.338,14.232 15.806,15.074 15.798,15.079 16.002,15.428 15.799,15.775 16.852,16.396 17.379,15.428 "/>
|
||||
<polygon fill="#292D32" points="14.853,17.453 15.896,18.063 16.645,16.716 15.604,16.103 "/>
|
||||
<polygon fill="#292D32" points="14.144,18.65 13.975,18.96 13.542,18.96 13.542,20.173 14.74,20.173 14.936,19.724 15.708,18.387
|
||||
14.667,17.773 "/>
|
||||
<rect x="11.699" y="18.96" fill="#292D32" width="1.51" height="1.213"/>
|
||||
<polygon fill="#292D32" points="10.012,18.96 9.843,18.65 8.799,19.143 9.246,20.173 9.857,20.173 10.445,20.173 11.366,20.173
|
||||
11.366,18.96 10.445,18.96 "/>
|
||||
<polygon fill="#292D32" points="9.815,12.191 10.011,11.896 10.445,11.896 10.445,10.684 9.246,10.684 9.029,11.12 8.279,12.47
|
||||
9.321,13.083 "/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
29
Pdf4QtViewer/resources/annot-polyline.svg
Normal file
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="none" stroke="#292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M22,10v5c0,5-2,7-7,7H9
|
||||
c-5,0-7-2-7-7V9c0-5,2-7,7-7h5"/>
|
||||
<path fill="none" stroke="#292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M22,10h-4c-3,0-4-1-4-4
|
||||
V2L22,10z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path fill="none" d="M18.223,10.122c0.039,0.369-0.322,0.697-0.679,0.69c-0.387-0.007-0.678-0.299-0.688-0.686
|
||||
c-0.012-0.395,0.336-0.697,0.689-0.698S18.26,9.751,18.223,10.122z"/>
|
||||
<g>
|
||||
<path fill="#292D32" d="M16.787,15.384c-0.12,0.175-0.271,0.321-0.491,0.338c-0.12,0.01-0.252-0.004-0.367-0.042
|
||||
c-0.49-0.159-0.978-0.333-1.465-0.505c-0.433-0.153-0.606-0.548-0.422-0.949c0.113-0.255,0.437-0.436,0.701-0.353
|
||||
c0.568,0.179,1.134,0.369,1.695,0.579c0.308,0.116,0.429,0.354,0.417,0.691c-0.001,0.014,0.002,0.026,0.002,0.04
|
||||
C16.833,15.252,16.811,15.318,16.787,15.384z"/>
|
||||
<path fill="#292D32" d="M9.161,15.545c-0.248,0.187-0.489,0.381-0.748,0.55c-0.277,0.182-0.654,0.094-0.856-0.173
|
||||
c-0.203-0.271-0.174-0.649,0.068-0.872c0.051-0.048,0.104-0.093,0.162-0.135c0.439-0.322,0.873-0.654,1.322-0.963
|
||||
c0.274-0.188,0.653-0.096,0.856,0.174c0.201,0.268,0.173,0.646-0.068,0.871c-0.022,0.021-0.043,0.046-0.069,0.065
|
||||
C9.608,15.227,9.381,15.383,9.161,15.545C9.16,15.543,9.164,15.547,9.161,15.545z"/>
|
||||
</g>
|
||||
<circle fill="#292D32" cx="6.074" cy="17.117" r="1.523"/>
|
||||
<circle fill="#292D32" cx="12.055" cy="14.072" r="1.523"/>
|
||||
<circle fill="#292D32" cx="18.529" cy="16.004" r="1.523"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
141
Pdf4QtViewer/resources/annot-sticky-note.svg
Normal file
@ -0,0 +1,141 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="none" stroke="#292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M22,10v5c0,5-2,7-7,7H9
|
||||
c-5,0-7-2-7-7V9c0-5,2-7,7-7h5"/>
|
||||
<path fill="none" stroke="#292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M22,10h-4c-3,0-4-1-4-4
|
||||
V2L22,10z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="none" d="M18.222,10.122c0.04,0.369-0.322,0.697-0.678,0.69
|
||||
c-0.387-0.007-0.678-0.299-0.688-0.686c-0.012-0.395,0.335-0.697,0.689-0.698C17.898,9.427,18.26,9.751,18.222,10.122z"/>
|
||||
<path fill="#292D32" d="M5.188,13.729"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M16.008,20.289c0,0.059-0.014,0.107,0.002,0.143
|
||||
s0.063,0.086,0.092,0.084c0.439-0.02,0.844-0.186,0.941-0.719c0.063-0.342,0.061-0.281-0.252-0.293
|
||||
c-0.104-0.002-0.145,0.025-0.16,0.129c-0.041,0.281-0.178,0.426-0.443,0.459C16.035,20.109,15.971,20.162,16.008,20.289z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M7.948,20.316c0-0.186,0-0.186-0.198-0.225
|
||||
c-0.221-0.041-0.362-0.164-0.413-0.375c-0.052-0.209-0.05-0.211-0.282-0.209c-0.022,0-0.044,0-0.066-0.002
|
||||
c-0.08-0.004-0.107,0.029-0.105,0.105c0.014,0.502,0.32,0.83,0.84,0.895C7.948,20.535,7.948,20.535,7.948,20.316z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M16.828,11.83c0.063,0,0.111,0.012,0.15-0.003
|
||||
c0.037-0.015,0.09-0.059,0.088-0.088c-0.021-0.386-0.164-0.791-0.746-0.893c-0.383-0.067-0.303-0.055-0.316,0.239
|
||||
c-0.004,0.099,0.025,0.137,0.135,0.151c0.293,0.039,0.447,0.17,0.482,0.423C16.641,11.805,16.695,11.863,16.828,11.83z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M7.947,11.022c0-0.042,0.012-0.088-0.003-0.125
|
||||
c-0.014-0.033-0.058-0.078-0.087-0.077c-0.448,0.018-0.858,0.195-0.95,0.742c-0.053,0.316-0.044,0.257,0.24,0.271
|
||||
c0.125,0.005,0.165-0.036,0.181-0.15c0.038-0.258,0.182-0.396,0.435-0.441C7.947,11.208,7.947,11.208,7.947,11.022z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M17.074,17.898c0-0.109,0-0.219,0-0.328
|
||||
c0-0.295,0-0.291-0.307-0.291c-0.105,0-0.127,0.039-0.125,0.127c0.004,0.27,0.002,0.537,0.002,0.807c0,0.307,0,0.303,0.32,0.291
|
||||
c0.088-0.002,0.111-0.037,0.111-0.115C17.072,18.225,17.074,18.061,17.074,17.898z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M7.309,17.898c0-0.109,0-0.219,0-0.328
|
||||
c0-0.295,0-0.291-0.306-0.291c-0.104,0.002-0.126,0.039-0.125,0.127c0.004,0.27-0.002,0.537,0.002,0.807
|
||||
c0.005,0.336-0.065,0.283,0.322,0.291c0.079,0.002,0.111-0.025,0.109-0.102C7.307,18.232,7.309,18.066,7.309,17.898z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M14.311,10.813c-0.115,0-0.23,0-0.346,0
|
||||
c-0.299,0.001-0.295,0.001-0.297,0.288c0,0.092,0.025,0.125,0.127,0.123c0.285-0.005,0.572,0.002,0.859-0.002
|
||||
c0.346-0.005,0.291,0.068,0.299-0.296c0.002-0.092-0.041-0.115-0.127-0.113C14.654,10.816,14.482,10.813,14.311,10.813z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M11.991,20.115c-0.12,0-0.238,0-0.357,0
|
||||
c-0.301-0.002-0.298-0.002-0.296,0.287c0,0.096,0.034,0.125,0.13,0.123c0.278-0.004,0.556,0.002,0.835-0.002
|
||||
c0.368-0.006,0.305,0.068,0.314-0.309c0.003-0.08-0.03-0.104-0.109-0.102C12.334,20.117,12.163,20.115,11.991,20.115z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M14.305,20.115c-0.113,0-0.229,0-0.342,0
|
||||
c-0.299,0-0.295,0-0.295,0.289c0,0.096,0.035,0.123,0.131,0.121c0.283-0.004,0.564,0.004,0.846-0.002
|
||||
c0.355-0.006,0.303,0.074,0.309-0.316c0-0.072-0.035-0.094-0.105-0.094C14.666,20.117,14.486,20.115,14.305,20.115z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M16.645,15.666c0,0.109,0,0.219,0,0.328
|
||||
c0,0.289,0,0.285,0.299,0.285c0.111,0.002,0.133-0.041,0.133-0.135c-0.004-0.264-0.002-0.529-0.002-0.793
|
||||
c0-0.299,0-0.295-0.309-0.291c-0.092,0-0.125,0.023-0.123,0.113C16.648,15.338,16.645,15.502,16.645,15.666z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M7.309,15.67C7.309,15.67,7.309,15.67,7.309,15.67
|
||||
c0-0.111,0-0.219,0-0.328c0.001-0.287,0.001-0.281-0.304-0.281c-0.1,0-0.13,0.029-0.128,0.123c0.005,0.264-0.002,0.529,0.003,0.795
|
||||
c0.006,0.354-0.071,0.291,0.324,0.299c0.083,0.002,0.107-0.029,0.105-0.104C7.307,16.006,7.309,15.838,7.309,15.67z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M16.645,13.432c0,0.115,0,0.229,0,0.342
|
||||
c0,0.291,0,0.287,0.311,0.283c0.094,0,0.121-0.031,0.121-0.117c-0.004-0.273,0-0.545-0.002-0.82
|
||||
c-0.004-0.326,0.063-0.277-0.313-0.287c-0.098,0-0.121,0.037-0.119,0.121C16.648,13.113,16.645,13.273,16.645,13.432z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M9.646,20.523c0.11,0,0.22,0.002,0.33,0
|
||||
c0.364-0.008,0.299,0.063,0.309-0.301c0.002-0.082-0.026-0.111-0.113-0.109c-0.291,0.004-0.582-0.002-0.873,0.002
|
||||
c-0.344,0.006-0.29-0.068-0.297,0.301c-0.001,0.08,0.03,0.111,0.116,0.109C9.293,20.521,9.469,20.525,9.646,20.523z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M6.879,13.447c0,0.107,0,0.217,0,0.326
|
||||
c-0.001,0.285-0.001,0.281,0.301,0.285c0.111,0,0.132-0.039,0.13-0.133c-0.004-0.268,0.002-0.537-0.002-0.807
|
||||
c-0.006-0.33,0.07-0.277-0.311-0.285c-0.096-0.002-0.121,0.037-0.119,0.121C6.882,13.117,6.88,13.281,6.879,13.447z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M11.973,11.222c0.115,0,0.229,0,0.344,0c0.308,0,0.304,0,0.3-0.296
|
||||
c-0.001-0.092-0.036-0.115-0.125-0.114c-0.283,0.003-0.565-0.001-0.848,0.002c-0.36,0.005-0.296-0.066-0.306,0.304
|
||||
c-0.003,0.086,0.035,0.107,0.118,0.105C11.628,11.22,11.8,11.222,11.973,11.222z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M9.637,11.222c0.114,0,0.229,0,0.343,0c0.311,0,0.307,0,0.306-0.29
|
||||
c0-0.097-0.039-0.122-0.132-0.121c-0.286,0.004-0.573-0.001-0.859,0.002C8.958,10.818,9.009,10.757,9,11.107
|
||||
c-0.002,0.085,0.026,0.121,0.121,0.117C9.292,11.218,9.465,11.222,9.637,11.222z"/>
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M16.823,19.573c-0.104-0.002-0.145,0.025-0.16,0.129c-0.041,0.281-0.178,0.426-0.443,0.459c-0.152,0.018-0.217,0.07-0.18,0.197
|
||||
c0,0.059-0.014,0.107,0.002,0.143s0.063,0.086,0.092,0.084c0.439-0.02,0.844-0.186,0.941-0.719
|
||||
C17.138,19.524,17.136,19.585,16.823,19.573z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M7.781,20.161c-0.221-0.041-0.362-0.164-0.413-0.375c-0.052-0.209-0.05-0.211-0.282-0.209c-0.022,0-0.044,0-0.066-0.002
|
||||
c-0.08-0.004-0.107,0.029-0.105,0.105c0.014,0.502,0.32,0.83,0.84,0.895c0.226,0.029,0.226,0.029,0.225-0.189
|
||||
C7.979,20.2,7.979,20.2,7.781,20.161z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M16.171,11.305c0.293,0.039,0.447,0.17,0.482,0.423c0.02,0.146,0.074,0.205,0.207,0.171c0.063,0,0.111,0.012,0.15-0.003
|
||||
c0.037-0.015,0.09-0.059,0.088-0.088c-0.021-0.386-0.164-0.791-0.746-0.893c-0.383-0.067-0.303-0.055-0.316,0.239
|
||||
C16.032,11.252,16.062,11.291,16.171,11.305z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M7.177,11.903c0.125,0.005,0.165-0.036,0.181-0.15c0.038-0.258,0.182-0.396,0.435-0.441c0.186-0.034,0.186-0.034,0.185-0.22
|
||||
c0-0.042,0.012-0.088-0.003-0.125c-0.014-0.033-0.058-0.078-0.087-0.077c-0.448,0.018-0.858,0.195-0.95,0.742
|
||||
C6.885,11.949,6.893,11.89,7.177,11.903z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M17.106,17.64c0-0.295,0-0.291-0.307-0.291c-0.105,0-0.127,0.039-0.125,0.127c0.004,0.27,0.002,0.537,0.002,0.807
|
||||
c0,0.307,0,0.303,0.32,0.291c0.088-0.002,0.111-0.037,0.111-0.115c-0.004-0.164-0.002-0.328-0.002-0.49
|
||||
C17.106,17.858,17.106,17.749,17.106,17.64z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M7.233,18.573c0.079,0.002,0.111-0.025,0.109-0.102c-0.004-0.17-0.001-0.336-0.001-0.504c0-0.109,0-0.219,0-0.328
|
||||
c0-0.295,0-0.291-0.306-0.291c-0.104,0.002-0.126,0.039-0.125,0.127c0.004,0.27-0.002,0.537,0.002,0.807
|
||||
C6.917,18.618,6.847,18.565,7.233,18.573z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M14.858,10.881c-0.172,0.004-0.344,0.001-0.516,0.001c-0.115,0-0.23,0-0.346,0c-0.299,0.001-0.295,0.001-0.297,0.288
|
||||
c0,0.092,0.025,0.125,0.127,0.123c0.285-0.005,0.572,0.002,0.859-0.002c0.346-0.005,0.291,0.068,0.299-0.296
|
||||
C14.987,10.902,14.944,10.88,14.858,10.881z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M12.539,20.183c-0.173,0.004-0.344,0.002-0.517,0.002c-0.12,0-0.238,0-0.357,0c-0.301-0.002-0.298-0.002-0.296,0.287
|
||||
c0,0.096,0.034,0.125,0.13,0.123c0.278-0.004,0.556,0.002,0.835-0.002c0.368-0.006,0.306,0.068,0.314-0.309
|
||||
C12.651,20.204,12.618,20.181,12.539,20.183z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M14.88,20.183c-0.182,0.004-0.361,0.002-0.543,0.002c-0.113,0-0.229,0-0.342,0c-0.299,0-0.295,0-0.295,0.289
|
||||
c0,0.096,0.035,0.123,0.131,0.121c0.283-0.004,0.564,0.004,0.846-0.002c0.355-0.006,0.303,0.074,0.309-0.316
|
||||
C14.985,20.204,14.95,20.183,14.88,20.183z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M16.798,15.13c-0.092,0-0.125,0.023-0.123,0.113c0.006,0.164,0.002,0.328,0.002,0.492c0,0.109,0,0.219,0,0.328
|
||||
c0,0.289,0,0.285,0.299,0.285c0.111,0.002,0.133-0.041,0.133-0.135c-0.004-0.264-0.002-0.529-0.002-0.793
|
||||
C17.106,15.122,17.106,15.126,16.798,15.13z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M7.236,16.347c0.083,0.002,0.107-0.029,0.105-0.104c-0.003-0.168-0.001-0.336-0.001-0.504c0,0,0,0,0,0c0-0.111,0-0.219,0-0.328
|
||||
c0.001-0.287,0.001-0.281-0.304-0.281c-0.1,0-0.13,0.029-0.128,0.123c0.005,0.264-0.002,0.529,0.003,0.795
|
||||
C6.918,16.401,6.841,16.339,7.236,16.347z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M16.794,12.901c-0.098,0-0.121,0.037-0.119,0.121c0.006,0.16,0.002,0.32,0.002,0.479c0,0.115,0,0.229,0,0.342
|
||||
c0,0.291,0,0.287,0.311,0.283c0.094,0,0.121-0.031,0.121-0.117c-0.004-0.273,0-0.545-0.002-0.82
|
||||
C17.103,12.862,17.169,12.911,16.794,12.901z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M10.203,20.183c-0.291,0.004-0.582-0.002-0.873,0.002c-0.344,0.006-0.29-0.068-0.297,0.301c-0.001,0.08,0.03,0.111,0.116,0.109
|
||||
c0.176-0.004,0.352,0,0.529-0.002c0.11,0,0.22,0.002,0.33,0c0.364-0.008,0.299,0.063,0.309-0.301
|
||||
C10.318,20.21,10.29,20.181,10.203,20.183z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M6.911,13.843c-0.001,0.285-0.001,0.281,0.301,0.285c0.111,0,0.132-0.039,0.13-0.133c-0.004-0.268,0.002-0.537-0.002-0.807
|
||||
c-0.006-0.33,0.07-0.277-0.311-0.285c-0.096-0.002-0.121,0.037-0.119,0.121c0.004,0.162,0.001,0.326,0.001,0.492
|
||||
C6.911,13.624,6.911,13.733,6.911,13.843z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M12.524,10.881c-0.283,0.003-0.565-0.001-0.848,0.002c-0.36,0.005-0.296-0.066-0.306,0.304c-0.003,0.086,0.035,0.107,0.118,0.105
|
||||
c0.172-0.004,0.344-0.001,0.517-0.001c0.115,0,0.229,0,0.344,0c0.309,0,0.305,0,0.301-0.296
|
||||
C12.648,10.904,12.613,10.88,12.524,10.881z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" stroke="#292D32" stroke-width="0.2" stroke-miterlimit="10" d="
|
||||
M10.185,10.881c-0.286,0.004-0.573-0.001-0.859,0.002c-0.336,0.004-0.285-0.057-0.293,0.293c-0.002,0.085,0.026,0.121,0.121,0.117
|
||||
c0.171-0.005,0.344-0.001,0.516-0.001c0.114,0,0.229,0,0.343,0c0.311,0,0.307,0,0.306-0.29
|
||||
C10.317,10.904,10.279,10.88,10.185,10.881z"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" d="M11.44,18.417c0.163-0.045,0.294-0.12,0.412-0.238
|
||||
c0.635-0.638,1.272-1.273,1.909-1.909l0.994-0.991c0.065-0.066,0.133-0.133,0.192-0.204c0.322-0.387,0.44-0.824,0.352-1.302
|
||||
c-0.116-0.635-0.482-1.053-1.087-1.242c-0.605-0.197-1.16-0.057-1.626,0.404c-1.017,1.007-2.028,2.02-3.038,3.034
|
||||
c-0.079,0.08-0.139,0.172-0.165,0.252c-0.229,0.729-0.454,1.468-0.669,2.197c-0.078,0.264,0.037,0.485,0.305,0.592
|
||||
c0.017,0.008,0.029,0.015,0.04,0.022h0.181l0.698-0.196C10.438,18.695,10.938,18.555,11.44,18.417z M13.166,13.677
|
||||
c0.199-0.244,0.434-0.341,0.704-0.28c0.266,0.058,0.445,0.232,0.506,0.493c0.063,0.28-0.032,0.529-0.278,0.721l-0.069,0.054
|
||||
l-0.92-0.917L13.166,13.677z M9.899,17.718c0.025-0.086,0.052-0.169,0.077-0.25c0.055-0.175,0.107-0.341,0.147-0.508
|
||||
c0.058-0.242,0.182-0.449,0.39-0.651c0.469-0.454,0.937-0.925,1.391-1.38l0.332-0.333c0.017-0.017,0.031-0.044,0.044-0.067
|
||||
l0.084-0.143l0.983,0.985l-0.958,0.954c-0.361,0.361-0.722,0.723-1.086,1.08c-0.068,0.067-0.163,0.122-0.267,0.153
|
||||
c-0.254,0.076-0.51,0.146-0.777,0.219l-0.411,0.113L9.899,17.718z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 13 KiB |
30
Pdf4QtViewer/resources/annot-straight-line.svg
Normal file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="none" stroke="#292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M22,10v5c0,5-2,7-7,7H9
|
||||
c-5,0-7-2-7-7V9c0-5,2-7,7-7h5"/>
|
||||
<path fill="none" stroke="#292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M22,10h-4c-3,0-4-1-4-4
|
||||
V2L22,10z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="none" d="M18.222,10.122c0.04,0.369-0.322,0.697-0.678,0.69
|
||||
c-0.387-0.007-0.678-0.299-0.688-0.686c-0.012-0.395,0.335-0.697,0.689-0.698C17.898,9.427,18.26,9.751,18.222,10.122z"/>
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" d="M4.771,16.07c0.08-0.275,0.207-0.523,0.481-0.641
|
||||
c0.151-0.066,0.324-0.107,0.488-0.109c0.696-0.012,1.393-0.008,2.088-0.004c0.616,0.002,1.01,0.426,0.954,1.014
|
||||
c-0.036,0.375-0.367,0.742-0.744,0.754c-0.803,0.023-1.608,0.031-2.411,0.012c-0.446-0.012-0.705-0.26-0.833-0.693
|
||||
c-0.005-0.018-0.016-0.033-0.024-0.049C4.771,16.258,4.771,16.164,4.771,16.07z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" d="M19.229,16.354c-0.08,0.273-0.207,0.523-0.48,0.641
|
||||
c-0.15,0.064-0.324,0.105-0.488,0.109c-0.695,0.012-1.393,0.008-2.088,0.004c-0.615-0.004-1.01-0.428-0.953-1.016
|
||||
c0.035-0.373,0.367-0.742,0.742-0.752c0.803-0.025,1.607-0.031,2.412-0.012c0.445,0.012,0.703,0.26,0.832,0.691
|
||||
c0.006,0.018,0.016,0.033,0.023,0.051C19.229,16.164,19.229,16.258,19.229,16.354z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" d="M12.011,17.092c-0.414,0-0.829,0.02-1.241-0.006
|
||||
c-0.443-0.025-0.776-0.422-0.777-0.871c-0.001-0.451,0.333-0.834,0.771-0.883c0.093-0.01,0.188-0.018,0.281-0.016
|
||||
c0.729,0.004,1.458-0.008,2.186,0.021c0.443,0.016,0.775,0.42,0.777,0.871c0.002,0.449-0.332,0.832-0.771,0.883
|
||||
c-0.041,0.004-0.082,0.014-0.125,0.014C12.744,17.107,12.377,17.092,12.011,17.092C12.011,17.088,12.011,17.098,12.011,17.092z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
29
Pdf4QtViewer/resources/close.svg
Normal file
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="23.693px" height="23.693px" viewBox="0 0 23.693 23.693" enable-background="new 0 0 23.693 23.693" xml:space="preserve">
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" d="M13.472,11.669c-0.259,0-0.498,0-0.748,0
|
||||
c-0.014,0.076-0.025,0.136-0.037,0.194c-0.098,0.54-0.514,0.781-1.03,0.602c-0.233-0.081-0.406-0.433-0.4-0.815
|
||||
c0.005-0.395,0.18-0.725,0.423-0.8c0.029-0.009,0.061-0.014,0.092-0.014c0.562-0.001,1.123-0.001,1.701-0.001
|
||||
C13.472,11.11,13.472,11.371,13.472,11.669z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" d="M19.456,21.147c0-6.753,0-13.484,0-20.231
|
||||
c-0.121,0-0.217,0-0.312,0c-2.31,0-4.617,0.002-6.926-0.003c-0.149,0-0.303-0.025-0.445-0.067
|
||||
c-0.534-0.159-1.064-0.328-1.628-0.504c0,0.207,0,0.387,0,0.581c-1.982,0-3.938,0-5.89,0C4.244,0.96,4.23,0.982,4.23,1.005
|
||||
C4.229,1.726,4.229,2.448,4.228,3.17l0,0V18c-0.003,0.032-0.006,0.067-0.006,0.104c0.009,0.926,0.004,1.853,0.004,2.778
|
||||
c0,0.086,0,0.169,0,0.279c-0.582,0-1.129,0-1.673,0c0,0.295,0,0.561,0,0.85c2.538,0,5.059,0,7.604,0c0,0.456,0,0.892,0,1.34
|
||||
c1.852-0.346,3.683-0.675,5.505-1.032c1.045-0.204,2.087-0.368,3.157-0.319c0.686,0.031,1.373,0.005,2.063,0.005
|
||||
c0.084,0,0.167,0,0.26,0c0-0.299,0-0.566,0-0.857C20.575,21.147,20.028,21.147,19.456,21.147z M10.135,21.141
|
||||
c-1.128,0-2.235,0-3.379,0c0-0.848,0-1.691,0-2.533c0-1.087,0-2.169,0-3.252V6.721C6.758,6.72,6.76,6.719,6.762,6.718
|
||||
c0-1.079,0-2.16,0-3.253c1.143,0,2.256,0,3.373,0C10.135,9.366,10.135,15.256,10.135,21.141z M10.137,2.611
|
||||
c-1.409,0-2.803,0-4.211,0c0,0.576,0,1.145,0,1.71l0,0v13.737c-0.002,0.931,0,1.858,0,2.789c0,0.095,0,0.188,0,0.295
|
||||
c-0.294,0-0.563,0-0.847,0c0-0.741,0-1.48,0-2.216c0-0.63,0-1.26,0-1.888V5.111c0.002,0.001,0.002,0.002,0.006,0.004
|
||||
c0-1.167,0-2.25,0-3.341c1.694,0,3.367,0,5.052,0C10.137,2.053,10.137,2.319,10.137,2.611z M16.922,21.021c0,0.063,0,0.126,0,0.211
|
||||
c-1.972,0.368-3.927,0.733-5.904,1.103c0-6.951,0-13.883,0-20.839c0.669,0.208,1.321,0.412,1.975,0.616
|
||||
c1.242,0.386,2.482,0.774,3.727,1.155c0.158,0.048,0.207,0.116,0.207,0.281C16.922,9.372,16.923,15.196,16.922,21.021z
|
||||
M18.607,21.144c-0.283,0-0.543,0-0.834,0c0-0.11,0-0.213,0-0.313c0-5.943-0.001-11.888,0.007-17.832
|
||||
c0-0.227-0.069-0.31-0.28-0.372c-0.811-0.238-1.615-0.498-2.421-0.75c-0.06-0.019-0.116-0.04-0.172-0.093c1.227,0,2.454,0,3.7,0
|
||||
C18.607,8.231,18.607,14.675,18.607,21.144z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
125
Pdf4QtViewer/resources/copy-text.svg
Normal file
@ -0,0 +1,125 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M4.31,4.444C3.611,4.437,2.912,4.438,2.215,4.445C1.799,4.449,1.47,4.758,1.464,5.148
|
||||
c-0.011,0.737-0.01,1.475-0.001,2.214C1.47,7.736,1.785,8.046,2.181,8.066l0.04,0.001c0.363,0,0.673-0.26,0.739-0.62
|
||||
C2.979,7.343,2.98,7.233,2.98,7.127V5.967h0.731h0l0.586-0.002c0.438-0.004,0.764-0.314,0.775-0.736
|
||||
c0.004-0.214-0.069-0.411-0.208-0.555C4.725,4.529,4.529,4.446,4.31,4.444z"/>
|
||||
<path fill="#292D32" d="M4.286,21.03H2.979l0.001-0.357c0.001-0.328,0.002-0.655-0.004-0.986c-0.008-0.437-0.322-0.76-0.755-0.76
|
||||
c-0.423,0-0.756,0.321-0.76,0.735c-0.007,0.718-0.007,1.429,0,2.151c0.004,0.403,0.322,0.72,0.727,0.725
|
||||
c0.339,0.004,0.678,0.006,1.017,0.006c0.384,0,0.769-0.002,1.154-0.006c0.4-0.008,0.706-0.323,0.713-0.733
|
||||
c0.004-0.215-0.068-0.409-0.202-0.544C4.725,21.109,4.523,21.032,4.286,21.03z"/>
|
||||
<path fill="#292D32" d="M7.712,4.445c-0.357-0.012-0.715-0.013-1.075,0C6.205,4.464,5.89,4.806,5.908,5.238
|
||||
c0.016,0.409,0.334,0.714,0.756,0.725l0.213,0.003l0.305-0.001l0.292,0.001l0.201-0.002c0.435-0.009,0.762-0.317,0.778-0.73
|
||||
c0.008-0.201-0.062-0.395-0.198-0.541C8.117,4.542,7.923,4.454,7.712,4.445z"/>
|
||||
<path fill="#292D32" d="M2.978,12.992c-0.02-0.446-0.338-0.767-0.771-0.767c-0.429,0.008-0.743,0.338-0.749,0.789
|
||||
c-0.003,0.323-0.003,0.642,0,0.964c0.004,0.456,0.31,0.783,0.741,0.794h0.018c0.433,0,0.746-0.323,0.761-0.779
|
||||
c0.004-0.111,0.003-0.223,0.002-0.334v-0.146l0.001-0.157C2.981,13.234,2.981,13.114,2.978,12.992z"/>
|
||||
<path fill="#292D32" d="M1.458,10.686c0.015,0.423,0.322,0.74,0.731,0.752h0.029c0.406,0,0.729-0.296,0.75-0.69
|
||||
c0.02-0.384,0.02-0.774,0-1.159C2.961,9.491,2.938,9.4,2.897,9.316C2.782,9.08,2.535,8.919,2.232,8.905
|
||||
c-0.018-0.001-0.034-0.007-0.05-0.007c0,0-0.001,0-0.002,0C1.781,8.918,1.476,9.229,1.458,9.635
|
||||
c-0.004,0.121-0.002,0.24-0.001,0.362l0.001,0.153L1.457,10.31C1.456,10.436,1.455,10.562,1.458,10.686z"/>
|
||||
<path fill="#292D32" d="M2.176,18.095l0.044,0.001c0.414,0,0.736-0.313,0.752-0.727c0.016-0.363,0.016-0.729,0-1.097
|
||||
c-0.019-0.408-0.342-0.719-0.777-0.719c-0.413,0.012-0.722,0.328-0.737,0.748c-0.004,0.121-0.003,0.243-0.002,0.365l0.001,0.151
|
||||
l-0.001,0.148c0,0.124-0.001,0.244,0.002,0.366C1.469,17.755,1.771,18.074,2.176,18.095z"/>
|
||||
<path fill="#292D32" d="M11.039,21.032c-0.352-0.009-0.708-0.009-1.065,0c-0.419,0.01-0.737,0.33-0.741,0.748
|
||||
c0,0.003,0,0.006,0,0.01c0,0.002,0,0.003,0,0.005c0,0.063,0.021,0.118,0.035,0.177c0.01,0.031,0.009,0.07,0.022,0.103
|
||||
c0.108,0.271,0.367,0.456,0.684,0.473c0.071,0.002,0.141,0.004,0.212,0.004h0.009c0.002,0,0.004,0,0.005,0l0.311-0.002
|
||||
l0.327,0.002c0.071,0,0.142-0.002,0.211-0.006c0.4-0.019,0.699-0.324,0.72-0.716c0.002-0.016,0.012-0.024,0.012-0.044
|
||||
C11.778,21.376,11.457,21.043,11.039,21.032z"/>
|
||||
<path fill="#292D32" d="M7.723,21.034c-0.363-0.013-0.725-0.013-1.089,0c-0.422,0.011-0.734,0.34-0.726,0.76
|
||||
c0.003,0.41,0.308,0.722,0.72,0.746c0.066,0.002,0.135,0.004,0.203,0.004l0.902-0.004c0.409-0.025,0.71-0.338,0.721-0.735
|
||||
c0.005-0.208-0.069-0.401-0.207-0.542C8.109,21.118,7.922,21.038,7.723,21.034z"/>
|
||||
<path fill="#292D32" d="M14.375,21.032c-0.364-0.011-0.727-0.011-1.086,0.002c-0.307,0.006-0.563,0.198-0.673,0.469
|
||||
c-0.026,0.064-0.033,0.136-0.043,0.207c-0.002,0.021-0.012,0.04-0.013,0.062c0,0.002,0.001,0.005,0.001,0.007
|
||||
c0,0.013-0.006,0.022-0.006,0.033c0.012,0.399,0.312,0.71,0.72,0.737l0.906,0.002c0.064,0,0.136,0,0.201-0.004
|
||||
c0.411-0.02,0.718-0.331,0.721-0.742v-0.002c0-0.002,0-0.002,0-0.002C15.114,21.379,14.792,21.043,14.375,21.032z"/>
|
||||
<path fill="#292D32" d="M16.713,5.973l0.586,0.002h0.004h0.729v1.161c0,0.105,0.002,0.216,0.021,0.32
|
||||
c0.065,0.36,0.374,0.62,0.739,0.62l0.039-0.001c0.394-0.02,0.71-0.331,0.715-0.706c0.012-0.739,0.012-1.475,0-2.213
|
||||
c-0.005-0.39-0.335-0.699-0.752-0.702c-0.693-0.008-1.394-0.01-2.093,0c-0.219,0.002-0.413,0.084-0.555,0.228
|
||||
c-0.138,0.144-0.213,0.341-0.209,0.555C15.947,5.66,16.274,5.968,16.713,5.973z"/>
|
||||
<path fill="#292D32" d="M18.788,18.935c-0.433,0.006-0.747,0.326-0.754,0.764c-0.01,0.327-0.008,0.653-0.004,0.981v0.357h-1.307
|
||||
c-0.235,0.002-0.438,0.08-0.584,0.232c-0.137,0.136-0.206,0.33-0.202,0.544c0.007,0.409,0.313,0.727,0.713,0.731
|
||||
c0.386,0.004,0.769,0.006,1.154,0.006c0.336,0,0.678-0.002,1.018-0.004c0.404-0.005,0.721-0.327,0.722-0.727
|
||||
c0.013-0.717,0.013-1.434,0-2.151C19.544,19.257,19.211,18.935,18.788,18.935z"/>
|
||||
<path fill="#292D32" d="M10,5.973l0.218,0.002l0.298-0.001l0.298,0.001c0.074,0,0.146,0,0.218-0.003
|
||||
c0.409-0.014,0.721-0.311,0.747-0.708c0-0.004-0.004-0.007-0.004-0.013c0,0,0,0,0-0.001c0.004-0.021-0.007-0.041-0.007-0.063
|
||||
c-0.004-0.079-0.01-0.159-0.031-0.231c-0.031-0.096-0.084-0.185-0.15-0.26c-0.135-0.147-0.317-0.233-0.515-0.243
|
||||
c-0.377-0.018-0.76-0.021-1.139,0c-0.198,0.012-0.38,0.096-0.508,0.241c-0.136,0.152-0.203,0.35-0.19,0.563
|
||||
c0.006,0.1,0.031,0.193,0.07,0.277C9.422,5.79,9.682,5.964,10,5.973z"/>
|
||||
<path fill="#292D32" d="M14.375,4.453c-0.36-0.012-0.718-0.012-1.072,0c-0.214,0.008-0.408,0.097-0.544,0.248
|
||||
c-0.136,0.147-0.209,0.34-0.201,0.541c0.019,0.414,0.345,0.72,0.779,0.73l0.203,0.002l0.293-0.001l0.302,0.001l0.215-0.003
|
||||
c0.42-0.011,0.739-0.318,0.756-0.726C15.12,4.812,14.808,4.471,14.375,4.453z"/>
|
||||
<path fill="#292D32" d="M18.034,13.997c0.018,0.458,0.329,0.778,0.76,0.778h0.02c0.433-0.007,0.734-0.333,0.741-0.789
|
||||
c0.003-0.323,0.003-0.643,0-0.964c-0.007-0.452-0.32-0.781-0.748-0.789c-0.436-0.002-0.753,0.32-0.772,0.766
|
||||
c-0.005,0.121-0.005,0.241-0.002,0.363v0.155v0.145C18.029,13.774,18.027,13.887,18.034,13.997z"/>
|
||||
<path fill="#292D32" d="M19.557,10.006c0-0.122,0.001-0.243-0.002-0.364c-0.02-0.406-0.324-0.717-0.721-0.738h-0.002
|
||||
c-0.019,0-0.033,0.008-0.054,0.009c-0.299,0.015-0.549,0.175-0.666,0.41c-0.038,0.084-0.06,0.176-0.067,0.272
|
||||
c-0.02,0.385-0.02,0.774,0,1.158c0.021,0.395,0.344,0.694,0.749,0.694h0.03c0.409-0.015,0.717-0.331,0.73-0.755
|
||||
c0.003-0.123,0.002-0.25,0.002-0.375l-0.002-0.159L19.557,10.006z"/>
|
||||
<path fill="#292D32" d="M19.555,16.312c-0.018-0.424-0.326-0.739-0.737-0.751c-0.435,0-0.76,0.309-0.777,0.72
|
||||
c-0.018,0.367-0.018,0.731,0,1.1c0.019,0.411,0.34,0.726,0.754,0.726l0.044-0.002c0.408-0.02,0.708-0.34,0.72-0.76
|
||||
c0.002-0.126,0.002-0.248,0.002-0.37l-0.002-0.146l0.002-0.149C19.557,16.55,19.558,16.43,19.555,16.312z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M7.604,15.028H5.609l-0.289,0.7H4.247l1.826-4.476h1.075l1.827,4.476H7.891L7.604,15.028z M7.27,14.214
|
||||
l-0.665-1.636l-0.664,1.636H7.27z"/>
|
||||
<path fill="#292D32" d="M13.102,14.046c0,1.033-0.65,1.766-1.55,1.766c-0.473,0-0.86-0.203-1.128-0.556v0.473H9.471v-4.552h0.953
|
||||
v1.655c0.269-0.346,0.656-0.546,1.128-0.546C12.451,12.286,13.102,13.015,13.102,14.046z M12.176,14.046
|
||||
c0-0.561-0.37-0.958-0.899-0.958c-0.464,0-0.802,0.339-0.853,0.826v0.262c0.051,0.493,0.389,0.835,0.853,0.835
|
||||
C11.806,15.01,12.176,14.612,12.176,14.046z"/>
|
||||
<path fill="#292D32" d="M13.581,14.046c0-0.958,0.847-1.76,1.847-1.76c0.544,0,0.995,0.221,1.321,0.571l-0.633,0.542
|
||||
c-0.17-0.189-0.437-0.312-0.697-0.312c-0.494,0-0.916,0.438-0.916,0.951c0,0.525,0.422,0.972,0.925,0.972
|
||||
c0.262,0,0.531-0.129,0.71-0.327l0.63,0.532c-0.334,0.367-0.786,0.596-1.349,0.596C14.423,15.812,13.581,14.999,13.581,14.046z"/>
|
||||
</g>
|
||||
<circle fill="#292D32" cx="18.763" cy="5.209" r="3.751"/>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M18.616,3.558v0.666c0,0.555-0.223,0.777-0.777,0.777h-0.668c-0.555,0-0.775-0.223-0.775-0.777V3.558
|
||||
c0-0.557,0.221-0.778,0.775-0.778h0.668C18.394,2.779,18.616,3.002,18.616,3.558z"/>
|
||||
<path fill="#FFFFFF" d="M17.839,5.12h-0.668c-0.619,0-0.895-0.276-0.895-0.896V3.558c0-0.62,0.275-0.897,0.895-0.897h0.668
|
||||
c0.619,0,0.896,0.277,0.896,0.897v0.666C18.735,4.844,18.458,5.12,17.839,5.12z M17.171,2.898c-0.49,0-0.656,0.167-0.656,0.659
|
||||
v0.666c0,0.492,0.164,0.658,0.656,0.658h0.668c0.492,0,0.658-0.166,0.658-0.658V3.558c0-0.492-0.166-0.659-0.658-0.659H17.171
|
||||
L17.171,2.898z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M21.13,6.194V6.86c0,0.556-0.223,0.778-0.777,0.778h-0.668c-0.555,0-0.775-0.223-0.775-0.778V6.194
|
||||
c0-0.555,0.221-0.777,0.775-0.777h0.668C20.907,5.417,21.13,5.64,21.13,6.194z"/>
|
||||
<path fill="#FFFFFF" d="M20.353,7.758h-0.668c-0.619,0-0.895-0.277-0.895-0.897V6.194c0-0.62,0.275-0.896,0.895-0.896h0.668
|
||||
c0.619,0,0.896,0.276,0.896,0.896V6.86C21.249,7.48,20.972,7.758,20.353,7.758z M19.685,5.536c-0.49,0-0.656,0.166-0.656,0.658
|
||||
V6.86c0,0.492,0.164,0.66,0.656,0.66l0.668-0.001c0.492,0,0.658-0.166,0.658-0.659V6.194c0-0.492-0.166-0.659-0.658-0.659
|
||||
L19.685,5.536z"/>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M20.614,6.157h-1.189c-0.066,0-0.119-0.053-0.119-0.118s0.053-0.119,0.119-0.119h1.189
|
||||
c0.066,0,0.119,0.054,0.119,0.119S20.681,6.157,20.614,6.157z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M20.614,6.646h-1.189c-0.066,0-0.119-0.053-0.119-0.119c0-0.064,0.053-0.118,0.119-0.118h1.189
|
||||
c0.066,0,0.119,0.054,0.119,0.118C20.733,6.594,20.681,6.646,20.614,6.646z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M20.614,7.136h-1.189c-0.066,0-0.119-0.053-0.119-0.119c0-0.065,0.053-0.119,0.119-0.119h1.189
|
||||
c0.066,0,0.119,0.054,0.119,0.119C20.733,7.083,20.681,7.136,20.614,7.136z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M20.007,5.083c-0.027-0.002-0.055-0.013-0.074-0.032l-0.387-0.379c-0.045-0.043-0.045-0.114-0.002-0.158
|
||||
c0.045-0.044,0.115-0.045,0.16-0.002l0.305,0.301l0.301-0.307c0.043-0.044,0.113-0.045,0.158-0.001
|
||||
c0.045,0.043,0.045,0.113,0.002,0.158L20.091,5.05c-0.021,0.021-0.049,0.032-0.08,0.033C20.011,5.083,20.009,5.083,20.007,5.083z
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M20.132,4.865l-0.25-0.056c0-0.003,0.068-0.329-0.115-0.556c-0.127-0.155-0.348-0.235-0.658-0.235V3.762
|
||||
c0.393,0.001,0.682,0.113,0.859,0.333C20.228,4.418,20.136,4.847,20.132,4.865z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 9.9 KiB |
87
Pdf4QtViewer/resources/deselect-text.svg
Normal file
@ -0,0 +1,87 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M4.31,4.444C3.611,4.437,2.912,4.438,2.215,4.445C1.799,4.449,1.47,4.758,1.464,5.148
|
||||
c-0.011,0.737-0.01,1.475-0.001,2.214C1.47,7.736,1.785,8.046,2.181,8.066l0.04,0.001c0.363,0,0.673-0.26,0.739-0.62
|
||||
C2.979,7.343,2.98,7.233,2.98,7.127V5.967h0.731h0l0.586-0.002c0.438-0.004,0.764-0.314,0.775-0.736
|
||||
c0.004-0.214-0.069-0.411-0.208-0.555C4.725,4.529,4.529,4.446,4.31,4.444z"/>
|
||||
<path fill="#292D32" d="M4.286,21.03H2.979l0.001-0.357c0.001-0.328,0.002-0.655-0.004-0.986c-0.008-0.437-0.322-0.76-0.755-0.76
|
||||
c-0.423,0-0.756,0.321-0.76,0.735c-0.007,0.718-0.007,1.429,0,2.151c0.004,0.403,0.322,0.72,0.727,0.725
|
||||
c0.339,0.004,0.678,0.006,1.017,0.006c0.384,0,0.769-0.002,1.154-0.006c0.4-0.008,0.706-0.323,0.713-0.733
|
||||
c0.004-0.215-0.068-0.409-0.202-0.544C4.725,21.109,4.523,21.032,4.286,21.03z"/>
|
||||
<path fill="#292D32" d="M7.712,4.445c-0.357-0.012-0.715-0.013-1.075,0C6.205,4.464,5.89,4.806,5.908,5.238
|
||||
c0.016,0.409,0.334,0.714,0.756,0.725l0.213,0.003l0.305-0.001l0.292,0.001l0.201-0.002c0.435-0.009,0.762-0.317,0.778-0.73
|
||||
c0.008-0.201-0.062-0.395-0.198-0.541C8.117,4.542,7.923,4.454,7.712,4.445z"/>
|
||||
<path fill="#292D32" d="M2.978,12.992c-0.02-0.446-0.338-0.767-0.771-0.767c-0.429,0.008-0.743,0.338-0.749,0.789
|
||||
c-0.003,0.323-0.003,0.642,0,0.964c0.004,0.456,0.31,0.783,0.741,0.794h0.018c0.433,0,0.746-0.323,0.761-0.779
|
||||
c0.004-0.111,0.003-0.223,0.002-0.334v-0.146l0.001-0.157C2.981,13.234,2.981,13.114,2.978,12.992z"/>
|
||||
<path fill="#292D32" d="M1.458,10.686c0.015,0.423,0.322,0.74,0.731,0.752h0.029c0.406,0,0.729-0.296,0.75-0.69
|
||||
c0.02-0.384,0.02-0.774,0-1.159C2.961,9.491,2.938,9.4,2.897,9.316C2.782,9.08,2.535,8.919,2.232,8.905
|
||||
c-0.018-0.001-0.034-0.007-0.05-0.007c0,0-0.001,0-0.002,0C1.781,8.918,1.476,9.229,1.458,9.635
|
||||
c-0.004,0.121-0.002,0.24-0.001,0.362l0.001,0.153L1.457,10.31C1.456,10.436,1.455,10.562,1.458,10.686z"/>
|
||||
<path fill="#292D32" d="M2.176,18.095l0.044,0.001c0.414,0,0.736-0.313,0.752-0.727c0.016-0.363,0.016-0.729,0-1.097
|
||||
c-0.019-0.408-0.342-0.719-0.777-0.719c-0.413,0.012-0.722,0.328-0.737,0.748c-0.004,0.121-0.003,0.243-0.002,0.365l0.001,0.151
|
||||
l-0.001,0.148c0,0.124-0.001,0.244,0.002,0.366C1.469,17.755,1.771,18.074,2.176,18.095z"/>
|
||||
<path fill="#292D32" d="M11.039,21.032c-0.352-0.009-0.708-0.009-1.065,0c-0.419,0.01-0.737,0.33-0.741,0.748
|
||||
c0,0.003,0,0.006,0,0.01c0,0.002,0,0.003,0,0.005c0,0.063,0.021,0.118,0.035,0.177c0.01,0.031,0.009,0.07,0.022,0.103
|
||||
c0.108,0.271,0.367,0.456,0.684,0.473c0.071,0.002,0.141,0.004,0.212,0.004h0.009c0.002,0,0.004,0,0.005,0l0.311-0.002
|
||||
l0.327,0.002c0.071,0,0.142-0.002,0.211-0.006c0.4-0.019,0.699-0.324,0.72-0.716c0.002-0.016,0.012-0.024,0.012-0.044
|
||||
C11.778,21.376,11.457,21.043,11.039,21.032z"/>
|
||||
<path fill="#292D32" d="M7.723,21.034c-0.363-0.013-0.725-0.013-1.089,0c-0.422,0.011-0.734,0.34-0.726,0.76
|
||||
c0.003,0.41,0.308,0.722,0.72,0.746c0.066,0.002,0.135,0.004,0.203,0.004l0.902-0.004c0.409-0.025,0.71-0.338,0.721-0.735
|
||||
c0.005-0.208-0.069-0.401-0.207-0.542C8.109,21.118,7.922,21.038,7.723,21.034z"/>
|
||||
<path fill="#292D32" d="M14.375,21.032c-0.364-0.011-0.727-0.011-1.086,0.002c-0.307,0.006-0.563,0.198-0.673,0.469
|
||||
c-0.026,0.064-0.033,0.136-0.043,0.207c-0.002,0.021-0.012,0.04-0.013,0.062c0,0.002,0.001,0.005,0.001,0.007
|
||||
c0,0.013-0.006,0.022-0.006,0.033c0.012,0.399,0.312,0.71,0.72,0.737l0.906,0.002c0.064,0,0.136,0,0.201-0.004
|
||||
c0.411-0.02,0.718-0.331,0.721-0.742v-0.002c0-0.002,0-0.002,0-0.002C15.114,21.379,14.792,21.043,14.375,21.032z"/>
|
||||
<path fill="#292D32" d="M16.713,5.973l0.586,0.002h0.004h0.729v1.161c0,0.105,0.002,0.216,0.021,0.32
|
||||
c0.065,0.36,0.374,0.62,0.739,0.62l0.039-0.001c0.394-0.02,0.71-0.331,0.715-0.706c0.012-0.739,0.012-1.475,0-2.213
|
||||
c-0.005-0.39-0.335-0.699-0.752-0.702c-0.693-0.008-1.394-0.01-2.093,0c-0.219,0.002-0.413,0.084-0.555,0.228
|
||||
c-0.138,0.144-0.213,0.341-0.209,0.555C15.947,5.66,16.274,5.968,16.713,5.973z"/>
|
||||
<path fill="#292D32" d="M18.788,18.935c-0.433,0.006-0.747,0.326-0.754,0.764c-0.01,0.327-0.008,0.653-0.004,0.981v0.357h-1.307
|
||||
c-0.235,0.002-0.438,0.08-0.584,0.232c-0.137,0.136-0.206,0.33-0.202,0.544c0.007,0.409,0.313,0.727,0.713,0.731
|
||||
c0.386,0.004,0.769,0.006,1.154,0.006c0.336,0,0.678-0.002,1.018-0.004c0.404-0.005,0.721-0.327,0.722-0.727
|
||||
c0.013-0.717,0.013-1.434,0-2.151C19.544,19.257,19.211,18.935,18.788,18.935z"/>
|
||||
<path fill="#292D32" d="M10,5.973l0.218,0.002l0.298-0.001l0.298,0.001c0.074,0,0.146,0,0.218-0.003
|
||||
c0.409-0.014,0.721-0.311,0.747-0.708c0-0.004-0.004-0.007-0.004-0.013c0,0,0,0,0-0.001c0.004-0.021-0.007-0.041-0.007-0.063
|
||||
c-0.004-0.079-0.01-0.159-0.031-0.231c-0.031-0.096-0.084-0.185-0.15-0.26c-0.135-0.147-0.317-0.233-0.515-0.243
|
||||
c-0.377-0.018-0.76-0.021-1.139,0c-0.198,0.012-0.38,0.096-0.508,0.241c-0.136,0.152-0.203,0.35-0.19,0.563
|
||||
c0.006,0.1,0.031,0.193,0.07,0.277C9.422,5.79,9.682,5.964,10,5.973z"/>
|
||||
<path fill="#292D32" d="M14.375,4.453c-0.36-0.012-0.718-0.012-1.072,0c-0.214,0.008-0.408,0.097-0.544,0.248
|
||||
c-0.136,0.147-0.209,0.34-0.201,0.541c0.019,0.414,0.345,0.72,0.779,0.73l0.203,0.002l0.293-0.001l0.302,0.001l0.215-0.003
|
||||
c0.42-0.011,0.739-0.318,0.756-0.726C15.12,4.812,14.808,4.471,14.375,4.453z"/>
|
||||
<path fill="#292D32" d="M18.034,13.997c0.018,0.458,0.329,0.778,0.76,0.778h0.02c0.433-0.007,0.734-0.333,0.741-0.789
|
||||
c0.003-0.323,0.003-0.643,0-0.964c-0.007-0.452-0.32-0.781-0.748-0.789c-0.436-0.002-0.753,0.32-0.772,0.766
|
||||
c-0.005,0.121-0.005,0.241-0.002,0.363v0.155v0.145C18.029,13.774,18.027,13.887,18.034,13.997z"/>
|
||||
<path fill="#292D32" d="M19.557,10.006c0-0.122,0.001-0.243-0.002-0.364c-0.02-0.406-0.324-0.717-0.721-0.738h-0.002
|
||||
c-0.019,0-0.033,0.008-0.054,0.009c-0.299,0.015-0.549,0.175-0.666,0.41c-0.038,0.084-0.06,0.176-0.067,0.272
|
||||
c-0.02,0.385-0.02,0.774,0,1.158c0.021,0.395,0.344,0.694,0.749,0.694h0.03c0.409-0.015,0.717-0.331,0.73-0.755
|
||||
c0.003-0.123,0.002-0.25,0.002-0.375l-0.002-0.159L19.557,10.006z"/>
|
||||
<path fill="#292D32" d="M19.555,16.312c-0.018-0.424-0.326-0.739-0.737-0.751c-0.435,0-0.76,0.309-0.777,0.72
|
||||
c-0.018,0.367-0.018,0.731,0,1.1c0.019,0.411,0.34,0.726,0.754,0.726l0.044-0.002c0.408-0.02,0.708-0.34,0.72-0.76
|
||||
c0.002-0.126,0.002-0.248,0.002-0.37l-0.002-0.146l0.002-0.149C19.557,16.55,19.558,16.43,19.555,16.312z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M7.604,15.028H5.609l-0.289,0.7H4.247l1.826-4.476h1.075l1.827,4.476H7.891L7.604,15.028z M7.27,14.214
|
||||
l-0.665-1.636l-0.664,1.636H7.27z"/>
|
||||
<path fill="#292D32" d="M13.102,14.046c0,1.033-0.65,1.766-1.55,1.766c-0.473,0-0.86-0.203-1.128-0.556v0.473H9.471v-4.552h0.953
|
||||
v1.655c0.269-0.346,0.656-0.546,1.128-0.546C12.451,12.286,13.102,13.015,13.102,14.046z M12.176,14.046
|
||||
c0-0.561-0.37-0.958-0.899-0.958c-0.464,0-0.802,0.339-0.853,0.826v0.262c0.051,0.493,0.389,0.835,0.853,0.835
|
||||
C11.806,15.01,12.176,14.612,12.176,14.046z"/>
|
||||
<path fill="#292D32" d="M13.581,14.046c0-0.958,0.847-1.76,1.847-1.76c0.544,0,0.995,0.221,1.321,0.571l-0.633,0.542
|
||||
c-0.17-0.189-0.437-0.312-0.697-0.312c-0.494,0-0.916,0.438-0.916,0.951c0,0.525,0.422,0.972,0.925,0.972
|
||||
c0.262,0,0.531-0.129,0.71-0.327l0.63,0.532c-0.334,0.367-0.786,0.596-1.349,0.596C14.423,15.812,13.581,14.999,13.581,14.046z"/>
|
||||
</g>
|
||||
<circle fill="#292D32" cx="18.794" cy="5.202" r="3.751"/>
|
||||
<path fill="#FFFFFF" d="M19.258,5.201l1.409-1.409l0.051-0.055c0.066-0.085,0.088-0.197,0.057-0.299
|
||||
c-0.032-0.104-0.113-0.185-0.218-0.217l-0.098-0.015c-0.092,0-0.175,0.038-0.247,0.111l-1.419,1.421l-1.41-1.411l-0.047-0.042
|
||||
c-0.102-0.081-0.229-0.095-0.354-0.033c-0.128,0.067-0.195,0.198-0.171,0.33c0.014,0.078,0.053,0.154,0.105,0.204
|
||||
c0.47,0.473,0.941,0.945,1.413,1.416l-1.419,1.42l0,0l-0.038,0.04c-0.07,0.087-0.093,0.202-0.059,0.308
|
||||
c0.033,0.105,0.118,0.186,0.227,0.216l0.087,0.012c0.091,0,0.174-0.038,0.246-0.111l1.42-1.421l1.419,1.418l0.047,0.043
|
||||
c0.103,0.08,0.251,0.091,0.364,0.027c0.129-0.073,0.193-0.219,0.154-0.36c-0.019-0.062-0.055-0.123-0.104-0.174L19.258,5.201z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.2 KiB |
29
Pdf4QtViewer/resources/encryption.svg
Normal file
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M18.662,12.893c-0.019-0.962-0.756-1.756-1.716-1.853c-0.056-0.006-0.11-0.014-0.181-0.022
|
||||
c0-0.074,0-0.141,0-0.208c0-1.164,0.015-2.329-0.006-3.494c-0.031-2.067-0.98-3.57-2.852-4.447
|
||||
c-0.254-0.118-0.533-0.188-0.813-0.25c-0.053-0.01-1.043-0.213-1.861-0.077c-0.063,0.013-0.124,0.026-0.187,0.04
|
||||
C11,2.591,10.954,2.605,10.909,2.619c-0.146,0.048-0.219,0.061-0.242,0.051c-0.135,0.034-0.27,0.077-0.396,0.129
|
||||
C8.627,3.47,7.632,4.695,7.314,6.447C7.257,6.769,7.245,7.1,7.244,7.427C7.235,8.548,7.241,9.67,7.241,10.792
|
||||
c0,0.067,0,0.134,0,0.214c-0.052,0.011-0.097,0.025-0.144,0.029c-1.041,0.11-1.756,0.898-1.756,1.952
|
||||
c-0.004,2.174,0.012,4.35-0.009,6.523C5.322,20.465,6,21.332,6.934,21.477c0.016,0.004,0.031,0.018,0.046,0.029
|
||||
c3.348,0,6.697,0,10.045,0c0.36-0.096,0.705-0.221,0.99-0.477c0.401-0.371,0.646-0.816,0.646-1.369
|
||||
c0.009-1.822,0.006-3.641,0.006-5.463C18.666,13.764,18.672,13.33,18.662,12.893z M9.143,7.274c0.01-1.46,1.017-2.664,2.404-2.876
|
||||
c1.731-0.267,3.264,1.007,3.311,2.781c0.026,1.245,0.003,2.491,0.003,3.735c0,0.029-0.007,0.059-0.013,0.098
|
||||
c-1.899,0-3.791,0-5.708,0c0-0.374,0-0.727,0-1.082C9.141,9.047,9.137,8.16,9.143,7.274z"/>
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M11.386,17.957c0-0.514-0.003-1.029,0.003-1.547c0-0.125-0.027-0.191-0.155-0.25
|
||||
c-0.883-0.4-1.307-1.373-1.013-2.283c0.296-0.902,1.205-1.435,2.165-1.26c0.9,0.162,1.568,1.018,1.505,1.957
|
||||
c-0.051,0.738-0.43,1.27-1.097,1.588c-0.123,0.059-0.157,0.117-0.155,0.246c0.004,1.025,0.004,2.049,0.001,3.074
|
||||
c-0.001,0.486-0.445,0.805-0.869,0.617c-0.253-0.113-0.383-0.316-0.384-0.594C11.385,18.988,11.386,18.475,11.386,17.957z
|
||||
M12.64,14.455c-0.003-0.34-0.288-0.623-0.627-0.623c-0.346,0-0.635,0.301-0.626,0.648c0.009,0.336,0.299,0.615,0.638,0.609
|
||||
C12.364,15.082,12.643,14.793,12.64,14.455z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
44
Pdf4QtViewer/resources/invert-colors.svg
Normal file
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#292D32" d="M12.059,22.386c-0.041,0-0.082,0-0.123,0
|
||||
c-0.031-0.003-0.063-0.008-0.094-0.008c-0.573-0.013-1.135-0.089-1.688-0.232c-1.191-0.312-2.238-0.887-3.144-1.721
|
||||
c-0.789-0.728-1.392-1.587-1.806-2.576c-0.297-0.71-0.474-1.451-0.538-2.218c-0.042-0.505-0.03-1.008,0.048-1.508
|
||||
c0.075-0.484,0.193-0.959,0.342-1.427c0.373-1.176,0.894-2.286,1.473-3.37C7.17,8.129,7.887,6.978,8.644,5.851
|
||||
c0.781-1.162,1.604-2.295,2.47-3.396c0.187-0.237,0.375-0.474,0.568-0.705c0.097-0.115,0.229-0.147,0.376-0.132
|
||||
c0.147,0.016,0.244,0.105,0.332,0.214c0.998,1.235,1.941,2.511,2.833,3.824c0.88,1.296,1.705,2.625,2.427,4.017
|
||||
c0.511,0.985,0.968,1.994,1.301,3.056c0.186,0.591,0.328,1.193,0.384,1.812c0.055,0.636,0.01,1.266-0.111,1.892
|
||||
c-0.159,0.818-0.45,1.589-0.875,2.31c-0.507,0.861-1.163,1.591-1.965,2.189c-0.7,0.521-1.469,0.905-2.306,1.151
|
||||
c-0.508,0.149-1.027,0.245-1.557,0.278C12.367,22.369,12.212,22.378,12.059,22.386z M11.563,21.496c0-6.072,0-12.131,0-18.201
|
||||
c-0.018,0.021-0.03,0.035-0.04,0.049c-0.146,0.192-0.292,0.383-0.436,0.575C10.378,4.863,9.698,5.827,9.05,6.813
|
||||
c-0.732,1.115-1.422,2.256-2.03,3.444c-0.44,0.86-0.837,1.739-1.13,2.662c-0.179,0.561-0.317,1.13-0.364,1.719
|
||||
c-0.05,0.619,0.003,1.23,0.143,1.834c0.249,1.076,0.744,2.029,1.479,2.855c0.516,0.581,1.119,1.054,1.804,1.42
|
||||
c0.669,0.356,1.379,0.586,2.128,0.694C11.239,21.465,11.399,21.478,11.563,21.496z"/>
|
||||
<path fill="#292D32" d="M12.074,22.985h-0.139l0,0l-0.11-0.008c-0.618-0.014-1.232-0.098-1.822-0.251
|
||||
c-1.28-0.335-2.423-0.961-3.4-1.86c-0.85-0.784-1.507-1.721-1.953-2.786c-0.317-0.757-0.513-1.564-0.582-2.399
|
||||
c-0.047-0.566-0.029-1.122,0.054-1.65c0.076-0.49,0.195-0.986,0.363-1.516C4.823,11.45,5.304,10.347,6,9.044
|
||||
c0.591-1.105,1.293-2.26,2.145-3.527c0.788-1.173,1.628-2.328,2.496-3.434c0.19-0.242,0.383-0.482,0.579-0.718
|
||||
c0.19-0.228,0.464-0.352,0.771-0.352l0.13,0.007c0.42,0.045,0.657,0.337,0.734,0.433c0.996,1.232,1.959,2.533,2.863,3.865
|
||||
c0.993,1.462,1.799,2.795,2.463,4.077c0.608,1.172,1.034,2.174,1.341,3.152c0.222,0.704,0.355,1.338,0.409,1.938
|
||||
c0.057,0.662,0.017,1.354-0.12,2.06c-0.172,0.885-0.49,1.726-0.947,2.5c-0.543,0.924-1.258,1.72-2.122,2.365
|
||||
c-0.758,0.563-1.597,0.982-2.496,1.246c-0.561,0.165-1.128,0.267-1.688,0.302L12.074,22.985z M12.144,2.483l0.019,0.812v18.484
|
||||
l0.32-0.019c0.471-0.029,0.95-0.115,1.426-0.255c0.763-0.225,1.475-0.58,2.116-1.058c0.735-0.549,1.344-1.227,1.806-2.013
|
||||
c0.388-0.656,0.658-1.369,0.804-2.119c0.117-0.604,0.15-1.169,0.103-1.726c-0.046-0.511-0.163-1.063-0.358-1.684
|
||||
c-0.286-0.91-0.687-1.851-1.261-2.96c-0.644-1.238-1.425-2.532-2.391-3.955C13.907,4.786,13.04,3.607,12.144,2.483z M10.962,5.099
|
||||
C10.473,5.776,10,6.461,9.551,7.144c-0.805,1.226-1.458,2.334-1.997,3.388c-0.496,0.969-0.843,1.785-1.092,2.57
|
||||
c-0.192,0.604-0.3,1.107-0.338,1.585c-0.043,0.536,0,1.091,0.129,1.651c0.225,0.971,0.677,1.843,1.343,2.592
|
||||
c0.465,0.522,1.016,0.956,1.639,1.289c0.539,0.287,1.12,0.487,1.728,0.597V5.099z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M11.563,21.496c-0.163-0.019-0.324-0.031-0.482-0.054
|
||||
c-0.75-0.108-1.459-0.338-2.128-0.694c-0.686-0.366-1.288-0.839-1.804-1.42c-0.735-0.826-1.23-1.779-1.479-2.855
|
||||
c-0.139-0.604-0.193-1.215-0.143-1.834C5.573,14.05,5.711,13.48,5.89,12.92c0.293-0.923,0.689-1.802,1.13-2.662
|
||||
c0.608-1.188,1.298-2.329,2.03-3.444c0.648-0.986,1.328-1.95,2.037-2.895c0.145-0.192,0.291-0.383,0.436-0.575
|
||||
c0.01-0.014,0.022-0.027,0.04-0.049C11.563,9.365,11.563,15.424,11.563,21.496z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.9 KiB |
30
Pdf4QtViewer/resources/optimize.svg
Normal file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M11.591,1.116v5.017l-0.54-0.542c-0.16-0.16-0.422-0.16-0.582,0c-0.161,0.16-0.161,0.421,0,0.582
|
||||
l1.241,1.243c0.038,0.038,0.084,0.067,0.133,0.089c0.049,0.021,0.104,0.032,0.159,0.032s0.11-0.012,0.157-0.033
|
||||
c0.053-0.021,0.097-0.051,0.134-0.088l1.24-1.243c0.082-0.079,0.12-0.184,0.12-0.29c0-0.105-0.038-0.209-0.121-0.29
|
||||
c-0.159-0.161-0.422-0.16-0.58,0l-0.54,0.54V1.116c0-0.229-0.185-0.414-0.412-0.414S11.591,0.888,11.591,1.116z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M12.409,22.87v-5.018l0.54,0.541c0.16,0.161,0.423,0.161,0.583,0c0.16-0.158,0.16-0.421,0-0.581
|
||||
l-1.242-1.243c-0.037-0.037-0.084-0.065-0.133-0.089c-0.049-0.02-0.103-0.031-0.157-0.031c-0.056,0-0.11,0.012-0.158,0.033
|
||||
c-0.052,0.021-0.096,0.051-0.133,0.087l-1.241,1.243c-0.082,0.08-0.121,0.185-0.121,0.291c0,0.104,0.039,0.209,0.122,0.29
|
||||
c0.159,0.161,0.421,0.159,0.58,0l0.54-0.541v5.018c0,0.229,0.184,0.413,0.411,0.413C12.228,23.283,12.409,23.098,12.409,22.87z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M17.923,11.755H6.078c-1.044,0-1.894-0.754-1.894-1.683S5.033,8.39,6.078,8.39h11.845
|
||||
c1.044,0,1.894,0.754,1.894,1.683S18.967,11.755,17.923,11.755z M6.078,9.49c-0.43,0-0.793,0.267-0.793,0.583
|
||||
s0.363,0.583,0.793,0.583h11.845c0.431,0,0.793-0.267,0.793-0.583S18.354,9.49,17.923,9.49H6.078z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M17.923,15.596H6.077c-1.044,0-1.894-0.755-1.894-1.683s0.849-1.683,1.894-1.683h11.846
|
||||
c1.044,0,1.894,0.755,1.894,1.683S18.967,15.596,17.923,15.596z M6.077,13.33c-0.43,0-0.793,0.267-0.793,0.583
|
||||
c0,0.315,0.363,0.583,0.793,0.583h11.846c0.431,0,0.793-0.268,0.793-0.583c0-0.316-0.362-0.583-0.793-0.583H6.077z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
39
Pdf4QtViewer/resources/save-as.svg
Normal file
@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M22.75,10v5c0,3.7-1.08,5.96-3.49,7.02c-0.17,0.08-0.35,0.15-0.54,0.2c-1.02,0.36-2.26,0.53-3.72,0.53H9
|
||||
c-1.46,0-2.7-0.17-3.72-0.53c-0.17-0.05-0.34-0.109-0.49-0.17C2.34,20.99,1.25,18.73,1.25,15V9c0-5.43,2.32-7.75,7.75-7.75h5
|
||||
c0.1,0,0.2,0.02,0.29,0.06s0.17,0.09,0.24,0.16C14.66,1.61,14.75,1.8,14.75,2c0,0.41-0.34,0.75-0.75,0.75H9
|
||||
c-0.48,0-0.92,0.02-1.34,0.06C4.07,3.12,2.75,4.87,2.75,9v6c0,2.77,0.59,4.47,2.07,5.37c0.45,0.29,0.99,0.5,1.62,0.64
|
||||
c0.73,0.17,1.58,0.24,2.56,0.24h6c1,0,1.86-0.08,2.6-0.25c0.641-0.14,1.181-0.36,1.641-0.67c1.43-0.91,2.01-2.6,2.01-5.33v-5
|
||||
c0-0.41,0.34-0.75,0.75-0.75c0.2,0,0.39,0.09,0.53,0.22c0.069,0.07,0.12,0.15,0.16,0.24S22.75,9.9,22.75,10z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M22.75,10c0,0.19-0.07,0.38-0.22,0.53c-0.15,0.15-0.34,0.22-0.53,0.22s-0.38-0.07-0.53-0.22l-0.22-0.22
|
||||
l-4.86-4.86l-1.64-1.64l-1.06-1.06L13.47,2.53c-0.29-0.29-0.29-0.77,0-1.06c0.15-0.15,0.34-0.22,0.53-0.22
|
||||
c0.1,0,0.2,0.02,0.29,0.06s0.17,0.09,0.24,0.16l1.09,1.09l0.77,0.77l6.141,6.14c0.069,0.07,0.12,0.15,0.16,0.24
|
||||
S22.75,9.9,22.75,10z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path fill="#292D32" d="M16.39,3.33V6.6c0,1.02-0.63,1.65-1.649,1.65H9.3c-1.01,0-1.64-0.64-1.64-1.66C7.65,5.73,7.65,4.87,7.66,4
|
||||
V2.56h1.63v4.05h5.46V2.57H14.7V2.56h0.92L16.39,3.33z"/>
|
||||
<g>
|
||||
<path fill="#292D32" d="M19.26,20.6v1.42c-0.17,0.08-0.35,0.15-0.54,0.2H17.6v-1.64h0.021V15.8c0-0.45-0.25-0.689-0.71-0.689H7.14
|
||||
c-0.46,0-0.7,0.229-0.7,0.689v6.42H5.28c-0.17-0.05-0.34-0.109-0.49-0.17V20.6h0.03v-4.77c0-1.38,0.96-2.34,2.34-2.34h9.729
|
||||
c1.38,0,2.351,0.96,2.351,2.34v4.77H19.26z"/>
|
||||
</g>
|
||||
<circle fill="#292D32" cx="19.015" cy="4.754" r="3.739"/>
|
||||
<path fill="#FFFFFF" d="M21.548,4.519c-0.108-0.126-0.255-0.126-0.31-0.126h-1.863c0.001-0.105-0.001-0.211-0.002-0.316
|
||||
c-0.004-0.246-0.007-0.501,0.014-0.745c0.007-0.075,0-0.149-0.007-0.224c-0.005-0.044-0.01-0.088-0.009-0.133
|
||||
c0.006-0.161,0.004-0.324,0.001-0.482c0-0.148-0.078-0.269-0.212-0.329c-0.127-0.057-0.271-0.037-0.377,0.052
|
||||
c-0.131,0.105-0.131,0.257-0.131,0.307v1.872h-1.848c-0.041,0-0.081,0.001-0.12,0.008c-0.17,0.033-0.293,0.18-0.292,0.346
|
||||
c-0.005,0.172,0.121,0.328,0.293,0.362c0.04,0.008,0.081,0.009,0.121,0.009l1.846,0v1.847c0,0.026,0.001,0.053,0.003,0.076
|
||||
c0.014,0.191,0.168,0.336,0.357,0.336h0.004c0.19-0.002,0.343-0.147,0.354-0.324c0.004-0.03,0.005-0.061,0.005-0.092V5.118
|
||||
l1.528,0.001l0.373-0.001c0.146-0.004,0.266-0.083,0.327-0.219C21.66,4.77,21.641,4.633,21.548,4.519z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
31
Pdf4QtViewer/resources/save.svg
Normal file
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M22.75,10v5c0,3.7-1.08,5.96-3.49,7.02c-0.17,0.08-0.35,0.15-0.54,0.2c-1.02,0.36-2.26,0.53-3.72,0.53H9
|
||||
c-1.46,0-2.7-0.17-3.72-0.53c-0.17-0.05-0.34-0.109-0.49-0.17C2.34,20.99,1.25,18.73,1.25,15V9c0-5.43,2.32-7.75,7.75-7.75h5
|
||||
c0.1,0,0.2,0.02,0.29,0.06s0.17,0.09,0.24,0.16C14.66,1.61,14.75,1.8,14.75,2c0,0.41-0.34,0.75-0.75,0.75H9
|
||||
c-0.48,0-0.92,0.02-1.34,0.06C4.07,3.12,2.75,4.87,2.75,9v6c0,2.77,0.59,4.47,2.07,5.37c0.45,0.29,0.99,0.5,1.62,0.64
|
||||
c0.73,0.17,1.58,0.24,2.56,0.24h6c1,0,1.86-0.08,2.6-0.25c0.641-0.14,1.181-0.36,1.641-0.67c1.43-0.91,2.01-2.6,2.01-5.33v-5
|
||||
c0-0.41,0.34-0.75,0.75-0.75c0.2,0,0.39,0.09,0.53,0.22c0.069,0.07,0.12,0.15,0.16,0.24S22.75,9.9,22.75,10z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M22.75,10c0,0.19-0.07,0.38-0.22,0.53c-0.15,0.15-0.34,0.22-0.53,0.22s-0.38-0.07-0.53-0.22l-0.22-0.22
|
||||
l-4.86-4.86l-1.64-1.64l-1.06-1.06L13.47,2.53c-0.29-0.29-0.29-0.77,0-1.06c0.15-0.15,0.34-0.22,0.53-0.22
|
||||
c0.1,0,0.2,0.02,0.29,0.06s0.17,0.09,0.24,0.16l1.09,1.09l0.77,0.77l6.141,6.14c0.069,0.07,0.12,0.15,0.16,0.24
|
||||
S22.75,9.9,22.75,10z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path fill="#292D32" d="M16.39,3.33V6.6c0,1.02-0.63,1.65-1.649,1.65H9.3c-1.01,0-1.64-0.64-1.64-1.66C7.65,5.73,7.65,4.87,7.66,4
|
||||
V2.56h1.63v4.05h5.46V2.57H14.7V2.56h0.92L16.39,3.33z"/>
|
||||
<g>
|
||||
<path fill="#292D32" d="M19.26,20.6v1.42c-0.17,0.08-0.35,0.15-0.54,0.2H17.6v-1.64h0.021V15.8c0-0.45-0.25-0.689-0.71-0.689H7.14
|
||||
c-0.46,0-0.7,0.229-0.7,0.689v6.42H5.28c-0.17-0.05-0.34-0.109-0.49-0.17V20.6h0.03v-4.77c0-1.38,0.96-2.34,2.34-2.34h9.729
|
||||
c1.38,0,2.351,0.96,2.351,2.34v4.77H19.26z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
87
Pdf4QtViewer/resources/select-all-text.svg
Normal file
@ -0,0 +1,87 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Vrstva_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M4.31,4.444C3.611,4.437,2.912,4.438,2.215,4.445C1.799,4.449,1.47,4.758,1.464,5.148
|
||||
c-0.011,0.737-0.01,1.475-0.001,2.214C1.47,7.736,1.785,8.046,2.181,8.066l0.04,0.001c0.363,0,0.673-0.26,0.739-0.62
|
||||
C2.979,7.343,2.98,7.233,2.98,7.127V5.967h0.731h0l0.586-0.002c0.438-0.004,0.764-0.314,0.775-0.736
|
||||
c0.004-0.214-0.069-0.411-0.208-0.555C4.725,4.529,4.529,4.446,4.31,4.444z"/>
|
||||
<path fill="#292D32" d="M4.286,21.03H2.979l0.001-0.357c0.001-0.328,0.002-0.655-0.004-0.986c-0.008-0.437-0.322-0.76-0.755-0.76
|
||||
c-0.423,0-0.756,0.321-0.76,0.735c-0.007,0.718-0.007,1.429,0,2.151c0.004,0.403,0.322,0.72,0.727,0.725
|
||||
c0.339,0.004,0.678,0.006,1.017,0.006c0.384,0,0.769-0.002,1.154-0.006c0.4-0.008,0.706-0.323,0.713-0.733
|
||||
c0.004-0.215-0.068-0.409-0.202-0.544C4.725,21.109,4.523,21.032,4.286,21.03z"/>
|
||||
<path fill="#292D32" d="M7.712,4.445c-0.357-0.012-0.715-0.013-1.075,0C6.205,4.464,5.89,4.806,5.908,5.238
|
||||
c0.016,0.409,0.334,0.714,0.756,0.725l0.213,0.003l0.305-0.001l0.292,0.001l0.201-0.002c0.435-0.009,0.762-0.317,0.778-0.73
|
||||
c0.008-0.201-0.062-0.395-0.198-0.541C8.117,4.542,7.923,4.454,7.712,4.445z"/>
|
||||
<path fill="#292D32" d="M2.978,12.992c-0.02-0.446-0.338-0.767-0.771-0.767c-0.429,0.008-0.743,0.338-0.749,0.789
|
||||
c-0.003,0.323-0.003,0.642,0,0.964c0.004,0.456,0.31,0.783,0.741,0.794h0.018c0.433,0,0.746-0.323,0.761-0.779
|
||||
c0.004-0.111,0.003-0.223,0.002-0.334v-0.146l0.001-0.157C2.981,13.234,2.981,13.114,2.978,12.992z"/>
|
||||
<path fill="#292D32" d="M1.458,10.686c0.015,0.423,0.322,0.74,0.731,0.752h0.029c0.406,0,0.729-0.296,0.75-0.69
|
||||
c0.02-0.384,0.02-0.774,0-1.159C2.961,9.491,2.938,9.4,2.897,9.316C2.782,9.08,2.535,8.919,2.232,8.905
|
||||
c-0.018-0.001-0.034-0.007-0.05-0.007c0,0-0.001,0-0.002,0C1.781,8.918,1.476,9.229,1.458,9.635
|
||||
c-0.004,0.121-0.002,0.24-0.001,0.362l0.001,0.153L1.457,10.31C1.456,10.436,1.455,10.562,1.458,10.686z"/>
|
||||
<path fill="#292D32" d="M2.176,18.095l0.044,0.001c0.414,0,0.736-0.313,0.752-0.727c0.016-0.363,0.016-0.729,0-1.097
|
||||
c-0.019-0.408-0.342-0.719-0.777-0.719c-0.413,0.012-0.722,0.328-0.737,0.748c-0.004,0.121-0.003,0.243-0.002,0.365l0.001,0.151
|
||||
l-0.001,0.148c0,0.124-0.001,0.244,0.002,0.366C1.469,17.755,1.771,18.074,2.176,18.095z"/>
|
||||
<path fill="#292D32" d="M11.039,21.032c-0.352-0.009-0.708-0.009-1.065,0c-0.419,0.01-0.737,0.33-0.741,0.748
|
||||
c0,0.003,0,0.006,0,0.01c0,0.002,0,0.003,0,0.005c0,0.063,0.021,0.118,0.035,0.177c0.01,0.031,0.009,0.07,0.022,0.103
|
||||
c0.108,0.271,0.367,0.456,0.684,0.473c0.071,0.002,0.141,0.004,0.212,0.004h0.009c0.002,0,0.004,0,0.005,0l0.311-0.002
|
||||
l0.327,0.002c0.071,0,0.142-0.002,0.211-0.006c0.4-0.019,0.699-0.324,0.72-0.716c0.002-0.016,0.012-0.024,0.012-0.044
|
||||
C11.778,21.376,11.457,21.043,11.039,21.032z"/>
|
||||
<path fill="#292D32" d="M7.723,21.034c-0.363-0.013-0.725-0.013-1.089,0c-0.422,0.011-0.734,0.34-0.726,0.76
|
||||
c0.003,0.41,0.308,0.722,0.72,0.746c0.066,0.002,0.135,0.004,0.203,0.004l0.902-0.004c0.409-0.025,0.71-0.338,0.721-0.735
|
||||
c0.005-0.208-0.069-0.401-0.207-0.542C8.109,21.118,7.922,21.038,7.723,21.034z"/>
|
||||
<path fill="#292D32" d="M14.375,21.032c-0.364-0.011-0.727-0.011-1.086,0.002c-0.307,0.006-0.563,0.198-0.673,0.469
|
||||
c-0.026,0.064-0.033,0.136-0.043,0.207c-0.002,0.021-0.012,0.04-0.013,0.062c0,0.002,0.001,0.005,0.001,0.007
|
||||
c0,0.013-0.006,0.022-0.006,0.033c0.012,0.399,0.312,0.71,0.72,0.737l0.906,0.002c0.064,0,0.136,0,0.201-0.004
|
||||
c0.411-0.02,0.718-0.331,0.721-0.742v-0.002c0-0.002,0-0.002,0-0.002C15.114,21.379,14.792,21.043,14.375,21.032z"/>
|
||||
<path fill="#292D32" d="M16.713,5.973l0.586,0.002h0.004h0.729v1.161c0,0.105,0.002,0.216,0.021,0.32
|
||||
c0.065,0.36,0.374,0.62,0.739,0.62l0.039-0.001c0.394-0.02,0.71-0.331,0.715-0.706c0.012-0.739,0.012-1.475,0-2.213
|
||||
c-0.005-0.39-0.335-0.699-0.752-0.702c-0.693-0.008-1.394-0.01-2.093,0c-0.219,0.002-0.413,0.084-0.555,0.228
|
||||
c-0.138,0.144-0.213,0.341-0.209,0.555C15.947,5.66,16.274,5.968,16.713,5.973z"/>
|
||||
<path fill="#292D32" d="M18.788,18.935c-0.433,0.006-0.747,0.326-0.754,0.764c-0.01,0.327-0.008,0.653-0.004,0.981v0.357h-1.307
|
||||
c-0.235,0.002-0.438,0.08-0.584,0.232c-0.137,0.136-0.206,0.33-0.202,0.544c0.007,0.409,0.313,0.727,0.713,0.731
|
||||
c0.386,0.004,0.769,0.006,1.154,0.006c0.336,0,0.678-0.002,1.018-0.004c0.404-0.005,0.721-0.327,0.722-0.727
|
||||
c0.013-0.717,0.013-1.434,0-2.151C19.544,19.257,19.211,18.935,18.788,18.935z"/>
|
||||
<path fill="#292D32" d="M10,5.973l0.218,0.002l0.298-0.001l0.298,0.001c0.074,0,0.146,0,0.218-0.003
|
||||
c0.409-0.014,0.721-0.311,0.747-0.708c0-0.004-0.004-0.007-0.004-0.013c0,0,0,0,0-0.001c0.004-0.021-0.007-0.041-0.007-0.063
|
||||
c-0.004-0.079-0.01-0.159-0.031-0.231c-0.031-0.096-0.084-0.185-0.15-0.26c-0.135-0.147-0.317-0.233-0.515-0.243
|
||||
c-0.377-0.018-0.76-0.021-1.139,0c-0.198,0.012-0.38,0.096-0.508,0.241c-0.136,0.152-0.203,0.35-0.19,0.563
|
||||
c0.006,0.1,0.031,0.193,0.07,0.277C9.422,5.79,9.682,5.964,10,5.973z"/>
|
||||
<path fill="#292D32" d="M14.375,4.453c-0.36-0.012-0.718-0.012-1.072,0c-0.214,0.008-0.408,0.097-0.544,0.248
|
||||
c-0.136,0.147-0.209,0.34-0.201,0.541c0.019,0.414,0.345,0.72,0.779,0.73l0.203,0.002l0.293-0.001l0.302,0.001l0.215-0.003
|
||||
c0.42-0.011,0.739-0.318,0.756-0.726C15.12,4.812,14.808,4.471,14.375,4.453z"/>
|
||||
<path fill="#292D32" d="M18.034,13.997c0.018,0.458,0.329,0.778,0.76,0.778h0.02c0.433-0.007,0.734-0.333,0.741-0.789
|
||||
c0.003-0.323,0.003-0.643,0-0.964c-0.007-0.452-0.32-0.781-0.748-0.789c-0.436-0.002-0.753,0.32-0.772,0.766
|
||||
c-0.005,0.121-0.005,0.241-0.002,0.363v0.155v0.145C18.029,13.774,18.027,13.887,18.034,13.997z"/>
|
||||
<path fill="#292D32" d="M19.557,10.006c0-0.122,0.001-0.243-0.002-0.364c-0.02-0.406-0.324-0.717-0.721-0.738h-0.002
|
||||
c-0.019,0-0.033,0.008-0.054,0.009c-0.299,0.015-0.549,0.175-0.666,0.41c-0.038,0.084-0.06,0.176-0.067,0.272
|
||||
c-0.02,0.385-0.02,0.774,0,1.158c0.021,0.395,0.344,0.694,0.749,0.694h0.03c0.409-0.015,0.717-0.331,0.73-0.755
|
||||
c0.003-0.123,0.002-0.25,0.002-0.375l-0.002-0.159L19.557,10.006z"/>
|
||||
<path fill="#292D32" d="M19.555,16.312c-0.018-0.424-0.326-0.739-0.737-0.751c-0.435,0-0.76,0.309-0.777,0.72
|
||||
c-0.018,0.367-0.018,0.731,0,1.1c0.019,0.411,0.34,0.726,0.754,0.726l0.044-0.002c0.408-0.02,0.708-0.34,0.72-0.76
|
||||
c0.002-0.126,0.002-0.248,0.002-0.37l-0.002-0.146l0.002-0.149C19.557,16.55,19.558,16.43,19.555,16.312z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#292D32" d="M7.604,15.028H5.609l-0.289,0.7H4.247l1.826-4.476h1.075l1.827,4.476H7.891L7.604,15.028z M7.27,14.214
|
||||
l-0.665-1.636l-0.664,1.636H7.27z"/>
|
||||
<path fill="#292D32" d="M13.102,14.046c0,1.033-0.65,1.766-1.55,1.766c-0.473,0-0.86-0.203-1.128-0.556v0.473H9.471v-4.552h0.953
|
||||
v1.655c0.269-0.346,0.656-0.546,1.128-0.546C12.451,12.286,13.102,13.015,13.102,14.046z M12.176,14.046
|
||||
c0-0.561-0.37-0.958-0.899-0.958c-0.464,0-0.802,0.339-0.853,0.826v0.262c0.051,0.493,0.389,0.835,0.853,0.835
|
||||
C11.806,15.01,12.176,14.612,12.176,14.046z"/>
|
||||
<path fill="#292D32" d="M13.581,14.046c0-0.958,0.847-1.76,1.847-1.76c0.544,0,0.995,0.221,1.321,0.571l-0.633,0.542
|
||||
c-0.17-0.189-0.437-0.312-0.697-0.312c-0.494,0-0.916,0.438-0.916,0.951c0,0.525,0.422,0.972,0.925,0.972
|
||||
c0.262,0,0.531-0.129,0.71-0.327l0.63,0.532c-0.334,0.367-0.786,0.596-1.349,0.596C14.423,15.812,13.581,14.999,13.581,14.046z"/>
|
||||
</g>
|
||||
<circle fill="#292D32" cx="18.763" cy="5.209" r="3.751"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M18.379,7.416c-0.084,0-0.163-0.029-0.228-0.085l-1.375-1.201c-0.145-0.125-0.159-0.345-0.033-0.49
|
||||
c0.127-0.143,0.347-0.159,0.489-0.033l1.057,0.923l1.93-3.352c0.097-0.166,0.31-0.224,0.475-0.128
|
||||
c0.168,0.096,0.224,0.309,0.128,0.475l-2.141,3.717c-0.053,0.09-0.143,0.152-0.244,0.169C18.416,7.415,18.398,7.416,18.379,7.416z"
|
||||
/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.9 KiB |