Web: components: removed unused radiobutton icons

This commit is contained in:
Daniil Senkiv 2019-08-16 10:20:32 +03:00
parent 2448d738d7
commit 2f57ce3c57
5 changed files with 0 additions and 34 deletions

View File

@ -106,7 +106,6 @@ import OrigAZSortingIcon from './a-z.sorting.react.svg';
import OrigZASortingIcon from './z-a.sorting.react.svg'; import OrigZASortingIcon from './z-a.sorting.react.svg';
import OrigExternalLinkIcon from './external.link.react.svg'; import OrigExternalLinkIcon from './external.link.react.svg';
import OrigRadiobuttonIcon from './radiobutton.react.svg'; import OrigRadiobuttonIcon from './radiobutton.react.svg';
import OrigRadiobuttonHoverIcon from './radiobutton.hover.react.svg';
import OrigRadiobuttonCheckedIcon from './radiobutton.checked.react.svg'; import OrigRadiobuttonCheckedIcon from './radiobutton.checked.react.svg';
import OrigPlusIcon from './actions.header.touch.react.svg'; import OrigPlusIcon from './actions.header.touch.react.svg';
import OrigPlusSharpIcon from './plus.sharp.react.svg'; import OrigPlusSharpIcon from './plus.sharp.react.svg';
@ -135,9 +134,6 @@ import OrigDangerIcon from './danger.react.svg';
import OrigInfoIcon from './info.react.svg'; import OrigInfoIcon from './info.react.svg';
import OrigArrowPathIcon from './arrow.path.react.svg' import OrigArrowPathIcon from './arrow.path.react.svg'
import OrigRadiobuttonDisabledIcon from './radiobutton.disabled.react.svg'
import OrigRadiobuttonDisabledCheckedIcon from './radiobutton.disabled.checked.react.svg'
import OrigRadiobuttonHoverCheckedIcon from './radiobutton.hover.checked.react.svg'
import OrigToggleButtonCheckedIcon from './toggle.button.checked.react.svg'; import OrigToggleButtonCheckedIcon from './toggle.button.checked.react.svg';
import OrigToggleButtonIcon from './toggle.button.react.svg'; import OrigToggleButtonIcon from './toggle.button.react.svg';
@ -560,22 +556,6 @@ export const RadiobuttonCheckedIcon = createStyledIcon(
OrigRadiobuttonCheckedIcon, OrigRadiobuttonCheckedIcon,
'RadiobuttonCheckedIcon' 'RadiobuttonCheckedIcon'
); );
export const RadiobuttonDisabledIcon = createStyledIcon(
OrigRadiobuttonDisabledIcon,
'RadiobuttonDisabledIcon'
);
export const RadiobuttonDisabledCheckedIcon = createStyledIcon(
OrigRadiobuttonDisabledCheckedIcon,
'RadiobuttonDisabledCheckedIcon'
);
export const RadiobuttonHoverIcon = createStyledIcon(
OrigRadiobuttonHoverIcon,
'RadiobuttonHoverIcon'
);
export const RadiobuttonHoverCheckedIcon = createStyledIcon(
OrigRadiobuttonHoverCheckedIcon,
'RadiobuttonHoverCheckedIcon'
);
export const RadiobuttonIcon = createStyledIcon( export const RadiobuttonIcon = createStyledIcon(
OrigRadiobuttonIcon, OrigRadiobuttonIcon,
'RadiobuttonIcon' 'RadiobuttonIcon'

View File

@ -1,4 +0,0 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.5 8C15.5 12.1421 12.1421 15.5 8 15.5C3.85786 15.5 0.5 12.1421 0.5 8C0.5 3.85786 3.85786 0.5 8 0.5C12.1421 0.5 15.5 3.85786 15.5 8Z" fill="#F8F9F9" stroke="#ECEEF1"/>
<path d="M8.00002 12.5716C10.5247 12.5716 12.5714 10.5249 12.5714 8.00014C12.5714 5.47541 10.5247 3.42871 8.00002 3.42871C5.47529 3.42871 3.42859 5.47541 3.42859 8.00014C3.42859 10.5249 5.47529 12.5716 8.00002 12.5716Z" fill="#D0D5DA"/>
</svg>

Before

Width:  |  Height:  |  Size: 519 B

View File

@ -1,3 +0,0 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.5 8C15.5 12.1421 12.1421 15.5 8 15.5C3.85786 15.5 0.5 12.1421 0.5 8C0.5 3.85786 3.85786 0.5 8 0.5C12.1421 0.5 15.5 3.85786 15.5 8Z" fill="#F8F9F9" stroke="#ECEEF1"/>
</svg>

Before

Width:  |  Height:  |  Size: 282 B

View File

@ -1,4 +0,0 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.5 8C15.5 12.1421 12.1421 15.5 8 15.5C3.85786 15.5 0.5 12.1421 0.5 8C0.5 3.85786 3.85786 0.5 8 0.5C12.1421 0.5 15.5 3.85786 15.5 8Z" fill="white" stroke="#A3A9AE"/>
<path d="M8.00002 12.5716C10.5247 12.5716 12.5714 10.5249 12.5714 8.00014C12.5714 5.47541 10.5247 3.42871 8.00002 3.42871C5.47529 3.42871 3.42859 5.47541 3.42859 8.00014C3.42859 10.5249 5.47529 12.5716 8.00002 12.5716Z" fill="#333333"/>
</svg>

Before

Width:  |  Height:  |  Size: 517 B

View File

@ -1,3 +0,0 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.5 8C15.5 12.1421 12.1421 15.5 8 15.5C3.85786 15.5 0.5 12.1421 0.5 8C0.5 3.85786 3.85786 0.5 8 0.5C12.1421 0.5 15.5 3.85786 15.5 8Z" fill="white" stroke="#A3A9AE"/>
</svg>

Before

Width:  |  Height:  |  Size: 280 B