File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed
components/src/primitives/Icon
kit/src/views/ReferFriends/pages/InviteReward/components/OnChainReward Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -1197,6 +1197,7 @@ const icons = {
11971197 ? import ( "./react/solid/ArrowTriangleLeft" )
11981198 : import ( "./react/solid/ArrowTriangleRight" ) ,
11991199 ArrowTriangleTopSolid : ( ) => import ( "./react/solid/ArrowTriangleTop" ) ,
1200+ AtomSolid : ( ) => import ( "./react/solid/Atom" ) ,
12001201 AtSignSolid : ( ) => import ( "./react/solid/AtSign" ) ,
12011202 AttachmentSolid : ( ) => import ( "./react/solid/Attachment" ) ,
12021203 AutoFlashSolid : ( ) => import ( "./react/solid/AutoFlash" ) ,
Original file line number Diff line number Diff line change 1+ import Svg , { Path } from 'react-native-svg' ;
2+ import type { SvgProps } from 'react-native-svg' ;
3+ const SvgAtom = ( props : SvgProps ) => (
4+ < Svg fill = "none" viewBox = "0 0 24 24" accessibilityRole = "image" { ...props } >
5+ < Path
6+ fill = "currentColor"
7+ fillRule = "evenodd"
8+ d = "M9.13751 3.78941C10.0476 4.19736 11.0154 4.75614 12 5.44377C12.9846 4.75615 13.9525 4.19737 14.8625 3.78941C15.8614 3.34162 16.8409 3.05284 17.7261 3.00658C18.611 2.96034 19.5175 3.1555 20.181 3.81903C20.8445 4.48257 21.0397 5.38904 20.9935 6.27392C20.9472 7.15912 20.6584 8.1386 20.2106 9.13751C19.8027 10.0476 19.2439 11.0154 18.5563 12C19.2439 12.9846 19.8027 13.9525 20.2106 14.8625C20.6584 15.8614 20.9472 16.8409 20.9935 17.7261C21.0397 18.611 20.8445 19.5175 20.181 20.181C19.5175 20.8445 18.611 21.0397 17.7261 20.9935C16.8409 20.9472 15.8614 20.6584 14.8625 20.2106C13.9525 19.8027 12.9846 19.2439 12 18.5563C11.0154 19.2439 10.0476 19.8027 9.13752 20.2106C8.1386 20.6584 7.15912 20.9472 6.27392 20.9935C5.38904 21.0397 4.48257 20.8445 3.81903 20.181C3.1555 19.5175 2.96034 18.611 3.00658 17.7261C3.05284 16.8409 3.34162 15.8614 3.78941 14.8625C4.19737 13.9525 4.75615 12.9846 5.44377 12C4.75614 11.0154 4.19736 10.0476 3.78941 9.13751C3.34162 8.1386 3.05284 7.15911 3.00658 6.27392C2.96034 5.38903 3.15549 4.48257 3.81903 3.81903C4.48257 3.15549 5.38903 2.96034 6.27392 3.00658C7.15911 3.05284 8.1386 3.34162 9.13751 3.78941ZM5.23324 5.23324C5.35594 5.11055 5.61676 4.97497 6.16954 5.00385C6.72201 5.03272 7.45057 5.22495 8.3194 5.61443C8.94794 5.89619 9.62375 6.26936 10.3254 6.72619C9.69271 7.25377 9.06259 7.82885 8.44572 8.44572C7.82886 9.06259 7.25377 9.69271 6.72619 10.3254C6.26936 9.62375 5.89619 8.94794 5.61443 8.3194C5.22495 7.45057 5.03272 6.72201 5.00385 6.16954C4.97497 5.61676 5.11055 5.35594 5.23324 5.23324ZM9.85994 9.85994C10.5688 9.15111 11.2888 8.50898 12 7.94077C12.7113 8.50898 13.4313 9.15111 14.1401 9.85993C14.8489 10.5688 15.4911 11.2888 16.0593 12C15.4911 12.7113 14.8489 13.4313 14.1401 14.1401C13.4313 14.8489 12.7113 15.4911 12 16.0593C11.2888 15.4911 10.5688 14.8489 9.85993 14.1401C9.15111 13.4313 8.50898 12.7113 7.94077 12C8.50898 11.2888 9.15111 10.5688 9.85994 9.85994ZM15.5543 8.44572C16.1712 9.06259 16.7463 9.69271 17.2739 10.3254C17.7307 9.62375 18.1039 8.94794 18.3856 8.3194C18.7751 7.45057 18.9673 6.72201 18.9962 6.16954C19.0251 5.61676 18.8895 5.35594 18.7668 5.23325C18.6441 5.11055 18.3833 4.97497 17.8305 5.00386C17.278 5.03273 16.5495 5.22495 15.6806 5.61443C15.0521 5.89619 14.3763 6.26936 13.6746 6.72619C14.3073 7.25377 14.9375 7.82885 15.5543 8.44572ZM15.5543 15.5543C16.1712 14.9375 16.7463 14.3073 17.2739 13.6746C17.7307 14.3763 18.1039 15.0521 18.3856 15.6806C18.7751 16.5495 18.9673 17.278 18.9962 17.8305C19.0251 18.3833 18.8895 18.6441 18.7668 18.7668C18.6441 18.8895 18.3833 19.0251 17.8305 18.9962C17.278 18.9673 16.5495 18.7751 15.6806 18.3856C15.0521 18.1039 14.3763 17.7307 13.6746 17.2739C14.3073 16.7463 14.9375 16.1712 15.5543 15.5543ZM8.44572 15.5543C9.06259 16.1712 9.69271 16.7463 10.3254 17.2739C9.62375 17.7307 8.94794 18.1039 8.3194 18.3856C7.45057 18.7751 6.72201 18.9673 6.16954 18.9962C5.61676 19.0251 5.35594 18.8895 5.23325 18.7668C5.11055 18.6441 4.97497 18.3833 5.00386 17.8305C5.03273 17.278 5.22495 16.5495 5.61443 15.6806C5.89619 15.0521 6.26936 14.3763 6.72619 13.6746C7.25377 14.3073 7.82885 14.9375 8.44572 15.5543Z"
9+ clipRule = "evenodd"
10+ />
11+ </ Svg >
12+ ) ;
13+ export default SvgAtom ;
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ export { default as ArrowTriangleBottom } from './ArrowTriangleBottom';
6464export { default as ArrowTriangleLeft } from './ArrowTriangleLeft' ;
6565export { default as ArrowTriangleRight } from './ArrowTriangleRight' ;
6666export { default as ArrowTriangleTop } from './ArrowTriangleTop' ;
67+ export { default as Atom } from './Atom' ;
6768export { default as AtSign } from './AtSign' ;
6869export { default as Attachment } from './Attachment' ;
6970export { default as AutoFlash } from './AutoFlash' ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export function OnChainReward({ onChain }: IOnChainRewardProps) {
1818 return (
1919 < Card . Container flex = { 1 } >
2020 < Card . Title
21- icon = "EnergyOutline "
21+ icon = "AtomSolid "
2222 title = { onChain . title }
2323 description = { onChain . description }
2424 showChevron
You can’t perform that action at this time.
0 commit comments