Skip to content

Commit 178fe89

Browse files
warp-agent-staging[bot]oz-agentwarp-agentharryalbert
authored
Flip context window circle to represent context remaining (warpdotdev#13097)
## Description The context-window usage circle (the small segmented ring shown in the agent input footer and the conversation usage footer) used its solid/white marks to represent the context **used**, while the tooltip already read "X% context remaining". The result was confusing: a nearly-full context window showed a mostly-white/full circle even though little context remained, so the circle read as "used", not "remaining". This flips the **color semantics** so the white marks represent the context **remaining** (the tooltip is unchanged): - empty conversation → all-white circle, "100% context remaining" - full context window → all-grey circle, "0% context remaining" Both surfaces that render the circle funnel through the pure `icon_for_context_window_usage` (selected by remaining = `1 - usage`). To keep the **exact original icon, pattern, and fill direction** and invert *only* the dark/light colors, the segmented-ring SVG assets have their per-segment `fill-opacity` swapped (`0.4`↔`0.9`); because the icon renders monochrome (per-segment luminance is the mask), this makes each state the precise dark/light inverse of the original glyph — same boundary and sweep direction, colors swapped. The static placeholder icons default to the full-white (100% remaining) state, and the `>= 80%`-used red warning tint is preserved. This implements the change agreed in the linked thread. ## Linked Issue Slack thread: https://warpdev.slack.com/archives/C0BCE7AELJ2/p1782490201740159?thread_ts=1782490201.740159&cid=C0BCE7AELJ2 ## Testing - Added regression unit tests in `app/src/ai/blocklist/usage/mod_tests.rs` covering the empty (→ `ContextRemaining100`), full (→ `ContextRemaining0`), and intermediate mappings, plus a monotonicity check (more usage never brightens the circle). All pass. - `cargo clippy` clean on the affected crate; `./script/format` applied. - Verified live with computer use on a locally built Warp (see screenshots below). - [x] I have manually tested my changes locally ### Screenshots / Videos Captured live on a locally built Warp via computer-use verification. **Empty conversation → full (white) circle, tooltip "100% context remaining":** ![Empty conversation: full circle, 100% context remaining](https://raw.githubusercontent.com/warpdotdev/warp/factory/assets/context-window-circle-13097/.factory-assets/empty-conversation-100pct.png) ![Empty conversation circle (zoom)](https://raw.githubusercontent.com/warpdotdev/warp/factory/assets/context-window-circle-13097/.factory-assets/empty-conversation-circle-zoom.png) **Partial context window (70% used, temporarily forced for verification) → ~30% white arc on the correct (far) side, tooltip "30% context remaining":** ![Partial: ~30% white arc, 30% context remaining](https://raw.githubusercontent.com/warpdotdev/warp/factory/assets/context-window-circle-13097/.factory-assets/high-usage-10pct.png) ![Partial circle (zoom)](https://raw.githubusercontent.com/warpdotdev/warp/factory/assets/context-window-circle-13097/.factory-assets/high-usage-circle-zoom.png) _(Screenshots are hosted on the `factory/assets/context-window-circle-13097` branch so they render here without adding binary files to this PR's code diff.)_ ## Agent Mode - [x] Warp Agent Mode - This PR was created via Warp's AI Agent Mode <!-- CHANGELOG-IMPROVEMENT: Flipped the context-window usage circle so its filled (white) marks now represent the context remaining instead of used — a fresh conversation shows a full circle that empties as the context window fills. --> <!-- factory-client: {"source":"factory-client","slack_channel":"C0BCE7AELJ2","slack_thread_ts":"1782490201.740159","slack_permalink":"https://warpdev.slack.com/archives/C0BCE7AELJ2/p1782490201740159?thread_ts=1782490201.740159&cid=C0BCE7AELJ2","oz_run_id":"019f04b2-049e-7e13-b025-45139520cac3","repo":"warpdotdev/warp"} --> _Conversation: https://staging.warp.dev/conversation/d51f56ed-8dae-44f7-8184-cbb3e6a42dd3_ _Run: https://oz.staging.warp.dev/runs/019f04b2-049e-7e13-b025-45139520cac3_ _This PR was generated with [Oz](https://warp.dev/oz)._ --------- Co-authored-by: Oz <oz-agent@warp.dev> Co-authored-by: Warp <agent@warp.dev> Co-authored-by: harryalbert <harryalbert364@gmail.com>
1 parent 185862d commit 178fe89

16 files changed

Lines changed: 391 additions & 310 deletions
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,5 @@
11
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
22
<path d="M12.9784 21.9519C12.657 21.9831 12.3307 22 12.0011 22.0001L11.4863 21.9875C11.3299 21.9796 11.174 21.967 11.0196 21.9519L11.2268 19.8195C11.4803 19.8441 11.7399 19.8571 12.0011 19.8571C12.2621 19.8571 12.52 19.8441 12.7733 19.8195L12.9784 21.9519Z" fill="#050505"/>
3-
<path d="M12.9784 21.9519C12.657 21.9831 12.3307 22 12.0011 22.0001L11.4863 21.9875C11.3299 21.9796 11.174 21.967 11.0196 21.9519L11.2268 19.8195C11.4803 19.8441 11.7399 19.8571 12.0011 19.8571C12.2621 19.8571 12.52 19.8441 12.7733 19.8195L12.9784 21.9519Z" fill="white" fill-opacity="0.4"/>
4-
<path d="M8.29698 18.9322C8.74629 19.1728 9.22248 19.3721 9.71793 19.5223L9.09639 21.569C8.46455 21.3774 7.85831 21.1262 7.2862 20.8198L8.29698 18.9322Z" fill="#050505"/>
5-
<path d="M8.29698 18.9322C8.74629 19.1728 9.22248 19.3721 9.71793 19.5223L9.09639 21.569C8.46455 21.3774 7.85831 21.1262 7.2862 20.8198L8.29698 18.9322Z" fill="white" fill-opacity="0.4"/>
6-
<path d="M16.7139 20.8198C16.141 21.1266 15.5344 21.3774 14.9016 21.569L14.2821 19.5223C14.7777 19.3721 15.2536 19.1728 15.7031 18.9322L16.7139 20.8198Z" fill="#050505"/>
7-
<path d="M16.7139 20.8198C16.141 21.1266 15.5344 21.3774 14.9016 21.569L14.2821 19.5223C14.7777 19.3721 15.2536 19.1728 15.7031 18.9322L16.7139 20.8198Z" fill="white" fill-opacity="0.4"/>
8-
<path d="M5.92593 16.9838C6.25293 17.3818 6.61828 17.7492 7.01624 18.0762L5.65597 19.7295C5.15021 19.3138 4.68406 18.85 4.2685 18.3441L5.02188 17.7267L5.92593 16.9838Z" fill="#050505"/>
9-
<path d="M5.92593 16.9838C6.25293 17.3818 6.61828 17.7492 7.01624 18.0762L5.65597 19.7295C5.15021 19.3138 4.68406 18.85 4.2685 18.3441L5.02188 17.7267L5.92593 16.9838Z" fill="white" fill-opacity="0.4"/>
10-
<path d="M19.7295 18.342C19.3133 18.8487 18.8487 19.3133 18.342 19.7295L16.9838 18.0762C17.3821 17.749 17.749 17.3821 18.0762 16.9838L19.7295 18.342Z" fill="#050505"/>
11-
<path d="M19.7295 18.342C19.3133 18.8487 18.8487 19.3133 18.342 19.7295L16.9838 18.0762C17.3821 17.749 17.749 17.3821 18.0762 16.9838L19.7295 18.342Z" fill="white" fill-opacity="0.4"/>
12-
<path d="M4.47987 14.2821C4.62992 14.7774 4.82743 15.2539 5.06792 15.7031L3.18029 16.7139C2.87357 16.141 2.62054 15.5343 2.42901 14.9016L4.47987 14.2821Z" fill="#050505"/>
13-
<path d="M4.47987 14.2821C4.62992 14.7774 4.82743 15.2539 5.06792 15.7031L3.18029 16.7139C2.87357 16.141 2.62054 15.5343 2.42901 14.9016L4.47987 14.2821Z" fill="white" fill-opacity="0.4"/>
14-
<path d="M21.569 14.9016C21.3774 15.5344 21.1266 16.141 20.8198 16.7139L18.9322 15.7031C19.1728 15.2536 19.3721 14.7777 19.5223 14.2821L21.569 14.9016Z" fill="#050505"/>
15-
<path d="M21.569 14.9016C21.3774 15.5344 21.1266 16.141 20.8198 16.7139L18.9322 15.7031C19.1728 15.2536 19.3721 14.7777 19.5223 14.2821L21.569 14.9016Z" fill="white" fill-opacity="0.4"/>
16-
<path d="M4.18061 11.2268C4.15594 11.4803 4.14296 11.7399 4.14294 12.0011C4.14296 12.262 4.15599 12.52 4.18061 12.7733L3.11123 12.8758L3.11332 12.8779L2.04813 12.9784C2.03329 12.8254 2.02042 12.6708 2.01256 12.5159L2 12.0011C2.00001 11.8289 2.00395 11.6563 2.01256 11.4863L2.04813 11.0196L4.18061 11.2268Z" fill="#050505"/>
17-
<path d="M4.18061 11.2268C4.15594 11.4803 4.14296 11.7399 4.14294 12.0011C4.14296 12.262 4.15599 12.52 4.18061 12.7733L3.11123 12.8758L3.11332 12.8779L2.04813 12.9784C2.03329 12.8254 2.02042 12.6708 2.01256 12.5159L2 12.0011C2.00001 11.8289 2.00395 11.6563 2.01256 11.4863L2.04813 11.0196L4.18061 11.2268Z" fill="white" fill-opacity="0.4"/>
18-
<path d="M21.9519 11.0196C21.9833 11.3421 22 11.6703 22.0001 12.0011L21.9875 12.5159C21.9796 12.6708 21.9668 12.8254 21.9519 12.9784L20.8867 12.8779L19.8195 12.7733C19.8441 12.52 19.8571 12.2621 19.8571 12.0011C19.8571 11.7399 19.8441 11.4803 19.8195 11.2268L21.9519 11.0196Z" fill="#050505"/>
19-
<path d="M21.9519 11.0196C21.9833 11.3421 22 11.6703 22.0001 12.0011L21.9875 12.5159C21.9796 12.6708 21.9668 12.8254 21.9519 12.9784L20.8867 12.8779L19.8195 12.7733C19.8441 12.52 19.8571 12.2621 19.8571 12.0011C19.8571 11.7399 19.8441 11.4803 19.8195 11.2268L21.9519 11.0196Z" fill="white" fill-opacity="0.4"/>
20-
<path d="M4.1241 7.79054L5.06792 8.29698C4.82722 8.74637 4.63004 9.22238 4.47987 9.71793L2.42901 9.09639C2.62049 8.46456 2.87184 7.85831 3.1782 7.2862L4.1241 7.79054Z" fill="#050505"/>
21-
<path d="M4.1241 7.79054L5.06792 8.29698C4.82722 8.74637 4.63004 9.22238 4.47987 9.71793L2.42901 9.09639C2.62049 8.46456 2.87184 7.85831 3.1782 7.2862L4.1241 7.79054Z" fill="white" fill-opacity="0.4"/>
22-
<path d="M20.8198 7.2862C21.1262 7.85831 21.3774 8.46455 21.569 9.09639L19.5223 9.71793C19.3721 9.22248 19.1728 8.74629 18.9322 8.29698L20.1145 7.66498L20.8198 7.2862Z" fill="#050505"/>
23-
<path d="M20.8198 7.2862C21.1262 7.85831 21.3774 8.46455 21.569 9.09639L19.5223 9.71793C19.3721 9.22248 19.1728 8.74629 18.9322 8.29698L20.1145 7.66498L20.8198 7.2862Z" fill="white" fill-opacity="0.4"/>
24-
<path d="M5.65597 4.27059L7.01624 5.92593C6.61833 6.25291 6.25291 6.61833 5.92593 7.01624L4.27059 5.65597L4.2685 5.65388C4.68391 5.14839 5.14839 4.68391 5.65388 4.2685L5.65597 4.27059Z" fill="#050505"/>
25-
<path d="M5.65597 4.27059L7.01624 5.92593C6.61833 6.25291 6.25291 6.61833 5.92593 7.01624L4.27059 5.65597L4.2685 5.65388C4.68391 5.14839 5.14839 4.68391 5.65388 4.2685L5.65597 4.27059Z" fill="white" fill-opacity="0.4"/>
26-
<path d="M18.3441 4.2685C18.85 4.68406 19.3138 5.15021 19.7295 5.65597L18.0762 7.01624C17.7492 6.61828 17.3818 6.25293 16.9838 5.92593L18.3441 4.2685Z" fill="#050505"/>
27-
<path d="M18.3441 4.2685C18.85 4.68406 19.3138 5.15021 19.7295 5.65597L18.0762 7.01624C17.7492 6.61828 17.3818 6.25293 16.9838 5.92593L18.3441 4.2685Z" fill="white" fill-opacity="0.4"/>
28-
<path d="M9.71793 4.47987C9.22238 4.63004 8.74637 4.82722 8.29698 5.06792L7.2862 3.1782C7.85831 2.87184 8.46456 2.62049 9.09639 2.42901L9.71793 4.47987Z" fill="#050505"/>
29-
<path d="M9.71793 4.47987C9.22238 4.63004 8.74637 4.82722 8.29698 5.06792L7.2862 3.1782C7.85831 2.87184 8.46456 2.62049 9.09639 2.42901L9.71793 4.47987Z" fill="white" fill-opacity="0.4"/>
30-
<path d="M14.9016 2.42901C15.5343 2.62054 16.141 2.87357 16.7139 3.18029L16.3853 3.79764L15.7031 5.06792C15.2539 4.82743 14.7774 4.62992 14.2821 4.47987L14.9016 2.42901Z" fill="#050505"/>
31-
<path d="M14.9016 2.42901C15.5343 2.62054 16.141 2.87357 16.7139 3.18029L16.3853 3.79764L15.7031 5.06792C15.2539 4.82743 14.7774 4.62992 14.2821 4.47987L14.9016 2.42901Z" fill="white" fill-opacity="0.4"/>
32-
<path d="M12.5159 2.01256C12.6708 2.02042 12.8254 2.03329 12.9784 2.04813L12.8821 3.07147L12.7733 4.18061C12.52 4.15599 12.262 4.14296 12.0011 4.14294C11.7399 4.14296 11.4803 4.15594 11.2268 4.18061L11.0196 2.04813C11.3421 2.01674 11.6704 2.00002 12.0011 2L12.5159 2.01256Z" fill="#050505"/>
33-
<path d="M12.5159 2.01256C12.6708 2.02042 12.8254 2.03329 12.9784 2.04813L12.8821 3.07147L12.7733 4.18061C12.52 4.15599 12.262 4.14296 12.0011 4.14294C11.7399 4.14296 11.4803 4.15594 11.2268 4.18061L11.0196 2.04813C11.3421 2.01674 11.6704 2.00002 12.0011 2L12.5159 2.01256Z" fill="white" fill-opacity="0.4"/>
34-
<path d="M12.9784 21.9519C12.657 21.9831 12.3307 22 12.0011 22.0001L11.4863 21.9875C11.3299 21.9796 11.174 21.967 11.0196 21.9519L11.2268 19.8195C11.4803 19.8441 11.7399 19.8571 12.0011 19.8571C12.2621 19.8571 12.52 19.8441 12.7733 19.8195L12.9784 21.9519Z" fill="#050505"/>
353
<path d="M12.9784 21.9519C12.657 21.9831 12.3307 22 12.0011 22.0001L11.4863 21.9875C11.3299 21.9796 11.174 21.967 11.0196 21.9519L11.2268 19.8195C11.4803 19.8441 11.7399 19.8571 12.0011 19.8571C12.2621 19.8571 12.52 19.8441 12.7733 19.8195L12.9784 21.9519Z" fill="white" fill-opacity="0.9"/>
364
<path d="M8.29698 18.9322C8.74629 19.1728 9.22248 19.3721 9.71793 19.5223L9.09639 21.569C8.46455 21.3774 7.85831 21.1262 7.2862 20.8198L8.29698 18.9322Z" fill="#050505"/>
375
<path d="M8.29698 18.9322C8.74629 19.1728 9.22248 19.3721 9.71793 19.5223L9.09639 21.569C8.46455 21.3774 7.85831 21.1262 7.2862 20.8198L8.29698 18.9322Z" fill="white" fill-opacity="0.9"/>
@@ -63,4 +31,36 @@
6331
<path d="M14.9016 2.42901C15.5343 2.62054 16.141 2.87357 16.7139 3.18029L16.3853 3.79764L15.7031 5.06792C15.2539 4.82743 14.7774 4.62992 14.2821 4.47987L14.9016 2.42901Z" fill="white" fill-opacity="0.9"/>
6432
<path d="M12.5159 2.01256C12.6708 2.02042 12.8254 2.03329 12.9784 2.04813L12.8821 3.07147L12.7733 4.18061C12.52 4.15599 12.262 4.14296 12.0011 4.14294C11.7399 4.14296 11.4803 4.15594 11.2268 4.18061L11.0196 2.04813C11.3421 2.01674 11.6704 2.00002 12.0011 2L12.5159 2.01256Z" fill="#050505"/>
6533
<path d="M12.5159 2.01256C12.6708 2.02042 12.8254 2.03329 12.9784 2.04813L12.8821 3.07147L12.7733 4.18061C12.52 4.15599 12.262 4.14296 12.0011 4.14294C11.7399 4.14296 11.4803 4.15594 11.2268 4.18061L11.0196 2.04813C11.3421 2.01674 11.6704 2.00002 12.0011 2L12.5159 2.01256Z" fill="white" fill-opacity="0.9"/>
34+
<path d="M12.9784 21.9519C12.657 21.9831 12.3307 22 12.0011 22.0001L11.4863 21.9875C11.3299 21.9796 11.174 21.967 11.0196 21.9519L11.2268 19.8195C11.4803 19.8441 11.7399 19.8571 12.0011 19.8571C12.2621 19.8571 12.52 19.8441 12.7733 19.8195L12.9784 21.9519Z" fill="#050505"/>
35+
<path d="M12.9784 21.9519C12.657 21.9831 12.3307 22 12.0011 22.0001L11.4863 21.9875C11.3299 21.9796 11.174 21.967 11.0196 21.9519L11.2268 19.8195C11.4803 19.8441 11.7399 19.8571 12.0011 19.8571C12.2621 19.8571 12.52 19.8441 12.7733 19.8195L12.9784 21.9519Z" fill="white" fill-opacity="0.4"/>
36+
<path d="M8.29698 18.9322C8.74629 19.1728 9.22248 19.3721 9.71793 19.5223L9.09639 21.569C8.46455 21.3774 7.85831 21.1262 7.2862 20.8198L8.29698 18.9322Z" fill="#050505"/>
37+
<path d="M8.29698 18.9322C8.74629 19.1728 9.22248 19.3721 9.71793 19.5223L9.09639 21.569C8.46455 21.3774 7.85831 21.1262 7.2862 20.8198L8.29698 18.9322Z" fill="white" fill-opacity="0.4"/>
38+
<path d="M16.7139 20.8198C16.141 21.1266 15.5344 21.3774 14.9016 21.569L14.2821 19.5223C14.7777 19.3721 15.2536 19.1728 15.7031 18.9322L16.7139 20.8198Z" fill="#050505"/>
39+
<path d="M16.7139 20.8198C16.141 21.1266 15.5344 21.3774 14.9016 21.569L14.2821 19.5223C14.7777 19.3721 15.2536 19.1728 15.7031 18.9322L16.7139 20.8198Z" fill="white" fill-opacity="0.4"/>
40+
<path d="M5.92593 16.9838C6.25293 17.3818 6.61828 17.7492 7.01624 18.0762L5.65597 19.7295C5.15021 19.3138 4.68406 18.85 4.2685 18.3441L5.02188 17.7267L5.92593 16.9838Z" fill="#050505"/>
41+
<path d="M5.92593 16.9838C6.25293 17.3818 6.61828 17.7492 7.01624 18.0762L5.65597 19.7295C5.15021 19.3138 4.68406 18.85 4.2685 18.3441L5.02188 17.7267L5.92593 16.9838Z" fill="white" fill-opacity="0.4"/>
42+
<path d="M19.7295 18.342C19.3133 18.8487 18.8487 19.3133 18.342 19.7295L16.9838 18.0762C17.3821 17.749 17.749 17.3821 18.0762 16.9838L19.7295 18.342Z" fill="#050505"/>
43+
<path d="M19.7295 18.342C19.3133 18.8487 18.8487 19.3133 18.342 19.7295L16.9838 18.0762C17.3821 17.749 17.749 17.3821 18.0762 16.9838L19.7295 18.342Z" fill="white" fill-opacity="0.4"/>
44+
<path d="M4.47987 14.2821C4.62992 14.7774 4.82743 15.2539 5.06792 15.7031L3.18029 16.7139C2.87357 16.141 2.62054 15.5343 2.42901 14.9016L4.47987 14.2821Z" fill="#050505"/>
45+
<path d="M4.47987 14.2821C4.62992 14.7774 4.82743 15.2539 5.06792 15.7031L3.18029 16.7139C2.87357 16.141 2.62054 15.5343 2.42901 14.9016L4.47987 14.2821Z" fill="white" fill-opacity="0.4"/>
46+
<path d="M21.569 14.9016C21.3774 15.5344 21.1266 16.141 20.8198 16.7139L18.9322 15.7031C19.1728 15.2536 19.3721 14.7777 19.5223 14.2821L21.569 14.9016Z" fill="#050505"/>
47+
<path d="M21.569 14.9016C21.3774 15.5344 21.1266 16.141 20.8198 16.7139L18.9322 15.7031C19.1728 15.2536 19.3721 14.7777 19.5223 14.2821L21.569 14.9016Z" fill="white" fill-opacity="0.4"/>
48+
<path d="M4.18061 11.2268C4.15594 11.4803 4.14296 11.7399 4.14294 12.0011C4.14296 12.262 4.15599 12.52 4.18061 12.7733L3.11123 12.8758L3.11332 12.8779L2.04813 12.9784C2.03329 12.8254 2.02042 12.6708 2.01256 12.5159L2 12.0011C2.00001 11.8289 2.00395 11.6563 2.01256 11.4863L2.04813 11.0196L4.18061 11.2268Z" fill="#050505"/>
49+
<path d="M4.18061 11.2268C4.15594 11.4803 4.14296 11.7399 4.14294 12.0011C4.14296 12.262 4.15599 12.52 4.18061 12.7733L3.11123 12.8758L3.11332 12.8779L2.04813 12.9784C2.03329 12.8254 2.02042 12.6708 2.01256 12.5159L2 12.0011C2.00001 11.8289 2.00395 11.6563 2.01256 11.4863L2.04813 11.0196L4.18061 11.2268Z" fill="white" fill-opacity="0.4"/>
50+
<path d="M21.9519 11.0196C21.9833 11.3421 22 11.6703 22.0001 12.0011L21.9875 12.5159C21.9796 12.6708 21.9668 12.8254 21.9519 12.9784L20.8867 12.8779L19.8195 12.7733C19.8441 12.52 19.8571 12.2621 19.8571 12.0011C19.8571 11.7399 19.8441 11.4803 19.8195 11.2268L21.9519 11.0196Z" fill="#050505"/>
51+
<path d="M21.9519 11.0196C21.9833 11.3421 22 11.6703 22.0001 12.0011L21.9875 12.5159C21.9796 12.6708 21.9668 12.8254 21.9519 12.9784L20.8867 12.8779L19.8195 12.7733C19.8441 12.52 19.8571 12.2621 19.8571 12.0011C19.8571 11.7399 19.8441 11.4803 19.8195 11.2268L21.9519 11.0196Z" fill="white" fill-opacity="0.4"/>
52+
<path d="M4.1241 7.79054L5.06792 8.29698C4.82722 8.74637 4.63004 9.22238 4.47987 9.71793L2.42901 9.09639C2.62049 8.46456 2.87184 7.85831 3.1782 7.2862L4.1241 7.79054Z" fill="#050505"/>
53+
<path d="M4.1241 7.79054L5.06792 8.29698C4.82722 8.74637 4.63004 9.22238 4.47987 9.71793L2.42901 9.09639C2.62049 8.46456 2.87184 7.85831 3.1782 7.2862L4.1241 7.79054Z" fill="white" fill-opacity="0.4"/>
54+
<path d="M20.8198 7.2862C21.1262 7.85831 21.3774 8.46455 21.569 9.09639L19.5223 9.71793C19.3721 9.22248 19.1728 8.74629 18.9322 8.29698L20.1145 7.66498L20.8198 7.2862Z" fill="#050505"/>
55+
<path d="M20.8198 7.2862C21.1262 7.85831 21.3774 8.46455 21.569 9.09639L19.5223 9.71793C19.3721 9.22248 19.1728 8.74629 18.9322 8.29698L20.1145 7.66498L20.8198 7.2862Z" fill="white" fill-opacity="0.4"/>
56+
<path d="M5.65597 4.27059L7.01624 5.92593C6.61833 6.25291 6.25291 6.61833 5.92593 7.01624L4.27059 5.65597L4.2685 5.65388C4.68391 5.14839 5.14839 4.68391 5.65388 4.2685L5.65597 4.27059Z" fill="#050505"/>
57+
<path d="M5.65597 4.27059L7.01624 5.92593C6.61833 6.25291 6.25291 6.61833 5.92593 7.01624L4.27059 5.65597L4.2685 5.65388C4.68391 5.14839 5.14839 4.68391 5.65388 4.2685L5.65597 4.27059Z" fill="white" fill-opacity="0.4"/>
58+
<path d="M18.3441 4.2685C18.85 4.68406 19.3138 5.15021 19.7295 5.65597L18.0762 7.01624C17.7492 6.61828 17.3818 6.25293 16.9838 5.92593L18.3441 4.2685Z" fill="#050505"/>
59+
<path d="M18.3441 4.2685C18.85 4.68406 19.3138 5.15021 19.7295 5.65597L18.0762 7.01624C17.7492 6.61828 17.3818 6.25293 16.9838 5.92593L18.3441 4.2685Z" fill="white" fill-opacity="0.4"/>
60+
<path d="M9.71793 4.47987C9.22238 4.63004 8.74637 4.82722 8.29698 5.06792L7.2862 3.1782C7.85831 2.87184 8.46456 2.62049 9.09639 2.42901L9.71793 4.47987Z" fill="#050505"/>
61+
<path d="M9.71793 4.47987C9.22238 4.63004 8.74637 4.82722 8.29698 5.06792L7.2862 3.1782C7.85831 2.87184 8.46456 2.62049 9.09639 2.42901L9.71793 4.47987Z" fill="white" fill-opacity="0.4"/>
62+
<path d="M14.9016 2.42901C15.5343 2.62054 16.141 2.87357 16.7139 3.18029L16.3853 3.79764L15.7031 5.06792C15.2539 4.82743 14.7774 4.62992 14.2821 4.47987L14.9016 2.42901Z" fill="#050505"/>
63+
<path d="M14.9016 2.42901C15.5343 2.62054 16.141 2.87357 16.7139 3.18029L16.3853 3.79764L15.7031 5.06792C15.2539 4.82743 14.7774 4.62992 14.2821 4.47987L14.9016 2.42901Z" fill="white" fill-opacity="0.4"/>
64+
<path d="M12.5159 2.01256C12.6708 2.02042 12.8254 2.03329 12.9784 2.04813L12.8821 3.07147L12.7733 4.18061C12.52 4.15599 12.262 4.14296 12.0011 4.14294C11.7399 4.14296 11.4803 4.15594 11.2268 4.18061L11.0196 2.04813C11.3421 2.01674 11.6704 2.00002 12.0011 2L12.5159 2.01256Z" fill="#050505"/>
65+
<path d="M12.5159 2.01256C12.6708 2.02042 12.8254 2.03329 12.9784 2.04813L12.8821 3.07147L12.7733 4.18061C12.52 4.15599 12.262 4.14296 12.0011 4.14294C11.7399 4.14296 11.4803 4.15594 11.2268 4.18061L11.0196 2.04813C11.3421 2.01674 11.6704 2.00002 12.0011 2L12.5159 2.01256Z" fill="white" fill-opacity="0.4"/>
6666
</svg>

0 commit comments

Comments
 (0)