Add title="Check" to svg icon (#20285)

This commit is contained in:
Julia Undeutsch 2023-10-30 22:04:54 +01:00 committed by GitHub
parent 05b31bdf19
commit 9df24fc1f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ Default.storyName = 'Text buttons';
export const TextIcon = () => {
const Icon = () => (
<svg
title="Check"
width="24"
height="24"
xmlns="http://www.w3.org/2000/svg"