diff --git a/app/images/icons/icon-add-square-filled.svg b/app/images/icons/add-square.svg
similarity index 77%
rename from app/images/icons/icon-add-square-filled.svg
rename to app/images/icons/add-square.svg
index a4e9dea81..c54a1923e 100644
--- a/app/images/icons/icon-add-square-filled.svg
+++ b/app/images/icons/add-square.svg
@@ -1,3 +1,3 @@
-
diff --git a/ui/components/component-library/tag-url/__snapshots__/tag-url.test.js.snap b/ui/components/component-library/tag-url/__snapshots__/tag-url.test.js.snap
index faad6d96a..a02237539 100644
--- a/ui/components/component-library/tag-url/__snapshots__/tag-url.test.js.snap
+++ b/ui/components/component-library/tag-url/__snapshots__/tag-url.test.js.snap
@@ -11,7 +11,7 @@ exports[`TagUrl should render the label inside the TagUrl 1`] = `
>
}
/>
@@ -108,7 +108,7 @@ import { ButtonIcon, Icon, ICON_NAMES, TextFieldBase } from '../../component-lib
placeholder="Public address (0x), or ENS"
rightAccessory={
@@ -130,7 +130,7 @@ import { ButtonIcon, Icon, ICON_NAMES, TextFieldBase } from '../../component-lib
rightAccessory={
isAddressValid && (
)
@@ -217,7 +217,7 @@ const TextFieldCustomInput = (args) => (
size={SIZES.LG}
InputComponent={CustomInputComponent}
leftAccessory={
-
+
}
/>
);
diff --git a/ui/components/component-library/text-field-base/text-field-base.stories.js b/ui/components/component-library/text-field-base/text-field-base.stories.js
index 52128fd69..c04162de3 100644
--- a/ui/components/component-library/text-field-base/text-field-base.stories.js
+++ b/ui/components/component-library/text-field-base/text-field-base.stories.js
@@ -243,10 +243,7 @@ export const LeftAccessoryRightAccessory = (args) => {
name="search"
onChange={handleOnChange}
leftAccessory={
-
+
}
/>
{
onChange={handleOnChange}
rightAccessory={
@@ -317,10 +314,7 @@ export const LeftAccessoryRightAccessory = (args) => {
}
rightAccessory={
value.accountAddress.length === 42 && (
-
+
)
}
/>
@@ -470,7 +464,7 @@ export const InputComponent = (args) => (
size={SIZES.LG}
InputComponent={CustomInputComponent}
leftAccessory={
-
+
}
/>
);
diff --git a/ui/components/component-library/text-field-search/__snapshots__/text-field-search.test.js.snap b/ui/components/component-library/text-field-search/__snapshots__/text-field-search.test.js.snap
index cebcf32b5..c49d54b33 100644
--- a/ui/components/component-library/text-field-search/__snapshots__/text-field-search.test.js.snap
+++ b/ui/components/component-library/text-field-search/__snapshots__/text-field-search.test.js.snap
@@ -7,7 +7,7 @@ exports[`TextFieldSearch should render correctly 1`] = `
>
}
+ leftAccessory={}
showClearButton
clearButtonOnClick={clearButtonOnClick}
clearButtonProps={clearButtonProps}
diff --git a/ui/components/component-library/text-field/text-field.js b/ui/components/component-library/text-field/text-field.js
index 2f4386a91..cf2c8356e 100644
--- a/ui/components/component-library/text-field/text-field.js
+++ b/ui/components/component-library/text-field/text-field.js
@@ -30,7 +30,7 @@ export const TextField = ({