This commit is contained in:
2022-12-28 14:28:56 -06:00
parent d21fab74bc
commit 4be2ca6420
2 changed files with 12 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ export function SVGPlus({ height = "2em" }: IconProps) {
)
}
export function SVGx({ height = "2em" }: IconProps) {
export function SVGx({ height = "1em" }: IconProps) {
return (
<svg viewBox="0 0 128 128" height={height}>
<path d="M8.882 23.024c-3.903-3.903-3.903-10.24 0-14.142 3.903-3.903 10.24-3.903 14.142 0l96.094 96.094c3.903 3.903 3.903 10.24 0 14.142-3.903 3.903-10.24 3.903-14.142 0L8.882 23.024Z" />