File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
apps/webapp/app/assets/icons Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export function ProdEnvironmentIcon({ className }: { className?: string }) {
7575 < svg className = { className } viewBox = "0 0 24 24" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
7676 < path
7777 d = "M12.5037 7.33603C12.3174 6.88799 11.6827 6.88799 11.4963 7.33603L10.4338 9.89064L7.6759 10.1117C7.1922 10.1505 6.99606 10.7542 7.36459 11.0698L9.46583 12.8698L8.82387 15.561C8.71128 16.033 9.22477 16.4061 9.63888 16.1532L12 14.711L14.3612 16.1532C14.7753 16.4061 15.2888 16.0331 15.1762 15.561L14.5343 12.8698L16.6355 11.0698C17.004 10.7542 16.8079 10.1505 16.3242 10.1117L13.5663 9.89064L12.5037 7.33603Z"
78- fill = "white "
78+ fill = "currentColor "
7979 />
8080 < rect
8181 x = "3"
@@ -160,19 +160,19 @@ export function BranchEnvironmentIconSmall({ className }: { className?: string }
160160 return (
161161 < svg className = { className } viewBox = "0 0 18 18" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
162162 < path
163- d = "M2.82278 6.95728C2.24851 6.95728 1.89881 6.32505 2.20461 5.83911L4.38235 2.38306C4.66862 1.92873 5.33142 1.92874 5.6177 2.38306L7.79543 5.83911C8.10121 6.32504 7.75153 6.95728 7.17727 6.95728L2.82278 6.95728Z "
163+ d = "M2.23059 7C1.65409 6.99967 1.30545 6.36259 1.61634 5.87695L3.88489 2.33301C4.17195 1.88466 4.82727 1.88472 5.11438 2.33301L7.38294 5.87695C7.69386 6.36265 7.34531 6.99982 6.76868 7L2.23059 7Z "
164164 fill = "currentColor"
165165 />
166166 < path
167- d = "M4 6H6V15C6 15.5523 5.55228 16 5 16V16C4.44772 16 4 15.5523 4 15V6Z"
167+ d = "M3.5 6H5.5V15C5.5 15.5523 5.05228 16 4.5 16C3.94772 16 3.5 15.5523 3.5 15V6Z"
168168 fill = "currentColor"
169169 />
170170 < path
171- d = "M13 7.5V7. 5C13 8.88071 11.8807 10 10.5 10H8C6.34315 10 5 11.3431 5 13V14.5 "
171+ d = "M13.5 7V7. 5C13.5 9.15685 12.1569 10.5 10.5 10.5H7.5C5.84315 10.5 4. 5 11.8431 4.5 13.5V15 "
172172 stroke = "currentColor"
173173 strokeWidth = "2"
174174 />
175- < circle cx = "13" cy = "5" r = "2" stroke = "currentColor" strokeWidth = "2" />
175+ < circle cx = "13.5 " cy = "5" r = "2" stroke = "currentColor" strokeWidth = "2" />
176176 </ svg >
177177 ) ;
178178}
You can’t perform that action at this time.
0 commit comments