2021-03-07 20:02:52 +01:00
|
|
|
<!--
|
|
|
|
|
|
|
|
MIT License
|
|
|
|
|
|
|
|
Copyright (c) 2020 Paweł Kuna
|
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
|
|
in the Software without restriction, including without limitation the rights
|
|
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
|
|
copies or substantial portions of the Software.
|
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
|
SOFTWARE.
|
|
|
|
|
2021-03-07 20:55:43 +01:00
|
|
|
Source: https://github.com/tabler/tabler-icons
|
|
|
|
|
2021-03-07 20:02:52 +01:00
|
|
|
-->
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<symbol id="icon-read" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
|
|
|
<circle cx="12" cy="12" r="9" />
|
|
|
|
<path d="M9 12l2 2l4 -4" />
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-unread" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
|
|
|
<circle cx="12" cy="12" r="9" />
|
|
|
|
<path d="M10 10l4 4m0 -4l-4 4" />
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-star" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
|
|
|
<path d="M12 17.75l-6.172 3.245 1.179-6.873-4.993-4.867 6.9-1.002L12 2l3.086 6.253 6.9 1.002-4.993 4.867 1.179 6.873z" />
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-unstar" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
|
|
|
<path fill="currentColor" d="M12 17.75l-6.172 3.245 1.179-6.873-4.993-4.867 6.9-1.002L12 2l3.086 6.253 6.9 1.002-4.993 4.867 1.179 6.873z" />
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-save" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
2021-03-07 20:55:43 +01:00
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<path d="M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2"></path>
|
|
|
|
<circle cx="12" cy="14" r="2"></circle>
|
|
|
|
<polyline points="14 4 14 8 8 8 8 4"></polyline>
|
2021-03-07 20:02:52 +01:00
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-scraper" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
|
|
|
<path d="M19 18a3.5 3.5 0 0 0 0 -7h-1a5 4.5 0 0 0 -11 -2a4.6 4.4 0 0 0 -2.1 8.4" />
|
|
|
|
<line x1="12" y1="13" x2="12" y2="22" />
|
|
|
|
<polyline points="9 19 12 22 15 19" />
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-share" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
|
|
|
<circle cx="6" cy="12" r="3" />
|
|
|
|
<circle cx="18" cy="6" r="3" />
|
|
|
|
<circle cx="18" cy="18" r="3" />
|
|
|
|
<line x1="8.7" y1="10.7" x2="15.3" y2="7.3" />
|
|
|
|
<line x1="8.7" y1="13.3" x2="15.3" y2="16.7" />
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-comment" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
|
|
|
<path d="M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1" />
|
|
|
|
<line x1="12" y1="12" x2="12" y2="12.01" />
|
|
|
|
<line x1="8" y1="12" x2="8" y2="12.01" />
|
|
|
|
<line x1="16" y1="12" x2="16" y2="12.01" />
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-external-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
|
|
|
<path d="M11 7h-5a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-5" />
|
|
|
|
<line x1="10" y1="14" x2="20" y2="4" />
|
|
|
|
<polyline points="15 4 20 4 20 9" />
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-delete" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
|
|
|
<line x1="4" y1="7" x2="20" y2="7" />
|
|
|
|
<line x1="10" y1="11" x2="10" y2="17" />
|
|
|
|
<line x1="14" y1="11" x2="14" y2="17" />
|
|
|
|
<path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" />
|
|
|
|
<path d="M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" />
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-edit" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
|
|
|
<path d="M9 7 h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3" />
|
|
|
|
<path d="M9 15h3l8.5 -8.5a1.5 1.5 0 0 0 -3 -3l-8.5 8.5v3" />
|
|
|
|
<line x1="16" y1="5" x2="19" y2="8" />
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-feeds" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
2021-03-07 20:55:43 +01:00
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<circle cx="5" cy="19" r="1"></circle>
|
|
|
|
<path d="M4 4a16 16 0 0 1 16 16"></path>
|
|
|
|
<path d="M4 11a9 9 0 0 1 9 9"></path>
|
2021-03-07 20:02:52 +01:00
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-entries" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
|
|
|
<path d="M16 6h3a1 1 0 0 1 1 1v11a2 2 0 0 1 -4 0v-13a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1v12a3 3 0 0 0 3 3h11" />
|
|
|
|
<line x1="8" y1="8" x2="12" y2="8" />
|
|
|
|
<line x1="8" y1="12" x2="12" y2="12" />
|
|
|
|
<line x1="8" y1="16" x2="12" y2="16" />
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-refresh" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
|
|
|
<path d="M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -5v5h5" />
|
|
|
|
<path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 5v-5h-5" />
|
|
|
|
</symbol>
|
2021-03-07 21:07:54 +01:00
|
|
|
<symbol id="icon-home" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<polyline points="5 12 3 12 12 3 21 12 19 12"></polyline>
|
|
|
|
<path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7"></path>
|
|
|
|
<path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6"></path>
|
|
|
|
</symbol>
|
2022-01-18 06:00:32 +01:00
|
|
|
<symbol id="icon-mark-page-as-read" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
|
|
<path d="M5 12l5 5l10 -10" />
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-mark-all-as-read" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
|
|
<path d="M7 12l5 5l10 -10" />
|
|
|
|
<path d="M2 12l5 5m5 -5l5 -5" />
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-show-all-entries" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<circle cx="12" cy="12" r="2"></circle>
|
|
|
|
<path d="M22 12c-2.667 4.667 -6 7 -10 7s-7.333 -2.333 -10 -7c2.667 -4.667 6 -7 10 -7s7.333 2.333 10 7"></path>
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-show-unread-entries" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<line x1="3" y1="3" x2="21" y2="21"></line>
|
|
|
|
<path d="M10.584 10.587a2 2 0 0 0 2.828 2.83"></path>
|
|
|
|
<path d="M9.363 5.365a9.466 9.466 0 0 1 2.637 -.365c4 0 7.333 2.333 10 7c-.778 1.361 -1.612 2.524 -2.503 3.488m-2.14 1.861c-1.631 1.1 -3.415 1.651 -5.357 1.651c-4 0 -7.333 -2.333 -10 -7c1.369 -2.395 2.913 -4.175 4.632 -5.341"></path>
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-add-category" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2"></path>
|
|
|
|
<line x1="12" y1="10" x2="12" y2="16"></line>
|
|
|
|
<line x1="9" y1="13" x2="15" y2="13"></line>
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-add-feed" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<line x1="12" y1="5" x2="12" y2="19"></line>
|
|
|
|
<line x1="5" y1="12" x2="19" y2="12"></line>
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-feed-import" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<path d="M14 3v4a1 1 0 0 0 1 1h4"></path>
|
|
|
|
<path d="M5 13v-8a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5.5m-9.5 -2h7m-3 -3l3 3l-3 3"></path>
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-feed-export" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<path d="M14 3v4a1 1 0 0 0 1 1h4"></path>
|
|
|
|
<path d="M11.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v5m-5 6h7m-3 -3l3 3l-3 3"></path>
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-categories" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<path d="M9 4h3l2 2h5a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2"></path>
|
|
|
|
<path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2"></path>
|
|
|
|
</symbol>
|
2022-02-13 23:27:59 +01:00
|
|
|
<symbol id="icon-about" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<circle cx="12" cy="12" r="9"></circle>
|
|
|
|
<line x1="12" y1="8" x2="12.01" y2="8"></line>
|
|
|
|
<polyline points="11 12 12 12 12 16 13 16"></polyline>
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-users" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<circle cx="9" cy="7" r="4"></circle>
|
|
|
|
<path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2"></path>
|
|
|
|
<path d="M16 3.13a4 4 0 0 1 0 7.75"></path>
|
|
|
|
<path d="M21 21v-2a4 4 0 0 0 -3 -3.85"></path>
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-settings" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<path d="M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z"></path>
|
|
|
|
<circle cx="12" cy="12" r="3"></circle>
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-sessions" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
|
|
<polyline points="12 8 12 12 14 14" />
|
|
|
|
<path d="M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5" />
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-api" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<path d="M12 15h-6.5a2.5 2.5 0 1 1 0 -5h.5"></path>
|
|
|
|
<path d="M15 12v6.5a2.5 2.5 0 1 1 -5 0v-.5"></path>
|
|
|
|
<path d="M12 9h6.5a2.5 2.5 0 1 1 0 5h-.5"></path>
|
|
|
|
<path d="M9 12v-6.5a2.5 2.5 0 0 1 5 0v.5"></path>
|
|
|
|
</symbol>
|
|
|
|
<symbol id="icon-third-party-services" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
|
|
<path d="M5.931 6.936l1.275 4.249m5.607 5.609l4.251 1.275"></path>
|
|
|
|
<path d="M11.683 12.317l5.759 -5.759"></path>
|
|
|
|
<circle cx="5.5" cy="5.5" r="1.5"></circle>
|
|
|
|
<circle cx="18.5" cy="5.5" r="1.5"></circle>
|
|
|
|
<circle cx="18.5" cy="18.5" r="1.5"></circle>
|
|
|
|
<circle cx="8.5" cy="15.5" r="4.5"></circle>
|
|
|
|
</symbol>
|
2022-01-18 06:00:32 +01:00
|
|
|
</svg>
|