Icons improvements (making frontend consistent with Figma component library) (#14185)

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] Manual QA for all new/changed functionality

---------

Co-authored-by: Gabriel Hernandez <ghernandez345@gmail.com>
This commit is contained in:
Marko Lisica
2023-10-31 16:06:38 +00:00
committed by GitHub
co-authored by Gabriel Hernandez
parent 2504de92cd
commit 8162d052bf
134 changed files with 1932 additions and 2136 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const DataError = ({
<div className={`${baseClass}__${card ? "card" : "inner"}`}>
<div className="info">
<span className="info__header">
<Icon name="alert" />
<Icon name="error" />
Something&apos;s gone wrong.
</span>