Skip to content

Commit

Permalink
Swipeable to delete chat, custom swipeable (#5614)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Newman <[email protected]>
  • Loading branch information
haileyok and mozzius authored Oct 7, 2024
1 parent 8d80f13 commit 58b1d93
Show file tree
Hide file tree
Showing 5 changed files with 634 additions and 167 deletions.
1 change: 1 addition & 0 deletions assets/icons/envelope_open_stroke2_corner0_rounded.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/components/icons/EnveopeOpen.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import {createSinglePathSVG} from './TEMPLATE'

export const Envelope_Open_Stroke2_Corner0_Rounded = createSinglePathSVG({
path: 'M4 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6.386c1.064-.002 2 .86 2 2.001V19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-6.613c0-1.142.936-2.003 2-2.001V4Zm2 6.946 6 2 6-2V4H6v6.946ZM9 8a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Zm2.367 6.843L4 12.387V19h16v-6.613l-7.367 2.456a2 2 0 0 1-1.265 0Z',
})
Loading

0 comments on commit 58b1d93

Please sign in to comment.