use currentColor in custom icons (#1304)

This commit is contained in:
Shuchang Zheng
2024-12-02 11:46:52 -08:00
committed by GitHub
parent 04d568541a
commit afdb55dec6
11 changed files with 13 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ function TranslateIcon({ className }: Props) {
>
<path
d="M12.913 17H20.087M12.913 17L11 21M12.913 17L15.7783 11.009C16.0092 10.5263 16.1246 10.2849 16.2826 10.2086C16.4199 10.1423 16.5801 10.1423 16.7174 10.2086C16.8754 10.2849 16.9908 10.5263 17.2217 11.009L20.087 17M20.087 17L22 21M2 5H8M8 5H11.5M8 5V3M11.5 5H14M11.5 5C11.0039 7.95729 9.85259 10.6362 8.16555 12.8844M10 14C9.38747 13.7248 8.76265 13.3421 8.16555 12.8844M8.16555 12.8844C6.81302 11.8478 5.60276 10.4266 5 9M8.16555 12.8844C6.56086 15.0229 4.47143 16.7718 2 18"
stroke="#F8FAFC"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"