Add title="Check" to svg icon (#20285)
This commit is contained in:
parent
05b31bdf19
commit
9df24fc1f7
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue