diff --git a/packages/asc-web-common/components/FilterInput/sub-components/CloseButton.js b/packages/asc-web-common/components/FilterInput/sub-components/CloseButton.js index 842b3813da..43aed58c4e 100644 --- a/packages/asc-web-common/components/FilterInput/sub-components/CloseButton.js +++ b/packages/asc-web-common/components/FilterInput/sub-components/CloseButton.js @@ -13,7 +13,7 @@ const CloseButton = (props) => { color={"#A3A9AE"} clickColor={"#A3A9AE"} size={10} - iconName={"/static/images/cross.react.svg"} + iconName="/static/images/cross.react.svg" isFill={true} isDisabled={isDisabled} onClick={!isDisabled ? onClick : undefined} diff --git a/packages/asc-web-components/input-block/index.js b/packages/asc-web-components/input-block/index.js index 7921aa1898..59652b59d2 100644 --- a/packages/asc-web-components/input-block/index.js +++ b/packages/asc-web-components/input-block/index.js @@ -10,7 +10,7 @@ import { StyledIconBlock, } from "./styled-input-block"; -const iconNames = Object.keys(Icons); +//const iconNames = Object.keys(Icons); class InputBlock extends React.Component { constructor(props) { @@ -116,7 +116,7 @@ class InputBlock extends React.Component { mask={mask} keepCharPositions={keepCharPositions} /> - {iconNames.includes(iconName) && ( + {//iconNames.includes(iconName) && (
- )} + } ); } diff --git a/products/ASC.People/Client/src/components/Article/Body/index.js b/products/ASC.People/Client/src/components/Article/Body/index.js index 0ddc44f707..43b08da0d2 100644 --- a/products/ASC.People/Client/src/components/Article/Body/index.js +++ b/products/ASC.People/Client/src/components/Article/Body/index.js @@ -62,11 +62,12 @@ const getItems = (data) => { key={item.key} icon={ item.root ? ( - + // TODO: Add isFill prop if need + // ) : ( "" ) diff --git a/public/images/search.react.svg b/public/images/search.react.svg new file mode 100644 index 0000000000..49cc89c87c --- /dev/null +++ b/public/images/search.react.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file