modal x
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user