Merge pull request 'icon project program' (#147) from icons-program-project into test
Reviewed-on: #147
This commit is contained in:
commit
db1df61f37
@ -1,5 +1,4 @@
|
|||||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path d="M7 6V4.75C7 3.78 7.78 3 8.75 3h2.5C12.22 3 13 3.78 13 4.75V6" stroke="#4A5565" stroke-width="1.25" stroke-linecap="round" strokeLinejoin="round"/>
|
<path d="M2.75 5.5c0-.97.78-1.75 1.75-1.75h3.25l1.75 2h6c.97 0 1.75.78 1.75 1.75v7c0 .97-.78 1.75-1.75 1.75h-11.5c-.69 0-1.25-.56-1.25-1.25V5.5Z" stroke="#4A5565" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
<path d="M3.25 7.5c0-.83.67-1.5 1.5-1.5h10.5c.83 0 1.5.67 1.5 1.5v7c0 .83-.67 1.5-1.5 1.5H4.75c-.83 0-1.5-.67-1.5-1.5v-7Z" stroke="#4A5565" stroke-width="1.25" strokeLinejoin="round"/>
|
<path d="M10 8.75v4.5M7.75 11h4.5" stroke="#4A5565" stroke-width="1.5" stroke-linecap="round"/>
|
||||||
<path d="M3.5 9.5c1.85.9 4.08 1.35 6.5 1.35s4.65-.45 6.5-1.35M8.75 10.75v1.5h2.5v-1.5" stroke="#4A5565" stroke-width="1.25" stroke-linecap="round" strokeLinejoin="round"/>
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 622 B After Width: | Height: | Size: 434 B |
@ -1,4 +1,4 @@
|
|||||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path d="M5.25 3.25h6.25l3.25 3.25v9c0 .69-.56 1.25-1.25 1.25H5.25c-.69 0-1.25-.56-1.25-1.25v-11c0-.69.56-1.25 1.25-1.25Z" stroke="#4A5565" stroke-width="1.25" strokeLinejoin="round"/>
|
<path d="M5 2.75h6l4 4v8.5c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V4.75c0-1.1.9-2 2-2Z" stroke="#4A5565" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
<path d="M11.5 3.5v3h3M6.75 9h5.5M6.75 11.75h5.5M6.75 14.5h3.25" stroke="#4A5565" stroke-width="1.25" stroke-linecap="round" strokeLinejoin="round"/>
|
<path d="M11 3v4h4M9 8.75v4.5M6.75 11h4.5" stroke="#4A5565" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 401 B |
@ -199,14 +199,12 @@ const SettingPanel = ({
|
|||||||
<>
|
<>
|
||||||
<Tooltip title='Добавить программу'>
|
<Tooltip title='Добавить программу'>
|
||||||
<IconButton onClick={onAddProgram} variant='outlined' sx={controlSx}>
|
<IconButton onClick={onAddProgram} variant='outlined' sx={controlSx}>
|
||||||
<Plus />
|
|
||||||
<Program />
|
<Program />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
<Tooltip title='Добавить проект'>
|
<Tooltip title='Добавить проект'>
|
||||||
<IconButton onClick={onAddProject} variant='outlined' sx={controlSx}>
|
<IconButton onClick={onAddProject} variant='outlined' sx={controlSx}>
|
||||||
<Plus />
|
|
||||||
<Project />
|
<Project />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user