Fixed stroke console error
This commit is contained in:
parent
57b7fc3203
commit
44fbb2fed1
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@ const SvgBotMessageSquare = (props) => (
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
stroke-width="2"
|
strokeWidth="2"
|
||||||
stroke-linecap="round"
|
strokeLinecap="round"
|
||||||
stroke-linejoin="round"
|
strokeLinejoin="round"
|
||||||
className="lucide lucide-bot-message-square"
|
className="lucide lucide-bot-message-square"
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue