Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fill color for raised hand. #117

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/android/res/drawable/ic_compound_hand_raised.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FF1B1D22"
android:fillColor="#FF000000"
android:pathData="M11 3c0-0.55 0.45-1 1-1s1 0.45 1 1v8.5c0 0.28 0.22 0.5 0.5 0.5s0.5-0.22 0.5-0.5V4c0-0.55 0.45-1 1-1s1 0.45 1 1v10.2l3.28-2.6c0.42-0.32 1-0.3 1.4 0.05 0.44 0.4 0.48 1.09 0.07 1.53l-1.81 2.06c-1.27 1.47-2.55 2.94-3.95 4.24C13.93 20.43 12.53 21 11 21c-3.31 0-6-2.69-6-6V7c0-0.55 0.45-1 1-1s1 0.45 1 1v5.5C7 12.78 7.22 13 7.5 13S8 12.78 8 12.5V4c0-0.55 0.45-1 1-1s1 0.45 1 1v7.5c0 0.28 0.22 0.5 0.5 0.5s0.5-0.22 0.5-0.5V3Z"/>
</vector>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions assets/web/icons/hand-raised.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ function HandRaisedIcon(props, ref) {
width: "1em",
height: "1em",
viewBox: "0 0 24 24",
fill: "none",
fill: "currentColor",
xmlns: "http://www.w3.org/2000/svg",
ref: ref,
...props,
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
d: "M11 3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3V11.5C13 11.7761 13.2239 12 13.5 12C13.7761 12 14 11.7761 14 11.5V4C14 3.44772 14.4477 3 15 3C15.5523 3 16 3.44772 16 4V14.1993L19.284 11.6032C19.6975 11.2763 20.2865 11.2952 20.6782 11.6479C21.1238 12.0491 21.1579 12.7361 20.7543 13.1795C20.1413 13.8528 19.5396 14.5475 18.9362 15.2441C17.6692 16.7068 16.3947 18.1782 14.9925 19.4789C13.9319 20.425 12.5331 21 11 21C7.68629 21 5 18.3137 5 15V7C5 6.44772 5.44772 6 6 6C6.55228 6 7 6.44772 7 7V12.5C7 12.7761 7.22386 13 7.5 13C7.77614 13 8 12.7761 8 12.5V4C8 3.44772 8.44772 3 9 3C9.55228 3 10 3.44772 10 4V11.5C10 11.7761 10.2239 12 10.5 12C10.7761 12 11 11.7761 11 11.5V3Z",
fill: "#1B1D22"
d: "M11 3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3V11.5C13 11.7761 13.2239 12 13.5 12C13.7761 12 14 11.7761 14 11.5V4C14 3.44772 14.4477 3 15 3C15.5523 3 16 3.44772 16 4V14.1993L19.284 11.6032C19.6975 11.2763 20.2865 11.2952 20.6782 11.6479C21.1238 12.0491 21.1579 12.7361 20.7543 13.1795C20.1413 13.8528 19.5396 14.5475 18.9362 15.2441C17.6692 16.7068 16.3947 18.1782 14.9925 19.4789C13.9319 20.425 12.5331 21 11 21C7.68629 21 5 18.3137 5 15V7C5 6.44772 5.44772 6 6 6C6.55228 6 7 6.44772 7 7V12.5C7 12.7761 7.22386 13 7.5 13C7.77614 13 8 12.7761 8 12.5V4C8 3.44772 8.44772 3 9 3C9.55228 3 10 3.44772 10 4V11.5C10 11.7761 10.2239 12 10.5 12C10.7761 12 11 11.7761 11 11.5V3Z"
})
});
}
Expand Down
5 changes: 2 additions & 3 deletions assets/web/icons/hand-raised.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ function HandRaisedIcon(props, ref) {
width: "1em",
height: "1em",
viewBox: "0 0 24 24",
fill: "none",
fill: "currentColor",
xmlns: "http://www.w3.org/2000/svg",
ref: ref,
...props,
children: /*#__PURE__*/_jsx("path", {
d: "M11 3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3V11.5C13 11.7761 13.2239 12 13.5 12C13.7761 12 14 11.7761 14 11.5V4C14 3.44772 14.4477 3 15 3C15.5523 3 16 3.44772 16 4V14.1993L19.284 11.6032C19.6975 11.2763 20.2865 11.2952 20.6782 11.6479C21.1238 12.0491 21.1579 12.7361 20.7543 13.1795C20.1413 13.8528 19.5396 14.5475 18.9362 15.2441C17.6692 16.7068 16.3947 18.1782 14.9925 19.4789C13.9319 20.425 12.5331 21 11 21C7.68629 21 5 18.3137 5 15V7C5 6.44772 5.44772 6 6 6C6.55228 6 7 6.44772 7 7V12.5C7 12.7761 7.22386 13 7.5 13C7.77614 13 8 12.7761 8 12.5V4C8 3.44772 8.44772 3 9 3C9.55228 3 10 3.44772 10 4V11.5C10 11.7761 10.2239 12 10.5 12C10.7761 12 11 11.7761 11 11.5V3Z",
fill: "#1B1D22"
d: "M11 3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3V11.5C13 11.7761 13.2239 12 13.5 12C13.7761 12 14 11.7761 14 11.5V4C14 3.44772 14.4477 3 15 3C15.5523 3 16 3.44772 16 4V14.1993L19.284 11.6032C19.6975 11.2763 20.2865 11.2952 20.6782 11.6479C21.1238 12.0491 21.1579 12.7361 20.7543 13.1795C20.1413 13.8528 19.5396 14.5475 18.9362 15.2441C17.6692 16.7068 16.3947 18.1782 14.9925 19.4789C13.9319 20.425 12.5331 21 11 21C7.68629 21 5 18.3137 5 15V7C5 6.44772 5.44772 6 6 6C6.55228 6 7 6.44772 7 7V12.5C7 12.7761 7.22386 13 7.5 13C7.77614 13 8 12.7761 8 12.5V4C8 3.44772 8.44772 3 9 3C9.55228 3 10 3.44772 10 4V11.5C10 11.7761 10.2239 12 10.5 12C10.7761 12 11 11.7761 11 11.5V3Z"
})
});
}
Expand Down
6 changes: 3 additions & 3 deletions icons/hand-raised.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.