Web: components: added ItemPaused icon

This commit is contained in:
DASenkiv 2019-06-26 17:51:39 +03:00
parent 5a2405ecbe
commit 092657f83f
2 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,7 @@ import OrigSearchIcon from './search.react.svg';
import OrigSettingsCatalogIcon from './settings.catalog.react.svg';
import OrigProjectDocumentsUpIcon from './project.documents.up.react.svg';
import OrigProjectsTemplatesIcon from './projects.templates.react.svg';
import OrigItemPausedIcon from './item.paused.react.svg';
export const PeopleIcon = createStyledIcon(
@ -156,3 +157,7 @@ export const ProjectsTemplatesIcon = createStyledIcon(
OrigProjectsTemplatesIcon,
'ProjectsTemplatesIcon'
);
export const ItemPausedIcon = createStyledIcon(
OrigItemPausedIcon,
'ItemPausedIcon'
);

View File

@ -0,0 +1,3 @@
<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.5918 1C1.76337 1 1.0918 1.67157 1.0918 2.5V13.5C1.0918 14.3284 1.76337 15 2.5918 15H4.5918C5.42022 15 6.0918 14.3284 6.0918 13.5V2.5C6.0918 1.67157 5.42022 1 4.5918 1H2.5918ZM11.5918 1C10.7634 1 10.0918 1.67157 10.0918 2.5V13.5C10.0918 14.3284 10.7634 15 11.5918 15H13.5918C14.4202 15 15.0918 14.3284 15.0918 13.5V2.5C15.0918 1.67157 14.4202 1 13.5918 1H11.5918Z" fill="#A3A9AE"/>
</svg>

After

Width:  |  Height:  |  Size: 536 B