[Clipclops] Replace 🐴 with real icon (#3802)
* replace 🐴 with paper plane icon
* replace envelope with plus
This commit is contained in:
parent
fc0eab2d03
commit
e2556d9f40
8 changed files with 19 additions and 8 deletions
|
@ -3,3 +3,7 @@ import {createSinglePathSVG} from './TEMPLATE'
|
|||
export const PlusLarge_Stroke2_Corner0_Rounded = createSinglePathSVG({
|
||||
path: 'M12 3a1 1 0 0 1 1 1v7h7a1 1 0 1 1 0 2h-7v7a1 1 0 1 1-2 0v-7H4a1 1 0 1 1 0-2h7V4a1 1 0 0 1 1-1Z',
|
||||
})
|
||||
|
||||
export const PlusSmall_Stroke2_Corner0_Rounded = createSinglePathSVG({
|
||||
path: 'M12 6a1 1 0 0 1 1 1v4h4a1 1 0 1 1 0 2h-4v4a1 1 0 1 1-2 0v-4H7a1 1 0 1 1 0-2h4V7a1 1 0 0 1 1-1Z',
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue