diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-02 21:35:34 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-02 21:35:34 +0200 |
| commit | efc6b5d169d2b6eaabe7384141cec6054ae622a0 (patch) | |
| tree | 056fb3f24bcf0be7fb372106676349a1f5b644b8 /Private/Root | |
| parent | 96d7e324ae1657216e6bb49a82466977d43d9a89 (diff) | |
OS: Changes related to System API, breaking changes, also added HTMLLib.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/Root')
| -rw-r--r-- | Private/Root/Boot/kernel-logo.ico | bin | 0 -> 150570 bytes | |||
| -rw-r--r-- | Private/Root/Boot/kernel-logo.svg | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Private/Root/Boot/kernel-logo.ico b/Private/Root/Boot/kernel-logo.ico Binary files differnew file mode 100644 index 00000000..945049b9 --- /dev/null +++ b/Private/Root/Boot/kernel-logo.ico diff --git a/Private/Root/Boot/kernel-logo.svg b/Private/Root/Boot/kernel-logo.svg new file mode 100644 index 00000000..751ec02c --- /dev/null +++ b/Private/Root/Boot/kernel-logo.svg @@ -0,0 +1,10 @@ +<svg width="61" height="61" viewBox="0 0 61 61" fill="none" xmlns="http://www.w3.org/2000/svg"> +<rect x="0.5" y="0.5" width="60" height="60" rx="9.5" fill="#302929" fill-opacity="0.7" stroke="#323232"/> +<circle cx="31" cy="30" r="14.5" fill="url(#paint0_radial_0_1)" stroke="#323232"/> +<defs> +<radialGradient id="paint0_radial_0_1" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(31 30) rotate(90) scale(15)"> +<stop stop-color="#820F0F"/> +<stop offset="1" stop-color="#FF0000" stop-opacity="0.52"/> +</radialGradient> +</defs> +</svg> |
