Summary: Adds battery icons at 16, 22 and 32 px. Includes symlinks for symbolic icons and standard icon names for compatibility with 3rd parties. Adds `status/32` to `index.theme`. Changes `status/22` and `status/22@2x` from Scalable to Fixed. Requested by @hein for drone control app.
Test Plan:
{F6610083}
{F6610078}
Reviewers: #vdg, hein, ngraham
Reviewed By: #vdg, ngraham
Subscribers: broulik, ngraham, filipf, trickyricky26, kde-frameworks-devel, hein
Tags: #frameworks
Differential Revision: https://phabricator.kde.org/D18940
16 lines
607 B
XML
16 lines
607 B
XML
<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg">
|
|
<style type="text/css" id="current-color-scheme">
|
|
.ColorScheme-Text {
|
|
color:#232629;
|
|
}
|
|
.ColorScheme-PositiveText {
|
|
color:#27ae60;
|
|
}
|
|
</style>
|
|
<g class="ColorScheme-Text" fill="currentColor">
|
|
<path d="M3 10v12h25v-3c.554 0 1-.446 1-1v-4c0-.554-.446-1-1-1v-3zm1 1h23v10H4z"/>
|
|
<path d="M5 12h21v8H5z"/>
|
|
</g>
|
|
<path d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" class="ColorScheme-PositiveText" fill="currentColor"/>
|
|
</svg>
|