fix #5660 - updated One to many [1:N] icon across app - created many to one icon [N:1] , and added it in app   --------- Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
17
packages/twenty-ui/src/display/icon/assets/many-to-one.svg
Normal file
17
packages/twenty-ui/src/display/icon/assets/many-to-one.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />
|
||||
<path d="M16 10h1v4" />
|
||||
<path d="M7 14v-4l3 4v-4" />
|
||||
<path d="M13 10.5l0 .01" />
|
||||
<path d="M13 13.5l0 .01" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 419 B |
Reference in New Issue
Block a user