diff options
author | suchinton2001 <suchinton.2001@gmail.com> | 2023-07-22 18:39:14 +0530 |
---|---|---|
committer | suchinton2001 <suchinton.2001@gmail.com> | 2023-09-07 18:31:07 +0530 |
commit | db9f586a19fed7bcd04be3596fc30dc53f61b1db (patch) | |
tree | 476d86c085137779f47ee6b409e3a8aaac68991d /assets/carbon icons/temperature--hot.svg | |
parent | f9b00b992d88edc0e9c31de809a1a981139c4fde (diff) |
Upload progress on AGL demo control panel in one batch
AGL Demo Control Panel is a PyQt5 application used to simulate CAN bus signals using Kuksa.val
v1: Initial commit
v2: Remove unused assets
v3: Add Opensans fonts, remove un-used styles and add Lisences as attributions
v4:
- Remove Opensans fonts, default to Dejavu fonts
- Replace feather icons with carbon icons.
- Reusing AGL demo app assests for HVAC and Steering wheel inputs.
v5: Remove assets/Images/Lisences.md attribution file
Signed-off-by: suchinton2001 <suchinton.2001@gmail.com>
Change-Id: I1529495deff6fc27eacb92f7a29c4f71f8c8d5d9
Diffstat (limited to 'assets/carbon icons/temperature--hot.svg')
-rw-r--r-- | assets/carbon icons/temperature--hot.svg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/carbon icons/temperature--hot.svg b/assets/carbon icons/temperature--hot.svg new file mode 100644 index 0000000..0d94a92 --- /dev/null +++ b/assets/carbon icons/temperature--hot.svg @@ -0,0 +1,17 @@ +<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <defs> + <style> + .cls-1 { + fill: none; + } + </style> + </defs> + <rect x="26" y="13" width="4" height="2" fill="white"/> + <rect x="23.1214" y="5.879" width="3.9999" height="1.9998" transform="translate(2.4937 19.7783) rotate(-45)" fill="white"/> + <rect x="24.1212" y="19.1214" width="1.9998" height="3.9999" transform="translate(-7.5773 23.9496) rotate(-45)" fill="white"/> + <rect x="17" y="2" width="2" height="4" fill="white"/> + <path d="M18,8a6.0365,6.0365,0,0,0-1,.09v2.0518A3.9567,3.9567,0,0,1,18,10a4,4,0,0,1,0,8v2A6,6,0,0,0,18,8Z" fill="white"/> + <path d="M10,20.1839V7H8V20.1839a3,3,0,1,0,2,0Z" fill="white"/> + <path d="M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" fill="white"/> + <rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/> +</svg> |