-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: Add an icon to the Faucet button (#476)
- Loading branch information
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
packages/adena-extension/src/components/atoms/icon/icon-assets/icon-thunder.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import React, { ReactElement } from 'react'; | ||
|
||
const IconThunder = (): ReactElement => { | ||
return ( | ||
<svg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 10 14' fill='none'> | ||
<path | ||
d='M6.125 0.700045C6.125 0.395026 5.96629 0.125122 5.73267 0.0328489C5.49904 -0.0594241 5.2443 0.0471794 5.10296 0.29637L0.602957 8.22964C0.481773 8.44329 0.466388 8.72317 0.563066 8.95536C0.659744 9.18755 0.852361 9.33331 1.0625 9.33331H4.0625V13.3C4.0625 13.6075 4.22386 13.8791 4.46018 13.9692C4.6965 14.0594 4.95242 13.9469 5.09091 13.6922L9.40341 5.75889C9.52003 5.54436 9.53192 5.26723 9.43434 5.03847C9.33675 4.8097 9.14563 4.66668 8.9375 4.66668H6.125V0.700045Z' | ||
fill='white' | ||
/> | ||
</svg> | ||
); | ||
}; | ||
|
||
export default IconThunder; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters