diff --git a/battery/16/balanced-clip.svg b/battery/16/balanced-clip.svg
new file mode 100644
index 00000000..17047ecc
--- /dev/null
+++ b/battery/16/balanced-clip.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/battery/16/balanced.svg b/battery/16/balanced.svg
new file mode 100644
index 00000000..ab23e885
--- /dev/null
+++ b/battery/16/balanced.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/battery/16/charging.svg b/battery/16/charging.svg
new file mode 100644
index 00000000..573a5eb6
--- /dev/null
+++ b/battery/16/charging.svg
@@ -0,0 +1,10 @@
+
diff --git a/battery/16/powersave-clip.svg b/battery/16/powersave-clip.svg
new file mode 100644
index 00000000..c7599e4e
--- /dev/null
+++ b/battery/16/powersave-clip.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/battery/16/powersave.svg b/battery/16/powersave.svg
new file mode 100644
index 00000000..5bbabc59
--- /dev/null
+++ b/battery/16/powersave.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/battery/16/rocket-clip.svg b/battery/16/rocket-clip.svg
new file mode 100644
index 00000000..02141776
--- /dev/null
+++ b/battery/16/rocket-clip.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/battery/16/rocket.svg b/battery/16/rocket.svg
new file mode 100644
index 00000000..4f9d4799
--- /dev/null
+++ b/battery/16/rocket.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/battery/22/balanced-clip.svg b/battery/22/balanced-clip.svg
new file mode 100644
index 00000000..5d064a2e
--- /dev/null
+++ b/battery/22/balanced-clip.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/battery/22/balanced.svg b/battery/22/balanced.svg
new file mode 100644
index 00000000..6b59c1cb
--- /dev/null
+++ b/battery/22/balanced.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/battery/22/charging.svg b/battery/22/charging.svg
new file mode 100644
index 00000000..b02fc059
--- /dev/null
+++ b/battery/22/charging.svg
@@ -0,0 +1,49 @@
+
+
diff --git a/battery/22/powersave-clip.svg b/battery/22/powersave-clip.svg
new file mode 100644
index 00000000..e293b531
--- /dev/null
+++ b/battery/22/powersave-clip.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/battery/22/powersave.svg b/battery/22/powersave.svg
new file mode 100644
index 00000000..5dcd0b21
--- /dev/null
+++ b/battery/22/powersave.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/battery/22/rocket-clip.svg b/battery/22/rocket-clip.svg
new file mode 100644
index 00000000..adce4f30
--- /dev/null
+++ b/battery/22/rocket-clip.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/battery/22/rocket.svg b/battery/22/rocket.svg
new file mode 100644
index 00000000..cde2fa16
--- /dev/null
+++ b/battery/22/rocket.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/battery/32/balanced-clip.svg b/battery/32/balanced-clip.svg
new file mode 100644
index 00000000..6819c229
--- /dev/null
+++ b/battery/32/balanced-clip.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/battery/32/balanced.svg b/battery/32/balanced.svg
new file mode 100644
index 00000000..a10b28e0
--- /dev/null
+++ b/battery/32/balanced.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/battery/32/charging.svg b/battery/32/charging.svg
new file mode 100644
index 00000000..3454efd2
--- /dev/null
+++ b/battery/32/charging.svg
@@ -0,0 +1,48 @@
+
+
diff --git a/battery/32/powersave-clip.svg b/battery/32/powersave-clip.svg
new file mode 100644
index 00000000..3b0054d4
--- /dev/null
+++ b/battery/32/powersave-clip.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/battery/32/powersave.svg b/battery/32/powersave.svg
new file mode 100644
index 00000000..0e720180
--- /dev/null
+++ b/battery/32/powersave.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/battery/32/rocket-clip.svg b/battery/32/rocket-clip.svg
new file mode 100644
index 00000000..1a077cac
--- /dev/null
+++ b/battery/32/rocket-clip.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/battery/32/rocket.svg b/battery/32/rocket.svg
new file mode 100644
index 00000000..7adb3560
--- /dev/null
+++ b/battery/32/rocket.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/battery/README.md b/battery/README.md
new file mode 100644
index 00000000..2af432ef
--- /dev/null
+++ b/battery/README.md
@@ -0,0 +1,134 @@
+# Battery Icons
+
+Battery icons exist in many versions:
+
+* Different charge levels (0 to 100 in steps of 10)
+* Plugged and unplugged
+* Different power profiles
+
+The icons share many elements and therefore making them all by hand would be a
+lot of work. The script `generate-battery.py` can be used to generate them from
+the basic ingredients stored in this folder.
+
+A battery icon is a combination of up to four ingredients:
+
+1. The base icon for the charge level, stored directly in the `icons/status` folder.
+2. Another icon added on top of the base to represent the charging status.
+3. A third icon representing the power profile, typically in the bottom right corner.
+4. A clipping mask used to remove the base icon around the profile icon.
+
+As an example, here are the ingredients going into `icons/status/32/battery-050-charging-profile-powersave.svg`:
+
+| | Icon | Path |
+| ------------- | ------------- | ------------------------------------------------------------- |
+| Base icon | ![][base] | `/icons/status/32/battery-050.svg` |
+| Charging plug | ![][charging] | `/battery/32/charging.svg` |
+| Profile icon | ![][profile] | `/battery/32/powersave.svg` |
+| Clipping mask | ![][clip] | `/battery/32/powersave-clip.svg` |
+| Result | ![][result] | `/icons/status/32/battery-050-charging-profile-powersave.svg` |
+
+[base]: /icons/status/32/battery-050.svg
+[charging]: /battery/32/charging.svg
+[profile]: /battery/32/powersave.svg
+[clip]: /battery/32/powersave-clip.svg
+[result]: /icons/status/32/battery-050-charging-profile-powersave.svg
+
+All these inputs are passed to the script as options. A typical invocation is as follows:
+
+```sh
+python generate-battery.py --charging battery/22/charging.svg \
+ --profile powersave \
+ --profile-clip battery/22/powersave-clip.svg \
+ --profile-emblem battery/22/powersave.svg \
+ --profile-translate-charging " -3,0" \
+ icons/status/22/battery-000.svg
+```
+
+This would take the base icon from `icons/status/22/battery-000.svg` and generate
+`icons/status/22/battery-000-profile-powersave.svg` and `icons/status/22/battery-000-charging-profile-powersave.svg`.
+The name of the icon is taken from the `--profile` option. The charging symbol
+is taken from `--charging`, the profile icon from `--profile-emblem` and the
+clipping path around it from `--profile-clip`.
+
+The script assumes that each icon file contains a single SVG `` element.
+Using groups, ellipses, or rectangles will not work.
+
+As a special feature, the script can also translate the charging icon when there
+is a profile icon so they don't overlap. This is specified by the
+`--profile-translate-charging` option, which specifies X and Y coordinates in
+pixels (an additional space is needed at the beginning to prevent it being
+interpreted as an option). Currently, 16px icons use `" -2,0"` and 22px icons
+use `" -3,0"`.
+
+The script needs Inkscape (tested with 1.3.2) and Scour (0.38.2). If they aren't
+available directly in `PATH` (as is the case e.g. for Flatpak installs), one can
+pass their location or that of a wrapper script using the `--inkscape` and
+`--scour` arguments.
+
+## Commands to reproduce existing icons
+
+The following commands can be used to reproduce all profile icons in the repository:
+
+```sh
+python generate-battery.py --charging battery/32/charging.svg \
+ --profile powersave \
+ --profile-clip battery/32/powersave-clip.svg \
+ --profile-emblem battery/32/powersave.svg \
+ icons/status/32/battery-{000,010,020,030,040,050,060,070,080,090,100}.svg
+
+python generate-battery.py --charging battery/22/charging.svg \
+ --profile powersave \
+ --profile-clip battery/22/powersave-clip.svg \
+ --profile-emblem battery/22/powersave.svg \
+ --profile-translate-charging " -3,0" \
+ icons/status/22/battery-{000,010,020,030,040,050,060,070,080,090,100}.svg
+
+python generate-battery.py --charging battery/16/charging.svg \
+ --profile powersave \
+ --profile-clip battery/16/powersave-clip.svg \
+ --profile-emblem battery/16/powersave.svg \
+ --profile-translate-charging " -2,0" \
+ icons/status/16/battery-{000,010,020,030,040,050,060,070,080,090,100}.svg
+
+
+python generate-battery.py --charging battery/32/charging.svg \
+ --profile balanced \
+ --profile-clip battery/32/balanced-clip.svg \
+ --profile-emblem battery/32/balanced.svg \
+ icons/status/32/battery-{000,010,020,030,040,050,060,070,080,090,100}.svg
+
+python generate-battery.py --charging battery/22/charging.svg \
+ --profile balanced \
+ --profile-clip battery/22/balanced-clip.svg \
+ --profile-emblem battery/22/balanced.svg \
+ --profile-translate-charging " -3,0" \
+ icons/status/22/battery-{000,010,020,030,040,050,060,070,080,090,100}.svg
+
+python generate-battery.py --charging battery/16/charging.svg \
+ --profile balanced \
+ --profile-clip battery/16/balanced-clip.svg \
+ --profile-emblem battery/16/balanced.svg \
+ --profile-translate-charging " -2,0" \
+ icons/status/16/battery-{000,010,020,030,040,050,060,070,080,090,100}.svg
+
+
+python generate-battery.py --charging battery/32/charging.svg \
+ --profile performance \
+ --profile-clip battery/32/rocket-clip.svg \
+ --profile-emblem battery/32/rocket.svg \
+ icons/status/32/battery-{000,010,020,030,040,050,060,070,080,090,100}.svg
+
+python generate-battery.py --charging battery/22/charging.svg \
+ --profile performance \
+ --profile-clip battery/22/rocket-clip.svg \
+ --profile-emblem battery/22/rocket.svg \
+ --profile-translate-charging " -3,0" \
+ icons/status/22/battery-{000,010,020,030,040,050,060,070,080,090,100}.svg
+
+python generate-battery.py --charging battery/16/charging.svg \
+ --profile performance \
+ --profile-clip battery/16/rocket-clip.svg \
+ --profile-emblem battery/16/rocket.svg \
+ --profile-translate-charging " -2,0" \
+ icons/status/16/battery-{000,010,020,030,040,050,060,070,080,090,100}.svg
+```
diff --git a/generate-battery.py b/generate-battery.py
new file mode 100644
index 00000000..af294b19
--- /dev/null
+++ b/generate-battery.py
@@ -0,0 +1,127 @@
+#!/usr/bin/env python3
+"""
+SPDX-License-Identifier: LicenseRef-KDE-Accepted-LGPL
+SPDX-FileCopyrightText: 2020 Noah Davis
+SPDX-FileCopyrightText: 2020 Niccolò Venerandi
+SPDX-FileCopyrightText: Louis Moureaux
+"""
+import argparse
+import os
+import sys
+from copy import copy
+from lxml import etree
+from subprocess import run
+from typing import Optional
+"""
+Generates battery icons.
+"""
+
+def save(tree: etree.Element, filename: str) -> None:
+ """
+ Saves an icon.
+ """
+
+ print(f"Writing: {filename}")
+ tree.write(filename, encoding="utf-8", xml_declaration=False, method="xml")
+
+
+def inkscape_clip(inkscape: str, filename: str) -> None:
+ """
+ Use inkscape to apply the clipping.
+ """
+ run([inkscape, filename,
+ "--select", "path1,clip", # Base path and clipping mask
+ "--actions", f"path-difference;export-filename:{filename};export-plain-svg;export-do",
+ ])
+
+
+def scour(scour: str, filename: str) -> None:
+ """
+ Optimize with scour.
+ """
+ run([scour, filename, filename + ".tmp",
+ "--enable-id-stripping", "--protect-ids-list=current-color-scheme",
+ "--nindent", "4",
+ ])
+ os.replace(filename + ".tmp", filename)
+
+
+def make_icon(base_name: str, with_charging: bool, with_profile: bool, output: str):
+ """
+ Produces an icon.
+ """
+
+ tree = etree.parse(base_name + ".svg")
+ root = tree.getroot()
+ if with_charging:
+ # Style
+ style = root.find(".//{http://www.w3.org/2000/svg}style")
+ style.text += charging_style
+
+ # Paths
+ if with_profile:
+ root.append(clip)
+ path = root.find(".//{http://www.w3.org/2000/svg}path")
+ # Standardize style
+ profile.attrib["style"] = "fill:currentColor;fill-opacity:1;stroke:none"
+ # Copy the class to the profile emblem so it shares the icon color
+ profile.attrib["class"] = path.attrib["class"]
+
+ if with_charging:
+ c = copy(charging)
+ root.append(c)
+
+ if with_profile:
+ # Translate the charging symbol if requested
+ if with_charging and args.profile_translate_charging is not None:
+ c.attrib["transform"] = f"translate({args.profile_translate_charging})"
+ root.append(profile)
+
+ save(tree, output)
+ if with_profile:
+ inkscape_clip(args.inkscape, output)
+ scour(args.scour, output)
+
+
+# These are needed to prevent nonsense namespaces like ns0 from being
+# added to otherwise perfectly fine svg elements and attributes
+etree.register_namespace("w3c", "http://www.w3.org/2000/svg")
+etree.register_namespace("xlink", "http://www.w3.org/1999/xlink")
+etree.register_namespace("inkscape", "http://www.inkscape.org/namespaces/inkscape")
+etree.register_namespace("dc", "http://purl.org/dc/elements/1.1/")
+etree.register_namespace("cc", "http://creativecommons.org/ns#")
+etree.register_namespace("rdf", "http://www.w3.org/1999/02/22-rdf-syntax-ns#")
+etree.register_namespace("sodipodi", "http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd")
+
+# Parse the command line
+parser = argparse.ArgumentParser()
+parser.add_argument("--charging", metavar="FILE", help="SVG with (only) the charging symbol")
+parser.add_argument("--profile", metavar="NAME", help="Name of the power profile")
+parser.add_argument("--profile-clip", metavar="FILE",
+ help="SVG with (only) the element to use for clipping the base icon "
+ "when showing profile information")
+parser.add_argument("--profile-emblem", metavar="FILE",
+ help="SVG with (only) the element to add when showing profile information")
+parser.add_argument("--profile-translate-charging", metavar="X,Y", default=None,
+ help="Translate the charging symbol when when drawing the profile")
+parser.add_argument("--inkscape", default="inkscape", help="Inkscape command line")
+parser.add_argument("--scour", default="scour", help="Scour command line")
+parser.add_argument("inputs", metavar="FILE", nargs="+",
+ help="Base icons without charging indicators. Must contain a single path")
+args = parser.parse_args()
+
+# Load the charging symbol
+charging = etree.parse(args.charging).find(".//{http://www.w3.org/2000/svg}path")
+charging_style = etree.parse(args.charging).find(".//{http://www.w3.org/2000/svg}style").text
+
+# Load the profile paths
+clip = etree.parse(args.profile_clip).find(".//{http://www.w3.org/2000/svg}path")
+clip.attrib["id"] = "clip"
+profile = etree.parse(args.profile_emblem).find(".//{http://www.w3.org/2000/svg}path")
+
+for f in args.inputs:
+ base_name, _ = os.path.splitext(f)
+ # Uncomment if you want to make new -charging icons as well
+ #make_icon(base_name, True, False, f"{base_name}-charging.svg")
+ make_icon(base_name, False, True, f"{base_name}-profile-{args.profile}.svg")
+ make_icon(base_name, True, True, f"{base_name}-charging-profile-{args.profile}.svg")
diff --git a/icons/status/16/battery-000-charging-profile-balanced.svg b/icons/status/16/battery-000-charging-profile-balanced.svg
new file mode 100644
index 00000000..0392721c
--- /dev/null
+++ b/icons/status/16/battery-000-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-000-charging-profile-performance.svg b/icons/status/16/battery-000-charging-profile-performance.svg
new file mode 100644
index 00000000..d6a836be
--- /dev/null
+++ b/icons/status/16/battery-000-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-000-charging-profile-powersave.svg b/icons/status/16/battery-000-charging-profile-powersave.svg
new file mode 100644
index 00000000..8c9c4dc4
--- /dev/null
+++ b/icons/status/16/battery-000-charging-profile-powersave.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-000-profile-balanced.svg b/icons/status/16/battery-000-profile-balanced.svg
new file mode 100644
index 00000000..1843a636
--- /dev/null
+++ b/icons/status/16/battery-000-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-000-profile-performance.svg b/icons/status/16/battery-000-profile-performance.svg
new file mode 100644
index 00000000..3ac5aa30
--- /dev/null
+++ b/icons/status/16/battery-000-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-000-profile-powersave.svg b/icons/status/16/battery-000-profile-powersave.svg
new file mode 100644
index 00000000..6be5b8c3
--- /dev/null
+++ b/icons/status/16/battery-000-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-010-charging-profile-balanced.svg b/icons/status/16/battery-010-charging-profile-balanced.svg
new file mode 100644
index 00000000..3613ea28
--- /dev/null
+++ b/icons/status/16/battery-010-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-010-charging-profile-performance.svg b/icons/status/16/battery-010-charging-profile-performance.svg
new file mode 100644
index 00000000..cfe2aea6
--- /dev/null
+++ b/icons/status/16/battery-010-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-010-charging-profile-powersave.svg b/icons/status/16/battery-010-charging-profile-powersave.svg
new file mode 100644
index 00000000..0195aaab
--- /dev/null
+++ b/icons/status/16/battery-010-charging-profile-powersave.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-010-profile-balanced.svg b/icons/status/16/battery-010-profile-balanced.svg
new file mode 100644
index 00000000..04994ffd
--- /dev/null
+++ b/icons/status/16/battery-010-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-010-profile-performance.svg b/icons/status/16/battery-010-profile-performance.svg
new file mode 100644
index 00000000..3a37cc49
--- /dev/null
+++ b/icons/status/16/battery-010-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-010-profile-powersave.svg b/icons/status/16/battery-010-profile-powersave.svg
new file mode 100644
index 00000000..ec97f8d4
--- /dev/null
+++ b/icons/status/16/battery-010-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-020-charging-profile-balanced.svg b/icons/status/16/battery-020-charging-profile-balanced.svg
new file mode 100644
index 00000000..c883c865
--- /dev/null
+++ b/icons/status/16/battery-020-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-020-charging-profile-performance.svg b/icons/status/16/battery-020-charging-profile-performance.svg
new file mode 100644
index 00000000..c32d43b3
--- /dev/null
+++ b/icons/status/16/battery-020-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-020-charging-profile-powersave.svg b/icons/status/16/battery-020-charging-profile-powersave.svg
new file mode 100644
index 00000000..b82d6074
--- /dev/null
+++ b/icons/status/16/battery-020-charging-profile-powersave.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-020-profile-balanced.svg b/icons/status/16/battery-020-profile-balanced.svg
new file mode 100644
index 00000000..042dd2f9
--- /dev/null
+++ b/icons/status/16/battery-020-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-020-profile-performance.svg b/icons/status/16/battery-020-profile-performance.svg
new file mode 100644
index 00000000..101d3d74
--- /dev/null
+++ b/icons/status/16/battery-020-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-020-profile-powersave.svg b/icons/status/16/battery-020-profile-powersave.svg
new file mode 100644
index 00000000..988c8571
--- /dev/null
+++ b/icons/status/16/battery-020-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-030-charging-profile-balanced.svg b/icons/status/16/battery-030-charging-profile-balanced.svg
new file mode 100644
index 00000000..3b8c9921
--- /dev/null
+++ b/icons/status/16/battery-030-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-030-charging-profile-performance.svg b/icons/status/16/battery-030-charging-profile-performance.svg
new file mode 100644
index 00000000..40be2e61
--- /dev/null
+++ b/icons/status/16/battery-030-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-030-charging-profile-powersave.svg b/icons/status/16/battery-030-charging-profile-powersave.svg
new file mode 100644
index 00000000..782fffc8
--- /dev/null
+++ b/icons/status/16/battery-030-charging-profile-powersave.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-030-profile-balanced.svg b/icons/status/16/battery-030-profile-balanced.svg
new file mode 100644
index 00000000..c1d07e89
--- /dev/null
+++ b/icons/status/16/battery-030-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-030-profile-performance.svg b/icons/status/16/battery-030-profile-performance.svg
new file mode 100644
index 00000000..73e4037d
--- /dev/null
+++ b/icons/status/16/battery-030-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-030-profile-powersave.svg b/icons/status/16/battery-030-profile-powersave.svg
new file mode 100644
index 00000000..fe8d1ee5
--- /dev/null
+++ b/icons/status/16/battery-030-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-040-charging-profile-balanced.svg b/icons/status/16/battery-040-charging-profile-balanced.svg
new file mode 100644
index 00000000..61e390b1
--- /dev/null
+++ b/icons/status/16/battery-040-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-040-charging-profile-performance.svg b/icons/status/16/battery-040-charging-profile-performance.svg
new file mode 100644
index 00000000..b8c9d844
--- /dev/null
+++ b/icons/status/16/battery-040-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-040-charging-profile-powersave.svg b/icons/status/16/battery-040-charging-profile-powersave.svg
new file mode 100644
index 00000000..122816ea
--- /dev/null
+++ b/icons/status/16/battery-040-charging-profile-powersave.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-040-profile-balanced.svg b/icons/status/16/battery-040-profile-balanced.svg
new file mode 100644
index 00000000..eb6b6674
--- /dev/null
+++ b/icons/status/16/battery-040-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-040-profile-performance.svg b/icons/status/16/battery-040-profile-performance.svg
new file mode 100644
index 00000000..d1852081
--- /dev/null
+++ b/icons/status/16/battery-040-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-040-profile-powersave.svg b/icons/status/16/battery-040-profile-powersave.svg
new file mode 100644
index 00000000..3b1def27
--- /dev/null
+++ b/icons/status/16/battery-040-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-050-charging-profile-balanced.svg b/icons/status/16/battery-050-charging-profile-balanced.svg
new file mode 100644
index 00000000..d088891e
--- /dev/null
+++ b/icons/status/16/battery-050-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-050-charging-profile-performance.svg b/icons/status/16/battery-050-charging-profile-performance.svg
new file mode 100644
index 00000000..59c3c9bf
--- /dev/null
+++ b/icons/status/16/battery-050-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-050-charging-profile-powersave.svg b/icons/status/16/battery-050-charging-profile-powersave.svg
new file mode 100644
index 00000000..0f957b8b
--- /dev/null
+++ b/icons/status/16/battery-050-charging-profile-powersave.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-050-profile-balanced.svg b/icons/status/16/battery-050-profile-balanced.svg
new file mode 100644
index 00000000..861da70c
--- /dev/null
+++ b/icons/status/16/battery-050-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-050-profile-performance.svg b/icons/status/16/battery-050-profile-performance.svg
new file mode 100644
index 00000000..9a3bd0a4
--- /dev/null
+++ b/icons/status/16/battery-050-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-050-profile-powersave.svg b/icons/status/16/battery-050-profile-powersave.svg
new file mode 100644
index 00000000..a23a45f4
--- /dev/null
+++ b/icons/status/16/battery-050-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-060-charging-profile-balanced.svg b/icons/status/16/battery-060-charging-profile-balanced.svg
new file mode 100644
index 00000000..6e3234d8
--- /dev/null
+++ b/icons/status/16/battery-060-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-060-charging-profile-performance.svg b/icons/status/16/battery-060-charging-profile-performance.svg
new file mode 100644
index 00000000..9796a738
--- /dev/null
+++ b/icons/status/16/battery-060-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-060-charging-profile-powersave.svg b/icons/status/16/battery-060-charging-profile-powersave.svg
new file mode 100644
index 00000000..ff5d25f2
--- /dev/null
+++ b/icons/status/16/battery-060-charging-profile-powersave.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-060-profile-balanced.svg b/icons/status/16/battery-060-profile-balanced.svg
new file mode 100644
index 00000000..32a1de80
--- /dev/null
+++ b/icons/status/16/battery-060-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-060-profile-performance.svg b/icons/status/16/battery-060-profile-performance.svg
new file mode 100644
index 00000000..717780fe
--- /dev/null
+++ b/icons/status/16/battery-060-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-060-profile-powersave.svg b/icons/status/16/battery-060-profile-powersave.svg
new file mode 100644
index 00000000..b15abb40
--- /dev/null
+++ b/icons/status/16/battery-060-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-070-charging-profile-balanced.svg b/icons/status/16/battery-070-charging-profile-balanced.svg
new file mode 100644
index 00000000..7782c954
--- /dev/null
+++ b/icons/status/16/battery-070-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-070-charging-profile-performance.svg b/icons/status/16/battery-070-charging-profile-performance.svg
new file mode 100644
index 00000000..fd865210
--- /dev/null
+++ b/icons/status/16/battery-070-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-070-charging-profile-powersave.svg b/icons/status/16/battery-070-charging-profile-powersave.svg
new file mode 100644
index 00000000..1c3e01dd
--- /dev/null
+++ b/icons/status/16/battery-070-charging-profile-powersave.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-070-profile-balanced.svg b/icons/status/16/battery-070-profile-balanced.svg
new file mode 100644
index 00000000..455f7b6c
--- /dev/null
+++ b/icons/status/16/battery-070-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-070-profile-performance.svg b/icons/status/16/battery-070-profile-performance.svg
new file mode 100644
index 00000000..1ee78416
--- /dev/null
+++ b/icons/status/16/battery-070-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-070-profile-powersave.svg b/icons/status/16/battery-070-profile-powersave.svg
new file mode 100644
index 00000000..24abbc6e
--- /dev/null
+++ b/icons/status/16/battery-070-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-080-charging-profile-balanced.svg b/icons/status/16/battery-080-charging-profile-balanced.svg
new file mode 100644
index 00000000..daa842a9
--- /dev/null
+++ b/icons/status/16/battery-080-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-080-charging-profile-performance.svg b/icons/status/16/battery-080-charging-profile-performance.svg
new file mode 100644
index 00000000..d06a51b5
--- /dev/null
+++ b/icons/status/16/battery-080-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-080-charging-profile-powersave.svg b/icons/status/16/battery-080-charging-profile-powersave.svg
new file mode 100644
index 00000000..47e8d36f
--- /dev/null
+++ b/icons/status/16/battery-080-charging-profile-powersave.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-080-profile-balanced.svg b/icons/status/16/battery-080-profile-balanced.svg
new file mode 100644
index 00000000..76fda532
--- /dev/null
+++ b/icons/status/16/battery-080-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-080-profile-performance.svg b/icons/status/16/battery-080-profile-performance.svg
new file mode 100644
index 00000000..fbf5dcfa
--- /dev/null
+++ b/icons/status/16/battery-080-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-080-profile-powersave.svg b/icons/status/16/battery-080-profile-powersave.svg
new file mode 100644
index 00000000..694507c4
--- /dev/null
+++ b/icons/status/16/battery-080-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-090-charging-profile-balanced.svg b/icons/status/16/battery-090-charging-profile-balanced.svg
new file mode 100644
index 00000000..39c73a0d
--- /dev/null
+++ b/icons/status/16/battery-090-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-090-charging-profile-performance.svg b/icons/status/16/battery-090-charging-profile-performance.svg
new file mode 100644
index 00000000..60b5838d
--- /dev/null
+++ b/icons/status/16/battery-090-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-090-charging-profile-powersave.svg b/icons/status/16/battery-090-charging-profile-powersave.svg
new file mode 100644
index 00000000..ffdb20d7
--- /dev/null
+++ b/icons/status/16/battery-090-charging-profile-powersave.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-090-profile-balanced.svg b/icons/status/16/battery-090-profile-balanced.svg
new file mode 100644
index 00000000..6cd78e39
--- /dev/null
+++ b/icons/status/16/battery-090-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-090-profile-performance.svg b/icons/status/16/battery-090-profile-performance.svg
new file mode 100644
index 00000000..a8842302
--- /dev/null
+++ b/icons/status/16/battery-090-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-090-profile-powersave.svg b/icons/status/16/battery-090-profile-powersave.svg
new file mode 100644
index 00000000..20be0f51
--- /dev/null
+++ b/icons/status/16/battery-090-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-100-charging-profile-balanced.svg b/icons/status/16/battery-100-charging-profile-balanced.svg
new file mode 100644
index 00000000..808bae61
--- /dev/null
+++ b/icons/status/16/battery-100-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-100-charging-profile-performance.svg b/icons/status/16/battery-100-charging-profile-performance.svg
new file mode 100644
index 00000000..2ec8bdda
--- /dev/null
+++ b/icons/status/16/battery-100-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-100-charging-profile-powersave.svg b/icons/status/16/battery-100-charging-profile-powersave.svg
new file mode 100644
index 00000000..a062445c
--- /dev/null
+++ b/icons/status/16/battery-100-charging-profile-powersave.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/16/battery-100-profile-balanced.svg b/icons/status/16/battery-100-profile-balanced.svg
new file mode 100644
index 00000000..fa640e6c
--- /dev/null
+++ b/icons/status/16/battery-100-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-100-profile-performance.svg b/icons/status/16/battery-100-profile-performance.svg
new file mode 100644
index 00000000..8e2aef4a
--- /dev/null
+++ b/icons/status/16/battery-100-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/16/battery-100-profile-powersave.svg b/icons/status/16/battery-100-profile-powersave.svg
new file mode 100644
index 00000000..25ab7bf2
--- /dev/null
+++ b/icons/status/16/battery-100-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-000-charging-profile-balanced.svg b/icons/status/22/battery-000-charging-profile-balanced.svg
new file mode 100644
index 00000000..481a288e
--- /dev/null
+++ b/icons/status/22/battery-000-charging-profile-balanced.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-000-charging-profile-performance.svg b/icons/status/22/battery-000-charging-profile-performance.svg
new file mode 100644
index 00000000..5f2e480b
--- /dev/null
+++ b/icons/status/22/battery-000-charging-profile-performance.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-000-charging-profile-powersave.svg b/icons/status/22/battery-000-charging-profile-powersave.svg
new file mode 100644
index 00000000..3ca32138
--- /dev/null
+++ b/icons/status/22/battery-000-charging-profile-powersave.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-000-profile-balanced.svg b/icons/status/22/battery-000-profile-balanced.svg
new file mode 100644
index 00000000..c9a8ba02
--- /dev/null
+++ b/icons/status/22/battery-000-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-000-profile-performance.svg b/icons/status/22/battery-000-profile-performance.svg
new file mode 100644
index 00000000..6b5e9162
--- /dev/null
+++ b/icons/status/22/battery-000-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-000-profile-powersave.svg b/icons/status/22/battery-000-profile-powersave.svg
new file mode 100644
index 00000000..7e4d53cf
--- /dev/null
+++ b/icons/status/22/battery-000-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-010-charging-profile-balanced.svg b/icons/status/22/battery-010-charging-profile-balanced.svg
new file mode 100644
index 00000000..d0698582
--- /dev/null
+++ b/icons/status/22/battery-010-charging-profile-balanced.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-010-charging-profile-performance.svg b/icons/status/22/battery-010-charging-profile-performance.svg
new file mode 100644
index 00000000..d72584f8
--- /dev/null
+++ b/icons/status/22/battery-010-charging-profile-performance.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-010-charging-profile-powersave.svg b/icons/status/22/battery-010-charging-profile-powersave.svg
new file mode 100644
index 00000000..d71edbb6
--- /dev/null
+++ b/icons/status/22/battery-010-charging-profile-powersave.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-010-profile-balanced.svg b/icons/status/22/battery-010-profile-balanced.svg
new file mode 100644
index 00000000..5949d6e9
--- /dev/null
+++ b/icons/status/22/battery-010-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-010-profile-performance.svg b/icons/status/22/battery-010-profile-performance.svg
new file mode 100644
index 00000000..3bfa5c8a
--- /dev/null
+++ b/icons/status/22/battery-010-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-010-profile-powersave.svg b/icons/status/22/battery-010-profile-powersave.svg
new file mode 100644
index 00000000..a86a0c4b
--- /dev/null
+++ b/icons/status/22/battery-010-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-020-charging-profile-balanced.svg b/icons/status/22/battery-020-charging-profile-balanced.svg
new file mode 100644
index 00000000..cd9bd733
--- /dev/null
+++ b/icons/status/22/battery-020-charging-profile-balanced.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-020-charging-profile-performance.svg b/icons/status/22/battery-020-charging-profile-performance.svg
new file mode 100644
index 00000000..c5245fa2
--- /dev/null
+++ b/icons/status/22/battery-020-charging-profile-performance.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-020-charging-profile-powersave.svg b/icons/status/22/battery-020-charging-profile-powersave.svg
new file mode 100644
index 00000000..2d567192
--- /dev/null
+++ b/icons/status/22/battery-020-charging-profile-powersave.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-020-profile-balanced.svg b/icons/status/22/battery-020-profile-balanced.svg
new file mode 100644
index 00000000..aff810a6
--- /dev/null
+++ b/icons/status/22/battery-020-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-020-profile-performance.svg b/icons/status/22/battery-020-profile-performance.svg
new file mode 100644
index 00000000..b18df1d6
--- /dev/null
+++ b/icons/status/22/battery-020-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-020-profile-powersave.svg b/icons/status/22/battery-020-profile-powersave.svg
new file mode 100644
index 00000000..2ca88f8e
--- /dev/null
+++ b/icons/status/22/battery-020-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-030-charging-profile-balanced.svg b/icons/status/22/battery-030-charging-profile-balanced.svg
new file mode 100644
index 00000000..c68b12a2
--- /dev/null
+++ b/icons/status/22/battery-030-charging-profile-balanced.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-030-charging-profile-performance.svg b/icons/status/22/battery-030-charging-profile-performance.svg
new file mode 100644
index 00000000..3bb3c668
--- /dev/null
+++ b/icons/status/22/battery-030-charging-profile-performance.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-030-charging-profile-powersave.svg b/icons/status/22/battery-030-charging-profile-powersave.svg
new file mode 100644
index 00000000..123d551f
--- /dev/null
+++ b/icons/status/22/battery-030-charging-profile-powersave.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-030-profile-balanced.svg b/icons/status/22/battery-030-profile-balanced.svg
new file mode 100644
index 00000000..788d34eb
--- /dev/null
+++ b/icons/status/22/battery-030-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-030-profile-performance.svg b/icons/status/22/battery-030-profile-performance.svg
new file mode 100644
index 00000000..96dcfa22
--- /dev/null
+++ b/icons/status/22/battery-030-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-030-profile-powersave.svg b/icons/status/22/battery-030-profile-powersave.svg
new file mode 100644
index 00000000..6d5fc81b
--- /dev/null
+++ b/icons/status/22/battery-030-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-040-charging-profile-balanced.svg b/icons/status/22/battery-040-charging-profile-balanced.svg
new file mode 100644
index 00000000..3dd6d1bd
--- /dev/null
+++ b/icons/status/22/battery-040-charging-profile-balanced.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-040-charging-profile-performance.svg b/icons/status/22/battery-040-charging-profile-performance.svg
new file mode 100644
index 00000000..7b845e7d
--- /dev/null
+++ b/icons/status/22/battery-040-charging-profile-performance.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-040-charging-profile-powersave.svg b/icons/status/22/battery-040-charging-profile-powersave.svg
new file mode 100644
index 00000000..6fd1a060
--- /dev/null
+++ b/icons/status/22/battery-040-charging-profile-powersave.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-040-profile-balanced.svg b/icons/status/22/battery-040-profile-balanced.svg
new file mode 100644
index 00000000..4a05b462
--- /dev/null
+++ b/icons/status/22/battery-040-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-040-profile-performance.svg b/icons/status/22/battery-040-profile-performance.svg
new file mode 100644
index 00000000..50564e4e
--- /dev/null
+++ b/icons/status/22/battery-040-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-040-profile-powersave.svg b/icons/status/22/battery-040-profile-powersave.svg
new file mode 100644
index 00000000..1f610a8c
--- /dev/null
+++ b/icons/status/22/battery-040-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-050-charging-profile-balanced.svg b/icons/status/22/battery-050-charging-profile-balanced.svg
new file mode 100644
index 00000000..2032d3c0
--- /dev/null
+++ b/icons/status/22/battery-050-charging-profile-balanced.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-050-charging-profile-performance.svg b/icons/status/22/battery-050-charging-profile-performance.svg
new file mode 100644
index 00000000..d3099b23
--- /dev/null
+++ b/icons/status/22/battery-050-charging-profile-performance.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-050-charging-profile-powersave.svg b/icons/status/22/battery-050-charging-profile-powersave.svg
new file mode 100644
index 00000000..a913499c
--- /dev/null
+++ b/icons/status/22/battery-050-charging-profile-powersave.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-050-profile-balanced.svg b/icons/status/22/battery-050-profile-balanced.svg
new file mode 100644
index 00000000..f02ecdfc
--- /dev/null
+++ b/icons/status/22/battery-050-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-050-profile-performance.svg b/icons/status/22/battery-050-profile-performance.svg
new file mode 100644
index 00000000..3da88c90
--- /dev/null
+++ b/icons/status/22/battery-050-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-050-profile-powersave.svg b/icons/status/22/battery-050-profile-powersave.svg
new file mode 100644
index 00000000..b3138c34
--- /dev/null
+++ b/icons/status/22/battery-050-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-060-charging-profile-balanced.svg b/icons/status/22/battery-060-charging-profile-balanced.svg
new file mode 100644
index 00000000..13ee483e
--- /dev/null
+++ b/icons/status/22/battery-060-charging-profile-balanced.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-060-charging-profile-performance.svg b/icons/status/22/battery-060-charging-profile-performance.svg
new file mode 100644
index 00000000..4049cf88
--- /dev/null
+++ b/icons/status/22/battery-060-charging-profile-performance.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-060-charging-profile-powersave.svg b/icons/status/22/battery-060-charging-profile-powersave.svg
new file mode 100644
index 00000000..a14dca2a
--- /dev/null
+++ b/icons/status/22/battery-060-charging-profile-powersave.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-060-profile-balanced.svg b/icons/status/22/battery-060-profile-balanced.svg
new file mode 100644
index 00000000..e4f9bf8b
--- /dev/null
+++ b/icons/status/22/battery-060-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-060-profile-performance.svg b/icons/status/22/battery-060-profile-performance.svg
new file mode 100644
index 00000000..b15a5e42
--- /dev/null
+++ b/icons/status/22/battery-060-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-060-profile-powersave.svg b/icons/status/22/battery-060-profile-powersave.svg
new file mode 100644
index 00000000..59925bb0
--- /dev/null
+++ b/icons/status/22/battery-060-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-070-charging-profile-balanced.svg b/icons/status/22/battery-070-charging-profile-balanced.svg
new file mode 100644
index 00000000..eee357a5
--- /dev/null
+++ b/icons/status/22/battery-070-charging-profile-balanced.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-070-charging-profile-performance.svg b/icons/status/22/battery-070-charging-profile-performance.svg
new file mode 100644
index 00000000..6c34a48a
--- /dev/null
+++ b/icons/status/22/battery-070-charging-profile-performance.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-070-charging-profile-powersave.svg b/icons/status/22/battery-070-charging-profile-powersave.svg
new file mode 100644
index 00000000..f8eaa5ef
--- /dev/null
+++ b/icons/status/22/battery-070-charging-profile-powersave.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-070-profile-balanced.svg b/icons/status/22/battery-070-profile-balanced.svg
new file mode 100644
index 00000000..18f27544
--- /dev/null
+++ b/icons/status/22/battery-070-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-070-profile-performance.svg b/icons/status/22/battery-070-profile-performance.svg
new file mode 100644
index 00000000..f8aae7b6
--- /dev/null
+++ b/icons/status/22/battery-070-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-070-profile-powersave.svg b/icons/status/22/battery-070-profile-powersave.svg
new file mode 100644
index 00000000..3000db99
--- /dev/null
+++ b/icons/status/22/battery-070-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-080-charging-profile-balanced.svg b/icons/status/22/battery-080-charging-profile-balanced.svg
new file mode 100644
index 00000000..bbd16928
--- /dev/null
+++ b/icons/status/22/battery-080-charging-profile-balanced.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-080-charging-profile-performance.svg b/icons/status/22/battery-080-charging-profile-performance.svg
new file mode 100644
index 00000000..293caf5f
--- /dev/null
+++ b/icons/status/22/battery-080-charging-profile-performance.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-080-charging-profile-powersave.svg b/icons/status/22/battery-080-charging-profile-powersave.svg
new file mode 100644
index 00000000..4220696f
--- /dev/null
+++ b/icons/status/22/battery-080-charging-profile-powersave.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-080-profile-balanced.svg b/icons/status/22/battery-080-profile-balanced.svg
new file mode 100644
index 00000000..b9a1ddab
--- /dev/null
+++ b/icons/status/22/battery-080-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-080-profile-performance.svg b/icons/status/22/battery-080-profile-performance.svg
new file mode 100644
index 00000000..f040537c
--- /dev/null
+++ b/icons/status/22/battery-080-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-080-profile-powersave.svg b/icons/status/22/battery-080-profile-powersave.svg
new file mode 100644
index 00000000..76ae9215
--- /dev/null
+++ b/icons/status/22/battery-080-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-090-charging-profile-balanced.svg b/icons/status/22/battery-090-charging-profile-balanced.svg
new file mode 100644
index 00000000..dd2636c5
--- /dev/null
+++ b/icons/status/22/battery-090-charging-profile-balanced.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-090-charging-profile-performance.svg b/icons/status/22/battery-090-charging-profile-performance.svg
new file mode 100644
index 00000000..45d5ece1
--- /dev/null
+++ b/icons/status/22/battery-090-charging-profile-performance.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-090-charging-profile-powersave.svg b/icons/status/22/battery-090-charging-profile-powersave.svg
new file mode 100644
index 00000000..444f5d1f
--- /dev/null
+++ b/icons/status/22/battery-090-charging-profile-powersave.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-090-profile-balanced.svg b/icons/status/22/battery-090-profile-balanced.svg
new file mode 100644
index 00000000..bf901bb3
--- /dev/null
+++ b/icons/status/22/battery-090-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-090-profile-performance.svg b/icons/status/22/battery-090-profile-performance.svg
new file mode 100644
index 00000000..1838aabe
--- /dev/null
+++ b/icons/status/22/battery-090-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-090-profile-powersave.svg b/icons/status/22/battery-090-profile-powersave.svg
new file mode 100644
index 00000000..e6ef95ea
--- /dev/null
+++ b/icons/status/22/battery-090-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-100-charging-profile-balanced.svg b/icons/status/22/battery-100-charging-profile-balanced.svg
new file mode 100644
index 00000000..55d14072
--- /dev/null
+++ b/icons/status/22/battery-100-charging-profile-balanced.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-100-charging-profile-performance.svg b/icons/status/22/battery-100-charging-profile-performance.svg
new file mode 100644
index 00000000..02f3787c
--- /dev/null
+++ b/icons/status/22/battery-100-charging-profile-performance.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-100-charging-profile-powersave.svg b/icons/status/22/battery-100-charging-profile-powersave.svg
new file mode 100644
index 00000000..4822e255
--- /dev/null
+++ b/icons/status/22/battery-100-charging-profile-powersave.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/icons/status/22/battery-100-profile-balanced.svg b/icons/status/22/battery-100-profile-balanced.svg
new file mode 100644
index 00000000..3eee59df
--- /dev/null
+++ b/icons/status/22/battery-100-profile-balanced.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-100-profile-performance.svg b/icons/status/22/battery-100-profile-performance.svg
new file mode 100644
index 00000000..36f78b0b
--- /dev/null
+++ b/icons/status/22/battery-100-profile-performance.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-100-profile-powersave.svg b/icons/status/22/battery-100-profile-powersave.svg
new file mode 100644
index 00000000..e4821fc5
--- /dev/null
+++ b/icons/status/22/battery-100-profile-powersave.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/icons/status/22/battery-profile-performance.svg b/icons/status/22/battery-profile-performance.svg
index 019b6442..3f1971a6 100644
--- a/icons/status/22/battery-profile-performance.svg
+++ b/icons/status/22/battery-profile-performance.svg
@@ -1,12 +1,10 @@
+
diff --git a/icons/status/32/battery-000-charging-profile-balanced.svg b/icons/status/32/battery-000-charging-profile-balanced.svg
new file mode 100644
index 00000000..a3a10bdd
--- /dev/null
+++ b/icons/status/32/battery-000-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-000-charging-profile-performance.svg b/icons/status/32/battery-000-charging-profile-performance.svg
new file mode 100644
index 00000000..cd76b8fc
--- /dev/null
+++ b/icons/status/32/battery-000-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-000-charging-profile-powersave.svg b/icons/status/32/battery-000-charging-profile-powersave.svg
new file mode 100644
index 00000000..b89904e6
--- /dev/null
+++ b/icons/status/32/battery-000-charging-profile-powersave.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/icons/status/32/battery-000-profile-balanced.svg b/icons/status/32/battery-000-profile-balanced.svg
new file mode 100644
index 00000000..57c1d20b
--- /dev/null
+++ b/icons/status/32/battery-000-profile-balanced.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-000-profile-performance.svg b/icons/status/32/battery-000-profile-performance.svg
new file mode 100644
index 00000000..f92077dd
--- /dev/null
+++ b/icons/status/32/battery-000-profile-performance.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-000-profile-powersave.svg b/icons/status/32/battery-000-profile-powersave.svg
new file mode 100644
index 00000000..57daf107
--- /dev/null
+++ b/icons/status/32/battery-000-profile-powersave.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-000.svg b/icons/status/32/battery-000.svg
index ac5c10f2..bcef58b8 100644
--- a/icons/status/32/battery-000.svg
+++ b/icons/status/32/battery-000.svg
@@ -1,10 +1,7 @@
-
diff --git a/icons/status/32/battery-010-charging-profile-balanced.svg b/icons/status/32/battery-010-charging-profile-balanced.svg
new file mode 100644
index 00000000..46bf16cf
--- /dev/null
+++ b/icons/status/32/battery-010-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-010-charging-profile-performance.svg b/icons/status/32/battery-010-charging-profile-performance.svg
new file mode 100644
index 00000000..97516f10
--- /dev/null
+++ b/icons/status/32/battery-010-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-010-charging-profile-powersave.svg b/icons/status/32/battery-010-charging-profile-powersave.svg
new file mode 100644
index 00000000..2928428f
--- /dev/null
+++ b/icons/status/32/battery-010-charging-profile-powersave.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/icons/status/32/battery-010-profile-balanced.svg b/icons/status/32/battery-010-profile-balanced.svg
new file mode 100644
index 00000000..c1d64d71
--- /dev/null
+++ b/icons/status/32/battery-010-profile-balanced.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-010-profile-performance.svg b/icons/status/32/battery-010-profile-performance.svg
new file mode 100644
index 00000000..449c4007
--- /dev/null
+++ b/icons/status/32/battery-010-profile-performance.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-010-profile-powersave.svg b/icons/status/32/battery-010-profile-powersave.svg
new file mode 100644
index 00000000..2e66f767
--- /dev/null
+++ b/icons/status/32/battery-010-profile-powersave.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-010.svg b/icons/status/32/battery-010.svg
index 8bf84615..b5d9ef1f 100644
--- a/icons/status/32/battery-010.svg
+++ b/icons/status/32/battery-010.svg
@@ -1,13 +1,7 @@
-
diff --git a/icons/status/32/battery-020-charging-profile-balanced.svg b/icons/status/32/battery-020-charging-profile-balanced.svg
new file mode 100644
index 00000000..7f67306b
--- /dev/null
+++ b/icons/status/32/battery-020-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-020-charging-profile-performance.svg b/icons/status/32/battery-020-charging-profile-performance.svg
new file mode 100644
index 00000000..0531b750
--- /dev/null
+++ b/icons/status/32/battery-020-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-020-charging-profile-powersave.svg b/icons/status/32/battery-020-charging-profile-powersave.svg
new file mode 100644
index 00000000..1e4e855e
--- /dev/null
+++ b/icons/status/32/battery-020-charging-profile-powersave.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/icons/status/32/battery-020-profile-balanced.svg b/icons/status/32/battery-020-profile-balanced.svg
new file mode 100644
index 00000000..59b9634e
--- /dev/null
+++ b/icons/status/32/battery-020-profile-balanced.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-020-profile-performance.svg b/icons/status/32/battery-020-profile-performance.svg
new file mode 100644
index 00000000..57c574b9
--- /dev/null
+++ b/icons/status/32/battery-020-profile-performance.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-020-profile-powersave.svg b/icons/status/32/battery-020-profile-powersave.svg
new file mode 100644
index 00000000..708d044b
--- /dev/null
+++ b/icons/status/32/battery-020-profile-powersave.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-020.svg b/icons/status/32/battery-020.svg
index 6bee3fe5..2f2d1f72 100644
--- a/icons/status/32/battery-020.svg
+++ b/icons/status/32/battery-020.svg
@@ -1,11 +1,7 @@
-
diff --git a/icons/status/32/battery-030-charging-profile-balanced.svg b/icons/status/32/battery-030-charging-profile-balanced.svg
new file mode 100644
index 00000000..8e97ba54
--- /dev/null
+++ b/icons/status/32/battery-030-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-030-charging-profile-performance.svg b/icons/status/32/battery-030-charging-profile-performance.svg
new file mode 100644
index 00000000..6deafc59
--- /dev/null
+++ b/icons/status/32/battery-030-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-030-charging-profile-powersave.svg b/icons/status/32/battery-030-charging-profile-powersave.svg
new file mode 100644
index 00000000..cee31ae9
--- /dev/null
+++ b/icons/status/32/battery-030-charging-profile-powersave.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/icons/status/32/battery-030-profile-balanced.svg b/icons/status/32/battery-030-profile-balanced.svg
new file mode 100644
index 00000000..58fe7ae9
--- /dev/null
+++ b/icons/status/32/battery-030-profile-balanced.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-030-profile-performance.svg b/icons/status/32/battery-030-profile-performance.svg
new file mode 100644
index 00000000..b3a6770e
--- /dev/null
+++ b/icons/status/32/battery-030-profile-performance.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-030-profile-powersave.svg b/icons/status/32/battery-030-profile-powersave.svg
new file mode 100644
index 00000000..ab7098b7
--- /dev/null
+++ b/icons/status/32/battery-030-profile-powersave.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-030.svg b/icons/status/32/battery-030.svg
index 8b688796..c0001716 100644
--- a/icons/status/32/battery-030.svg
+++ b/icons/status/32/battery-030.svg
@@ -1,11 +1,7 @@
-
diff --git a/icons/status/32/battery-040-charging-profile-balanced.svg b/icons/status/32/battery-040-charging-profile-balanced.svg
new file mode 100644
index 00000000..389448ee
--- /dev/null
+++ b/icons/status/32/battery-040-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-040-charging-profile-performance.svg b/icons/status/32/battery-040-charging-profile-performance.svg
new file mode 100644
index 00000000..f89298ac
--- /dev/null
+++ b/icons/status/32/battery-040-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-040-charging-profile-powersave.svg b/icons/status/32/battery-040-charging-profile-powersave.svg
new file mode 100644
index 00000000..4efe387d
--- /dev/null
+++ b/icons/status/32/battery-040-charging-profile-powersave.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/icons/status/32/battery-040-profile-balanced.svg b/icons/status/32/battery-040-profile-balanced.svg
new file mode 100644
index 00000000..55374870
--- /dev/null
+++ b/icons/status/32/battery-040-profile-balanced.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-040-profile-performance.svg b/icons/status/32/battery-040-profile-performance.svg
new file mode 100644
index 00000000..e52fec9c
--- /dev/null
+++ b/icons/status/32/battery-040-profile-performance.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-040-profile-powersave.svg b/icons/status/32/battery-040-profile-powersave.svg
new file mode 100644
index 00000000..d190f1b1
--- /dev/null
+++ b/icons/status/32/battery-040-profile-powersave.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-040.svg b/icons/status/32/battery-040.svg
index 14aec6fb..94095501 100644
--- a/icons/status/32/battery-040.svg
+++ b/icons/status/32/battery-040.svg
@@ -1,11 +1,7 @@
-
diff --git a/icons/status/32/battery-050-charging-profile-balanced.svg b/icons/status/32/battery-050-charging-profile-balanced.svg
new file mode 100644
index 00000000..e0c99f27
--- /dev/null
+++ b/icons/status/32/battery-050-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-050-charging-profile-performance.svg b/icons/status/32/battery-050-charging-profile-performance.svg
new file mode 100644
index 00000000..3bc9f71e
--- /dev/null
+++ b/icons/status/32/battery-050-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-050-charging-profile-powersave.svg b/icons/status/32/battery-050-charging-profile-powersave.svg
new file mode 100644
index 00000000..d2eb4ea0
--- /dev/null
+++ b/icons/status/32/battery-050-charging-profile-powersave.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/icons/status/32/battery-050-profile-balanced.svg b/icons/status/32/battery-050-profile-balanced.svg
new file mode 100644
index 00000000..aa6e634b
--- /dev/null
+++ b/icons/status/32/battery-050-profile-balanced.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-050-profile-performance.svg b/icons/status/32/battery-050-profile-performance.svg
new file mode 100644
index 00000000..99621269
--- /dev/null
+++ b/icons/status/32/battery-050-profile-performance.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-050-profile-powersave.svg b/icons/status/32/battery-050-profile-powersave.svg
new file mode 100644
index 00000000..58f70033
--- /dev/null
+++ b/icons/status/32/battery-050-profile-powersave.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-050.svg b/icons/status/32/battery-050.svg
index 9ec7f4dd..becf0d7f 100644
--- a/icons/status/32/battery-050.svg
+++ b/icons/status/32/battery-050.svg
@@ -1,11 +1,7 @@
-
diff --git a/icons/status/32/battery-060-charging-profile-balanced.svg b/icons/status/32/battery-060-charging-profile-balanced.svg
new file mode 100644
index 00000000..3c825180
--- /dev/null
+++ b/icons/status/32/battery-060-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-060-charging-profile-performance.svg b/icons/status/32/battery-060-charging-profile-performance.svg
new file mode 100644
index 00000000..62be7602
--- /dev/null
+++ b/icons/status/32/battery-060-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-060-charging-profile-powersave.svg b/icons/status/32/battery-060-charging-profile-powersave.svg
new file mode 100644
index 00000000..c6234b00
--- /dev/null
+++ b/icons/status/32/battery-060-charging-profile-powersave.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/icons/status/32/battery-060-profile-balanced.svg b/icons/status/32/battery-060-profile-balanced.svg
new file mode 100644
index 00000000..47b19a63
--- /dev/null
+++ b/icons/status/32/battery-060-profile-balanced.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-060-profile-performance.svg b/icons/status/32/battery-060-profile-performance.svg
new file mode 100644
index 00000000..69f89d00
--- /dev/null
+++ b/icons/status/32/battery-060-profile-performance.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-060-profile-powersave.svg b/icons/status/32/battery-060-profile-powersave.svg
new file mode 100644
index 00000000..ec1bbb0e
--- /dev/null
+++ b/icons/status/32/battery-060-profile-powersave.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-060.svg b/icons/status/32/battery-060.svg
index 7d47dc06..8b01dfce 100644
--- a/icons/status/32/battery-060.svg
+++ b/icons/status/32/battery-060.svg
@@ -1,11 +1,7 @@
-
diff --git a/icons/status/32/battery-070-charging-profile-balanced.svg b/icons/status/32/battery-070-charging-profile-balanced.svg
new file mode 100644
index 00000000..b595c244
--- /dev/null
+++ b/icons/status/32/battery-070-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-070-charging-profile-performance.svg b/icons/status/32/battery-070-charging-profile-performance.svg
new file mode 100644
index 00000000..cf6cb4f8
--- /dev/null
+++ b/icons/status/32/battery-070-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-070-charging-profile-powersave.svg b/icons/status/32/battery-070-charging-profile-powersave.svg
new file mode 100644
index 00000000..d4d3f6d4
--- /dev/null
+++ b/icons/status/32/battery-070-charging-profile-powersave.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/icons/status/32/battery-070-profile-balanced.svg b/icons/status/32/battery-070-profile-balanced.svg
new file mode 100644
index 00000000..67a6c0e9
--- /dev/null
+++ b/icons/status/32/battery-070-profile-balanced.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-070-profile-performance.svg b/icons/status/32/battery-070-profile-performance.svg
new file mode 100644
index 00000000..0ca6826e
--- /dev/null
+++ b/icons/status/32/battery-070-profile-performance.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-070-profile-powersave.svg b/icons/status/32/battery-070-profile-powersave.svg
new file mode 100644
index 00000000..979e675a
--- /dev/null
+++ b/icons/status/32/battery-070-profile-powersave.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-070.svg b/icons/status/32/battery-070.svg
index b0c8c2d9..334e60aa 100644
--- a/icons/status/32/battery-070.svg
+++ b/icons/status/32/battery-070.svg
@@ -1,11 +1,7 @@
-
diff --git a/icons/status/32/battery-080-charging-profile-balanced.svg b/icons/status/32/battery-080-charging-profile-balanced.svg
new file mode 100644
index 00000000..97657041
--- /dev/null
+++ b/icons/status/32/battery-080-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-080-charging-profile-performance.svg b/icons/status/32/battery-080-charging-profile-performance.svg
new file mode 100644
index 00000000..9c9e9dce
--- /dev/null
+++ b/icons/status/32/battery-080-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-080-charging-profile-powersave.svg b/icons/status/32/battery-080-charging-profile-powersave.svg
new file mode 100644
index 00000000..d745d47b
--- /dev/null
+++ b/icons/status/32/battery-080-charging-profile-powersave.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/icons/status/32/battery-080-profile-balanced.svg b/icons/status/32/battery-080-profile-balanced.svg
new file mode 100644
index 00000000..8db66e9c
--- /dev/null
+++ b/icons/status/32/battery-080-profile-balanced.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-080-profile-performance.svg b/icons/status/32/battery-080-profile-performance.svg
new file mode 100644
index 00000000..1dcb1764
--- /dev/null
+++ b/icons/status/32/battery-080-profile-performance.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-080-profile-powersave.svg b/icons/status/32/battery-080-profile-powersave.svg
new file mode 100644
index 00000000..28e47d15
--- /dev/null
+++ b/icons/status/32/battery-080-profile-powersave.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-080.svg b/icons/status/32/battery-080.svg
index fc1bae8c..eb07bdc0 100644
--- a/icons/status/32/battery-080.svg
+++ b/icons/status/32/battery-080.svg
@@ -1,11 +1,7 @@
-
diff --git a/icons/status/32/battery-090-charging-profile-balanced.svg b/icons/status/32/battery-090-charging-profile-balanced.svg
new file mode 100644
index 00000000..1e681b5f
--- /dev/null
+++ b/icons/status/32/battery-090-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-090-charging-profile-performance.svg b/icons/status/32/battery-090-charging-profile-performance.svg
new file mode 100644
index 00000000..38846917
--- /dev/null
+++ b/icons/status/32/battery-090-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-090-charging-profile-powersave.svg b/icons/status/32/battery-090-charging-profile-powersave.svg
new file mode 100644
index 00000000..15b41839
--- /dev/null
+++ b/icons/status/32/battery-090-charging-profile-powersave.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/icons/status/32/battery-090-profile-balanced.svg b/icons/status/32/battery-090-profile-balanced.svg
new file mode 100644
index 00000000..4fd63465
--- /dev/null
+++ b/icons/status/32/battery-090-profile-balanced.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-090-profile-performance.svg b/icons/status/32/battery-090-profile-performance.svg
new file mode 100644
index 00000000..f582e7ac
--- /dev/null
+++ b/icons/status/32/battery-090-profile-performance.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-090-profile-powersave.svg b/icons/status/32/battery-090-profile-powersave.svg
new file mode 100644
index 00000000..3c0507bd
--- /dev/null
+++ b/icons/status/32/battery-090-profile-powersave.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-090.svg b/icons/status/32/battery-090.svg
index 6fc6a225..914cf81e 100644
--- a/icons/status/32/battery-090.svg
+++ b/icons/status/32/battery-090.svg
@@ -1,11 +1,7 @@
-
diff --git a/icons/status/32/battery-100-charging-profile-balanced.svg b/icons/status/32/battery-100-charging-profile-balanced.svg
new file mode 100644
index 00000000..2d193203
--- /dev/null
+++ b/icons/status/32/battery-100-charging-profile-balanced.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-100-charging-profile-performance.svg b/icons/status/32/battery-100-charging-profile-performance.svg
new file mode 100644
index 00000000..e6f790fe
--- /dev/null
+++ b/icons/status/32/battery-100-charging-profile-performance.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/status/32/battery-100-charging-profile-powersave.svg b/icons/status/32/battery-100-charging-profile-powersave.svg
new file mode 100644
index 00000000..a5d046b1
--- /dev/null
+++ b/icons/status/32/battery-100-charging-profile-powersave.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/icons/status/32/battery-100-profile-balanced.svg b/icons/status/32/battery-100-profile-balanced.svg
new file mode 100644
index 00000000..1161384b
--- /dev/null
+++ b/icons/status/32/battery-100-profile-balanced.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-100-profile-performance.svg b/icons/status/32/battery-100-profile-performance.svg
new file mode 100644
index 00000000..74ec42c7
--- /dev/null
+++ b/icons/status/32/battery-100-profile-performance.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-100-profile-powersave.svg b/icons/status/32/battery-100-profile-powersave.svg
new file mode 100644
index 00000000..69173300
--- /dev/null
+++ b/icons/status/32/battery-100-profile-powersave.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/icons/status/32/battery-100.svg b/icons/status/32/battery-100.svg
index 0bc0194a..3b27ae66 100644
--- a/icons/status/32/battery-100.svg
+++ b/icons/status/32/battery-100.svg
@@ -1,11 +1,7 @@
-