Skip to content

Commit

Permalink
Add summer_light icon to the icon library
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka committed Jan 29, 2025
1 parent ba03935 commit be0ac3a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions theme/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export { mkr_circle_color } from './mkr_circle_color'
export { mobile_menu_close } from './mobile_menu_close'
export { moonpay } from './moonpay'
export { morpho_circle_color } from './morpho_circle_color'
export { summer_light } from './summer_light'
export { mpeth } from './mpeth'
export { multiply_transition } from './multiply_transition'
export { myetherwallet_user } from './myetherwallet_user'
Expand Down
18 changes: 18 additions & 0 deletions theme/icons/summer_light.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import React from 'react'

export const summer_light = {
path: (
<>
<circle cx="20" cy="20" r="16.25" fill="#FF49A4" />
<path
d="M19.1 18.7166C21.622 19.2658 23.208 20.5138 23.208 22.5355C23.208 25.0565 20.816 26.4792 17.826 26.4792C15.07 26.4792 12.86 25.1064 12.418 22.7851L15.772 22.211C15.928 23.2843 16.786 23.8334 17.826 23.8334C18.918 23.8334 19.568 23.3592 19.568 22.7102C19.568 22.0114 18.866 21.6869 18.138 21.5371L16.578 21.2376C14.186 20.6885 12.626 19.4155 12.626 17.3688C12.626 14.8978 15.07 13.5 17.826 13.5C20.556 13.5 22.454 14.8978 22.844 17.244L19.49 17.7931C19.36 16.7947 18.684 16.1957 17.644 16.1957C16.76 16.1957 16.058 16.595 16.058 17.2939C16.058 17.9678 16.63 18.2674 17.384 18.4171L19.1 18.7166Z"
fill="white"
/>
<path
d="M25.4167 24.4199C24.22 24.4199 23.25 25.3512 23.25 26.4999H27.5833C27.5833 25.3512 26.6133 24.4199 25.4167 24.4199Z"
fill="white"
/>
</>
),
viewBox: '0 0 40 40',
}

0 comments on commit be0ac3a

Please sign in to comment.